• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin not starting after migration to other drive

     
    • 0 Vote(s) - 0 Average

    Jellyfin not starting after migration to other drive

    After my initial SD card turned 100% of storage use, I moved my jellyfin to a new free hard drive, but now Jellyfin is giving some erros and isn't able to start
    Prozoon 700
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    #1
    2025-10-05, 01:40 PM
    Good morning to everyone.

    Since today, I've encountered a new error that I haven't seen before, and I'm unable to solve it. I have researched some forums and even tried modifying the migrations.xml file, with no result.
    The issue I'm having: 
    Code:
    [15:31:27] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
    [15:31:27] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
    [15:31:27] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
    [15:31:30] [INF] [1] Main: Jellyfin version: 10.10.7
    [15:31:30] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_BaseUrl, /jellyfin]", "[JELLYFIN_PublishedServerUrl, https://lidera-nas.tail31ed3a.ts.net/jellyfin]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /config/cache]"]
    [15:31:30] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [15:31:30] [INF] [1] Main: Operating system: Ubuntu 24.04.3 LTS
    [15:31:30] [INF] [1] Main: Architecture: Arm64
    [15:31:30] [INF] [1] Main: 64-Bit Process: True
    [15:31:30] [INF] [1] Main: User Interactive: True
    [15:31:30] [INF] [1] Main: Processor count: 4
    [15:31:30] [INF] [1] Main: Program data path: /config/data
    [15:31:30] [INF] [1] Main: Log directory path: /config/log
    [15:31:30] [INF] [1] Main: Config directory path: /config
    [15:31:30] [INF] [1] Main: Cache path: /config/cache
    [15:31:30] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [15:31:30] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
    [15:31:30] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [15:31:31] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
    [15:31:31] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"]
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [15:31:32] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [15:31:40] [INF] [1] Emby.Server.Implementations.ApplicationHost: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
    [15:31:40] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    CREATE TABLE "Users" (
        "Id" TEXT NOT NULL CONSTRAINT "PK_Users" PRIMARY KEY,
        "Username" TEXT NOT NULL,
        "Password" TEXT NULL,
        "EasyPassword" TEXT NULL,
        "MustUpdatePassword" INTEGER NOT NULL,
        "AudioLanguagePreference" TEXT NULL,
        "AuthenticationProviderId" TEXT NOT NULL,
        "PasswordResetProviderId" TEXT NOT NULL,
        "InvalidLoginAttemptCount" INTEGER NOT NULL,
        "LastActivityDate" TEXT NULL,
        "LastLoginDate" TEXT NULL,
        "LoginAttemptsBeforeLockout" INTEGER NULL,
        "SubtitleMode" INTEGER NOT NULL,
        "PlayDefaultAudioTrack" INTEGER NOT NULL,
        "SubtitleLanguagePreference" TEXT NULL,
        "DisplayMissingEpisodes" INTEGER NOT NULL,
        "DisplayCollectionsView" INTEGER NOT NULL,
        "EnableLocalPassword" INTEGER NOT NULL,
        "HidePlayedInLatest" INTEGER NOT NULL,
        "RememberAudioSelections" INTEGER NOT NULL,
        "RememberSubtitleSelections" INTEGER NOT NULL,
        "EnableNextEpisodeAutoPlay" INTEGER NOT NULL,
        "EnableAutoLogin" INTEGER NOT NULL,
        "EnableUserPreferenceAccess" INTEGER NOT NULL,
        "MaxParentalAgeRating" INTEGER NULL,
        "RemoteClientBitrateLimit" INTEGER NULL,
        "InternalId" INTEGER NOT NULL,
        "SyncPlayAccess" INTEGER NOT NULL,
        "RowVersion" INTEGER NOT NULL
    );
    [15:31:40] [FTL] [1] Main: Error while starting server
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'table "Users" already exists'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
      at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.MigrateAsync(String targetMigration, CancellationToken cancellationToken)
      at Emby.Server.Implementations.ApplicationHost.InitializeServices()
      at Emby.Server.Implementations.ApplicationHost.InitializeServices()
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    [15:31:40] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
    [15:31:40] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
    [15:31:40] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager

    I have even asked ChatGPT, but also given no solution.

    Thanks in advance, and have a great day!
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,386
    Threads: 0
    Joined: 2024 Jun
    Reputation: 75
    #2
    2025-10-05, 02:32 PM
    Try removing both the migrations.xml and system.xml files from the folder.
    Prozoon 700
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    #3
    2025-10-05, 02:46 PM
    Tried to and didn't worked. Jellyfin just created new ones and continue giving the same error: https://pastebin.com/2Lj51KbD
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,386
    Threads: 0
    Joined: 2024 Jun
    Reputation: 75
    #4
    2025-10-05, 03:45 PM
    Try replacing the contents in the migration file with this one:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Applied>
        <ValueTupleOfGuidString>
          <Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
          <Item2>CreateNetworkConfiguration</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>a6dcacf4-c057-4ef9-80d3-61cef9ddb4f0</Item1>
          <Item2>MigrateMusicBrainzTimeout</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>4fb5c950-1991-11ee-9b4b-0800200c9a66</Item1>
          <Item2>MigrateNetworkConfiguration</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>a8e61960-7726-4450-8f3d-82c12daabbcb</Item1>
          <Item2>MigrateEncodingOptions</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
          <Item2>DisableTranscodingThrottling</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
          <Item2>CreateLoggingConfigHeirarchy</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>3793eb59-bc8c-456c-8b9f-bd5a62a42978</Item1>
          <Item2>MigrateActivityLogDatabase</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>acbe17b7-8435-4a83-8b64-6fcf162cb9bd</Item1>
          <Item2>RemoveDuplicateExtras</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>5c4b82a2-f053-4009-bd05-b6fcad82f14c</Item1>
          <Item2>MigrateUserDatabase</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>06387815-c3cc-421f-a888-fb5f9992bea8</Item1>
          <Item2>MigrateDisplayPreferencesDatabase</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>a81f75e0-8f43-416f-a5e8-516ccab4d8cc</Item1>
          <Item2>RemoveDownloadImagesInAdvance</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>5bd72f41-e6f3-4f60-90aa-09869abe0e22</Item1>
          <Item2>MigrateAuthenticationDatabase</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>615dfa9e-2497-4dbb-a472-61938b752c5b</Item1>
          <Item2>FixPlaylistOwner</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>d34bfc33-5d2e-4790-8085-069ef6eecb4e</Item1>
          <Item2>MigrateRatingLevels</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>cf6fabc2-9fbe-4933-84a5-ffe52ef22a58</Item1>
          <Item2>FixAudioData</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>96c156a2-7a13-4b3b-a8b8-fb80c94d20c0</Item1>
          <Item2>RemoveDuplicatePlaylistChildren</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>eb58ebee-9514-4b9b-8225-12e1a40020df</Item1>
          <Item2>AddDefaultPluginRepository</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>5f86e7f6-d966-4c77-849d-7a7b40b68c4e</Item1>
          <Item2>ReaddDefaultPluginRepository</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>34a1a1c4-5572-418e-a2f8-32cdfe2668e8</Item1>
          <Item2>AddDefaultCastReceivers</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>852816e0-2712-49a9-9240-c6fc5fcad1a8</Item1>
          <Item2>UpdateDefaultPluginRepository10.9</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>4ef123d5-8eff-4b0b-869d-3aed07a60e1b</Item1>
          <Item2>MoveTrickplayFiles</Item2>
        </ValueTupleOfGuidString>
      </Applied>
    </MigrationOptions>
    Prozoon 700
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    #5
    2025-10-05, 04:02 PM
    [18:01:59] [INF] [1] Main: Jellyfin version: 10.10.7
    [18:01:59] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_BaseUrl, /jellyfin]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_PublishedServerUrl, https://lidera-nas.tail31ed3a.ts.net/jellyfin]"]
    [18:01:59] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [18:01:59] [INF] [1] Main: Operating system: Ubuntu 24.04.3 LTS
    [18:01:59] [INF] [1] Main: Architecture: Arm64
    [18:01:59] [INF] [1] Main: 64-Bit Process: True
    [18:01:59] [INF] [1] Main: User Interactive: True
    [18:01:59] [INF] [1] Main: Processor count: 4
    [18:01:59] [INF] [1] Main: Program data path: /config/data
    [18:01:59] [INF] [1] Main: Log directory path: /config/log
    [18:01:59] [INF] [1] Main: Config directory path: /config
    [18:01:59] [INF] [1] Main: Cache path: /config/cache
    [18:01:59] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [18:01:59] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
    [18:01:59] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [18:01:59] [FTL] [1] Main: Unhandled Exception
    System.InvalidOperationException: There is an error in XML document (12, 1).
    ---> System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: ValueTupleOfGuidString, Applied, MigrationOptions. Line 12, position 1.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.ParseElementContent()
    at System.Xml.XmlReader.MoveToContent()
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read2_ValueTupleOfGuidString(Boolean checkType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read3_MigrationOptions(Boolean isNullable, Boolean checkType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    --- End of inner exception stack trace ---
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
    at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
    at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
    at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    at Jellyfin.Server.Program.<Main>(String[] args)
    Unhandled exception. System.InvalidOperationException: There is an error in XML document (12, 1).
    ---> System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: ValueTupleOfGuidString, Applied, MigrationOptions. Line 12, position 1.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.ParseElementContent()
    at System.Xml.XmlReader.MoveToContent()
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read2_ValueTupleOfGuidString(Boolean checkType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read3_MigrationOptions(Boolean isNullable, Boolean checkType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    --- End of inner exception stack trace ---
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
    at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
    at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
    at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    at Jellyfin.Server.Program.<Main>(String[] args)
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,386
    Threads: 0
    Joined: 2024 Jun
    Reputation: 75
    #6
    2025-10-05, 04:36 PM
    Something didn't copy right. Download and remove the .txt extension and try that file.


    Attached Files
    .txt   migrations.xml.txt (Size: 3.64 KB / Downloads: 14)
    Prozoon 700
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    #7
    Yesterday, 03:13 PM
    It seems like it ignores the changes on migrations.xml. Double-checked it changed and the values inside of it were the ones you posted.

    Code:
    **** permissions for /dev/dri/renderD128 are good ****
    **** permissions for /dev/dri/card1 are good ****
    **** permissions for /dev/dri/card0 are good ****
    [custom-init] No custom files found, skipping...
    [23:07:44] [INF] [1] Main: Jellyfin version: 10.10.7
    [23:07:45] [INF] [1] Main: Environment Variables: ["[JELLYFIN_PublishedServerUrl, https://lidera-nas.tail31ed3a.ts.net/jellyfin]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_BaseUrl, /jellyfin]", "[JELLYFIN_LOG_DIR, /config/log]"]
    [23:07:46] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [23:07:46] [INF] [1] Main: Operating system: Ubuntu 24.04.3 LTS
    [23:07:46] [INF] [1] Main: Architecture: Arm64
    [23:07:46] [INF] [1] Main: 64-Bit Process: True
    [23:07:46] [INF] [1] Main: User Interactive: True
    [23:07:46] [INF] [1] Main: Processor count: 4
    [23:07:46] [INF] [1] Main: Program data path: /config/data
    [23:07:46] [INF] [1] Main: Log directory path: /config/log
    [23:07:46] [INF] [1] Main: Config directory path: /config
    [23:07:46] [INF] [1] Main: Cache path: /config/cache
    [23:07:46] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [23:07:46] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
    [23:07:46] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [23:07:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
    [23:07:55] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.3"]
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [23:07:57] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [23:08:51] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.7.0
    [23:08:51] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.7.0
    [23:08:51] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.7.0
    [23:08:52] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.7.0
    [23:08:52] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.7.0
    [23:08:55] [INF] [1] Main: Kestrel is listening on 0.0.0.0
    [23:09:07] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:kapFNI/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable.
    [23:09:07] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [23:09:07] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Media/Jellyfin/Series
    [23:09:07] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generar miniaturas de línea de tiempo set to fire at 2025-09-06 03:00:00.000 +02:00, which is 03:50:52.0013049 from now.
    [23:09:08] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extraer imágenes de los capítulos set to fire at 2025-09-06 02:00:00.000 +02:00, which is 02:50:51.7950092 from now.
    [23:09:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.1.1
    [23:09:11] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: Limpiar colecciones y listas de reproducción Completed after 0 minute(s) and 0 seconds
    [23:09:12] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Limpiar las transcodificaciones Completed after 0 minute(s) and 0 seconds
    [23:09:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_rkmpp", "h264", "h264_rkmpp", "h264_cuvid", "hevc", "hevc_rkmpp", "hevc_cuvid", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg2_cuvid", "mpeg4", "mpeg4_rkmpp", "mpeg4_cuvid", "msmpeg4", "vc1_cuvid", "vp8", "vp8_rkmpp", "libvpx", "vp8_cuvid", "vp9", "vp9_rkmpp", "libvpx-vp9", "vp9_cuvid", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
    [23:09:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "libx264", "h264_nvenc", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_nvenc", "hevc_rkmpp", "mjpeg_rkmpp", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [23:09:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "hwupload_cuda", "overlay_opencl", "overlay_cuda", "overlay_rkrga", "scale_cuda", "scale_opencl", "scale_rkrga", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_rkrga", "yadif_cuda", "zscale", "alphasrc"]
    [23:09:14] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vaapi with option Action to take when encountering EOF from secondary input is not available
    [23:09:14] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: overlay_vulkan with option Action to take when encountering EOF from secondary input is not available
    [23:09:15] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "drm", "opencl", "rkmpp"]
    [23:09:27] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: Actualizar extensiones Completed after 0 minute(s) and 16 seconds
    [23:10:43] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
    [23:10:43] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 984d2da7808141f9913add1debaf9826
    [23:10:43] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [23:10:43] [INF] [1] Main: Startup complete 0:03:04.8038877
    [ls.io-init] done.
    [23:12:04] [INF] [28] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for tv has been denied (IP: 172.17.0.1).
    [23:12:04] [ERR] [28] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: Invalid username or password entered. URL POST /Users/authenticatebyname.
    [23:12:23] [INF] [28] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for tv has succeeded.
    [23:12:23] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user tv: 0/0
    [23:12:23] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Logging out access token 3cf84da7b1be4e839b121ddf287d0a93
    [23:12:23] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user bbe5ea22-664c-42e7-a110-48584a84c4d3
    [23:12:25] [INF] [28] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 request
    [23:13:06] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for tv. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [00:02:25] [INF] [59] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.10.7 playing 1150 grados. Stopped at 2576794 ms
    [00:02:25] [INF] [50] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for tv. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [00:02:32] [INF] [59] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.10.7 playing Resiste. Stopped at 2259 ms
    [00:02:35] [INF] [65] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 closed
    [02:00:00] [INF] [54] Emby.Server.Implementations.ScheduledTasks.TaskManager: Extraer imágenes de los capítulos Completed after 0 minute(s) and 0 seconds
    [02:00:01] [INF] [54] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extraer imágenes de los capítulos set to fire at 2025-09-07 02:00:00.000 +02:00, which is 23:59:58.9905806 from now.
    [03:00:00] [INF] [56] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Austin, tenemos un problema S01E10.mp4 [ID: 94608b1f-3dcd-0e1c-de9a-d66dd9141ab8]
    [03:00:00] [INF] [56] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Austin, tenemos un problema S01E10.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/63a6f7d5489844e99188122c7c2344b3/%08d.jpg"
    [03:00:01] [INF] [56] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generar miniaturas de línea de tiempo set to fire at 2025-09-07 03:00:00.000 +02:00, which is 23:59:58.9830246 from now.
    [03:05:49] [INF] [21] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Austin, tenemos un problema S01E10.mp4
    [03:05:49] [INF] [21] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El mónstruo de dentro S01E08.mp4 [ID: e91e76ba-907c-09d2-103e-8219ddd8ae1b]
    [03:05:49] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El mónstruo de dentro S01E08.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/1ce4684e35ec4e3abbfba0e6489f0355/%08d.jpg"
    [03:10:44] [INF] [55] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El mónstruo de dentro S01E08.mp4
    [03:10:44] [INF] [55] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Semental S01E05.mp4 [ID: d98da669-b460-ac7c-34bd-24d16cfd8aca]
    [03:10:44] [INF] [55] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Semental S01E05.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/2e34e4d942e349fa9e8349228004274b/%08d.jpg"
    [03:16:15] [INF] [26] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Semental S01E05.mp4
    [03:16:15] [INF] [26] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Acto del señor S01E04.mp4 [ID: 58fc7e00-037a-daed-ae5f-9ea6b381bc06]
    [03:16:15] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Acto del señor S01E04.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/aaedeb3b9c5b4c07859022d68e50184f/%08d.jpg"
    [03:21:25] [INF] [54] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Acto del señor S01E04.mp4
    [03:21:25] [INF] [54] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El desperatar S01E09.mp4 [ID: 658d8a61-7f3a-7b27-0c90-1c62547196b6]
    [03:21:25] [INF] [54] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El desperatar S01E09.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/978b353d9ccd43309ac35a112a2cb694/%08d.jpg"
    [03:26:35] [INF] [18] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/El desperatar S01E09.mp4
    [03:26:35] [INF] [18] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Amigos como estos S01E06.mp4 [ID: d3c6a326-968a-082f-801b-90a988fbca49]
    [03:26:35] [INF] [18] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Amigos como estos S01E06.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/7e5630d6b84e4c8288a835c3cc353915/%08d.jpg"
    [03:31:51] [INF] [59] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Amigos como estos S01E06.mp4
    [03:31:51] [INF] [59] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Consejo erróneo S01E07.mp4 [ID: 8e23cc10-6cd7-d59a-039c-43db5c8d5902]
    [03:31:51] [INF] [59] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Consejo erróneo S01E07.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/655813e2d7e24894b01abdf4dee261c5/%08d.jpg"
    [03:37:16] [INF] [28] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 1/Consejo erróneo S01E07.mp4
    [03:37:16] [INF] [28] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/2100° S02E02.mp4 [ID: 3b929cb7-2dd6-003a-70ef-568a61ba96fe]
    [03:37:16] [INF] [28] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/2100° S02E02.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/70351a09bd284105b1b4f9a01429abb3/%08d.jpg"
    [03:54:33] [INF] [58] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/2100° S02E02.mp4
    [03:54:33] [INF] [58] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/De vuelta al ruedo S02E01.mp4 [ID: e451b07d-b4e7-e5ce-6876-84bd6575655d]
    [03:54:33] [INF] [58] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/De vuelta al ruedo S02E01.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/9aae9047d65f470291f1feaab8b3454c/%08d.jpg"
    [04:00:09] [INF] [25] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/De vuelta al ruedo S02E01.mp4
    [04:00:09] [INF] [25] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Amigos con beneficios S02E04.mp4 [ID: 7b692a88-4bf7-d26d-9db3-79b741315999]
    [04:00:09] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Amigos con beneficios S02E04.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/62e422ef57604234a8dde4b10a8ba1ab/%08d.jpg"
    [04:19:34] [INF] [48] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Amigos con beneficios S02E04.mp4
    [04:19:34] [INF] [48] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Conversaciones difíciles S02E05.mp4 [ID: 10eb542e-fa05-c245-152e-864216cc80bb]
    [04:19:34] [INF] [48] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Conversaciones difíciles S02E05.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/d19a3e95c1bf4008aa5116df50e68fbd/%08d.jpg"
    [04:37:24] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Conversaciones difíciles S02E05.mp4
    [04:37:24] [INF] [33] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Mantén la línea S02E03.mp4 [ID: c41d4b96-685f-ed02-47df-64b8a61dc116]
    [04:37:24] [INF] [33] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Mantén la línea S02E03.mp4" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/f32641afedcb4996b02f8171f69a1e0d/%08d.jpg"
    [04:54:57] [INF] [52] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Finished creation of trickplay files for /Media/Jellyfin/Series/ 9-1-1: Lone Star (2020)/Temporada 2/Mantén la línea S02E03.mp4
    [04:54:57] [INF] [52] Emby.Server.Implementations.ScheduledTasks.TaskManager: Generar miniaturas de línea de tiempo Completed after 114 minute(s) and 57 seconds
    [11:10:08] [INF] [51] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /Media/Jellyfin/Series
    [11:10:08] [INF] [51] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [11:10:08] [INF] [48] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escaneo de segmentos de medios Completed after 0 minute(s) and 0 seconds
    [11:10:10] [WRN] [51] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [11:10:10] [WRN] [51] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [11:10:12] [INF] [46] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escanear la biblioteca Completed after 0 minute(s) and 3 seconds
    [11:10:12] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Media/Jellyfin/Series
    [21:51:49] [INF] [70] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for tv has succeeded.
    [21:51:49] [INF] [70] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user tv: 0/0
    [21:51:49] [INF] [70] Emby.Server.Implementations.Session.SessionManager: Logging out access token 565a9f13a95540dc92507b90903252dd
    [21:51:49] [INF] [70] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user bbe5ea22-664c-42e7-a110-48584a84c4d3
    [21:51:50] [INF] [73] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 request
    [21:53:16] [INF] [39] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for tv. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [22:46:08] [INF] [102] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.10.7 playing Resiste. Stopped at 2597679 ms
    [22:46:08] [INF] [39] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for tv. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:10:08] [INF] [107] Emby.Server.Implementations.ScheduledTasks.TaskManager: Limpiar registros Completed after 0 minute(s) and 0 seconds
    [23:10:08] [INF] [114] Emby.Server.Implementations.ScheduledTasks.TaskManager: Descargar los subtítulos que faltan Completed after 0 minute(s) and 0 seconds
    [23:10:08] [INF] [106] Emby.Server.Implementations.ScheduledTasks.TaskManager: Limpiar las transcodificaciones Completed after 0 minute(s) and 0 seconds
    [23:10:08] [INF] [104] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
    [23:10:09] [INF] [103] Emby.Server.Implementations.ScheduledTasks.TaskManager: TasksRefreshChannels Completed after 0 minute(s) and 0 seconds
    [23:10:09] [INF] [112] Emby.Server.Implementations.ScheduledTasks.TaskManager: Descargar letras faltantes Completed after 0 minute(s) and 1 seconds
    [23:10:09] [INF] [113] Emby.Server.Implementations.ScheduledTasks.TaskManager: Normalización de audio Completed after 0 minute(s) and 1 seconds
    [23:10:09] [INF] [115] Emby.Server.Implementations.ScheduledTasks.TaskManager: Eliminar archivos temporales Completed after 0 minute(s) and 1 seconds
    [23:10:09] [INF] [104] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
    [23:10:09] [INF] [104] Emby.Server.Implementations.ScheduledTasks.TaskManager: Optimizar la base de datos Completed after 0 minute(s) and 1 seconds
    [23:10:12] [INF] [84] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data
    [23:10:12] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: Refresh Guide Completed after 0 minute(s) and 3 seconds
    [23:10:12] [INF] [112] Emby.Server.Implementations.ScheduledTasks.TaskManager: Actualizar extensiones Completed after 0 minute(s) and 4 seconds
    [23:11:09] [INF] [103] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /Media/Jellyfin/Series
    [23:11:09] [INF] [103] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [23:11:09] [WRN] [103] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [23:11:09] [INF] [112] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escaneo de segmentos de medios Completed after 0 minute(s) and 0 seconds
    [23:11:09] [WRN] [103] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [23:11:10] [INF] [112] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escanear la biblioteca Completed after 0 minute(s) and 0 seconds
    [23:11:10] [INF] [86] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Media/Jellyfin/Series
    [23:33:31] [INF] [94] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.10.7 playing Amigos con derecho a roce. Stopped at 2492422 ms
    [23:33:31] [INF] [115] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for tv. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [00:17:37] [INF] [89] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.10.7 playing Conversaciones difíciles. Stopped at 2620690 ms
    [00:18:04] [INF] [120] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 closed
    [02:00:00] [INF] [121] Emby.Server.Implementations.ScheduledTasks.TaskManager: Extraer imágenes de los capítulos Completed after 0 minute(s) and 0 seconds
    [02:00:01] [INF] [121] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extraer imágenes de los capítulos set to fire at 2025-09-08 02:00:00.000 +02:00, which is 23:59:58.9518346 from now.
    [03:00:00] [INF] [119] Emby.Server.Implementations.ScheduledTasks.TaskManager: Generar miniaturas de línea de tiempo Completed after 0 minute(s) and 0 seconds
    [03:00:01] [INF] [119] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generar miniaturas de línea de tiempo set to fire at 2025-09-08 03:00:00.000 +02:00, which is 23:59:58.9971900 from now.
    [11:12:10] [INF] [68] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /Media/Jellyfin/Series
    [11:12:10] [INF] [68] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [11:12:10] [WRN] [68] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [11:12:11] [INF] [107] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escaneo de segmentos de medios Completed after 0 minute(s) and 0 seconds
    [11:12:11] [WRN] [70] MediaBrowser.Controller.Entities.BaseItem: Library folder /config/data/data/playlists is inaccessible or empty, skipping
    [11:12:11] [INF] [70] Emby.Server.Implementations.ScheduledTasks.TaskManager: Escanear la biblioteca Completed after 0 minute(s) and 1 seconds
    [11:12:12] [INF] [116] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Media/Jellyfin/Series
    [20:26:14] [INF] [87] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 request
    [20:31:33] [INF] [138] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.68.100 request
    [20:33:02] [INF] [138] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [20:35:26] [INF] [123] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [20:36:23] [INF] [98] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.68.100 closed
    [20:36:36] [INF] [126] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 request
    [20:36:36] [INF] [126] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 closed
    [20:36:50] [INF] [91] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [20:37:09] [INF] [89] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for tv has succeeded.
    [20:37:09] [INF] [89] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user tv: 0/0
    [20:37:09] [INF] [89] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user bbe5ea22-664c-42e7-a110-48584a84c4d3
    [20:37:09] [INF] [125] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.17.0.1 request
    [20:37:09] [WRN] [89] Emby.Server.Implementations.HttpServer.WebSocketConnection: Failed to process WebSocket message
    MediaBrowser.Controller.Authentication.AuthenticationException: Only admin users can retrieve the activity log.
      at Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener.Start(WebSocketMessageInfo message)
      at MediaBrowser.Controller.Net.BasePeriodicWebSocketListener`2.ProcessMessageAsync(WebSocketMessageInfo message)
      at Emby.Server.Implementations.HttpServer.WebSocketManager.ProcessWebSocketMessageReceived(WebSocketMessageInfo result)
      at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
    [20:37:10] [WRN] [89] Emby.Server.Implementations.HttpServer.WebSocketConnection: Failed to process WebSocket message
    MediaBrowser.Controller.Authentication.AuthenticationException: Only admin users can subscribe to session information.
      at Jellyfin.Api.WebSocketListeners.SessionInfoWebSocketListener.Start(WebSocketMessageInfo message)
      at MediaBrowser.Controller.Net.BasePeriodicWebSocketListener`2.ProcessMessageAsync(WebSocketMessageInfo message)
      at Emby.Server.Implementations.HttpServer.WebSocketManager.ProcessWebSocketMessageReceived(WebSocketMessageInfo result)
      at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
    [17:12:05] [FTL] [1] Main: Error while starting server
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'table "Users" already exists'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
      at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQueryAsync(IEnumerable`1 migrationCommands, IRelationalConnection connection, CancellationToken cancellationToken)
      at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.MigrateAsync(String targetMigration, CancellationToken cancellationToken)
      at Emby.Server.Implementations.ApplicationHost.InitializeServices()
      at Emby.Server.Implementations.ApplicationHost.InitializeServices()
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode