• 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 Announcements Project Announcements New Jellyfin Server/Web release: 10.11.0

    Pages (4): 1 2 3 4 Next »

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.0

    ReleaseBot
    Offline

    The Jellyfin release robot

    Posts: 21
    Threads: 21
    Joined: 2024 Apr
    Reputation: 5
    #1
    Today, 01:04 AM
    We are pleased to announce the latest stable release of Jellyfin, version 10.11.0!

    This major release brings many new features, improvements, and bugfixes to improve your Jellyfin experience.

    WARNING: There are very important release notes to review before upgrading! Please find all the details in our blog post on the release.

    You can also view the full changelogs on the GitHub releases for the server repository and the web repository.

    As always, please ensure you stop your Jellyfin server and take a full backup - and please read the release notes - before upgrading!

    Release prepared with <3 by @joshuaboniface, the rest of the Jellyfin team, and contributors like you.

    Happy watching!
    1
    1
    theolaa
    Offline

    Junior Member

    Posts: 26
    Threads: 7
    Joined: 2024 May
    Reputation: 0
    Country:Canada
    #2
    Today, 01:06 AM
    Hi, the blog post link seems to not be working.
    Jellyfin 10.10.4
    Ubuntu 24.04.1 LTS | Kernel 6.8
    Intel i3 10100
    8GB DDR4
    Intel Arc A380
    4TB File Server
    8TB Media Server
    Oddstr13
    Offline

    Team Member

    Posts: 20
    Threads: 1
    Joined: 2023 Jun
    Reputation: 1
    Country:Norway
    #3
    Today, 01:24 AM
    Just CI being a little slow to deploy the blog post, it's up now.
    KaXaSA
    Online

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:Brazil
    #4
    Today, 01:56 AM (This post was last modified: Less than 1 minute ago by KaXaSA. Edited 18 times in total.)
    The blog post doesn't mention it, but I remember that in the notes it was recommended to remove all plugins before upgrading to 10.11.x, that's no longer necessary?
    What's the situation with the plugins? Thanks.

    Edit:
    Just an update, answering my own question.
    So I upgraded from 10.10.7 (Windows Server), followed the blog instructions, but in my case no changes were necessary. Checking the logs, It tried to load the plugins and update them if available/necessary.
    If there is a problem with the plugins, you will probably see in the logs a:
    Code:
    "[ERR] [10] Emby.Server.Implementations.Plugins.PluginManager"

    Real Example:

    Code:
    [2025-10-20 00:57:51.039 -03:00] [ERR] [10] Emby.Server.Implementations.Plugins.PluginManager: 
    Failed to load assembly "C:\Users\Username\AppData\Local\jellyfin\plugins\Ani-Sync_3.7.0.0\jellyfin-ani-sync.dll". 
    This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetDefinedTypes()
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.

    I have a small server, the upgrade/migration was superfast, it was pretty much instantaneous. Checking the logs, it seems it took about 3 minutes to finish with all the migrations and, aside from the plugin above that got disabled, I didn't see any other issues. Ani-Sync got updated to 3.8, and now it's working fine, I had to open the plugin page and manually install it, but it restored all my old settings.

    I will also need to test stuff like Sync Play later, but so far so good.
    littlenewton
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United Kingdom
    #5
    Today, 02:40 AM
    I have updated to v10.11.0, and all the migration jobs have been done. However, my frontend interface is still getting stuck.

    Should I restart my Jellyfin container?
    littlenewton
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United Kingdom
    #6
    Today, 03:11 AM
    PS. A small question about the time consumption.

    I have a huge movie library, which contains around 60,000 movies. Should I rewrite it totally? I found it very slow to update this library.

    Can someone tell me how much time it will take to finish this update/rescan job?
    littlenewton
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United Kingdom
    #7
    Today, 03:27 AM
    log
    [11:24:20] [ERR] [9] MediaBrowser.Controller.LibraryTaskScheduler.LimitedConcurrencyLibraryScheduler: Error while performing a library operation
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'.
    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
    at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
    at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction(IsolationLevel isolationLevel)
    at Jellyfin.Server.Implementations.Item.BaseItemRepository.UpdateOrInsertItems(IReadOnlyList
    1 items, CancellationToken cancellationToken)
    at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList1 items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken)
    at MediaBrowser.Controller.Entities.BaseItem.UpdateToRepositoryAsync(ItemUpdateType updateReason, CancellationToken cancellationToken)
    at MediaBrowser.Providers.Manager.MetadataService
    2.SaveItemAsync(MetadataResult1 result, ItemUpdateType reason, CancellationToken cancellationToken)
    at MediaBrowser.Providers.Manager.MetadataService
    2.<RefreshMetadata>g__SaveInternal|36_0(BaseItem item, MetadataRefreshOptions refreshOptions, ItemUpdateType updateType, Boolean isFirstR
    efresh, Boolean requiresRefresh, MetadataResult1 metadataResult, CancellationToken cancellationToken)
    at MediaBrowser.Providers.Manager.MetadataService
    2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
    at MediaBrowser.Providers.TV.SeriesMetadataService.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
    at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
    at MediaBrowser.Controller.Entities.Folder.RefreshAllMetadataForContainer(IMetadataContainer container, MetadataRefreshOptions refreshOptions, IProgress1 progress, CancellationToken canc
    ellationToken)
    at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress
    1 progress, CancellationToken cancellat
    ionToken)
    at MediaBrowser.Controller.LibraryTaskScheduler.LimitedConcurrencyLibraryScheduler.ProcessItem(TaskQueueItem item)
    `

    I have an issue with a locked database. I can guarantee there is nobody but me operating this database.
    jaja
    Offline

    Junior Member

    Posts: 32
    Threads: 7
    Joined: 2024 Nov
    Reputation: 0
    Country:France
    #8
    Today, 07:44 AM
    hello,

    super ! en espérant que ça résolve mes "petits" soucis.

    j'attends 2/3 jours avant la migration. je vous laisse essuyer les plâtres !!

    merci !!
    regards !

    jaja
    showman2206
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #9
    Today, 08:43 AM (This post was last modified: Today, 08:45 AM by showman2206. Edited 3 times in total.)
    I am having this error while upgrading from 10.10.7: SQLite Error 1: 'no such table: ActivityLog'.

    Logs:
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] The database locking mode has been set to: NoLock.
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Prepare system for possible migrations
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] A migration will attempt to modify the library.db, will attempt to backup the file now.
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Backing up library.db to /var/lib/jellyfin/data/library.db.bak4
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] library.db backed up to /var/lib/jellyfin/data/library.db.bak4
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] library.db has been backed up as /var/lib/jellyfin/data/library.db.bak4
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Jellyfin database has been backed up as 20251020071834
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] There are 0 migrations for stage CoreInitialisation.
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241020103111_LibraryDbMigration
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241020103111_LibraryDbMigration was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241111131257_AddedCustomDataKey
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241111131257_AddedCustomDataKey was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241111135439_AddedCustomDataKeyKey
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241111135439_AddedCustomDataKeyKey was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112152323_FixAncestorIdConfig
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112152323_FixAncestorIdConfig was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112232041_FixMediaStreams
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112232041_FixMediaStreams was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112234144_FixMediaStreams2
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112234144_FixMediaStreams2 was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241113133548_EnforceUniqueItemValue
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241113133548_EnforceUniqueItemValue was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250202021306_FixedCollation
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250202021306_FixedCollation was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250204092455_MakeStartEndDateNullable
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250204092455_MakeStartEndDateNullable was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250214031148_ChannelIdGuid
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250214031148_ChannelIdGuid was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250326065026_AddInheritedParentalRatingSubValue
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250326065026_AddInheritedParentalRatingSubValue was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250327101120_AddKeyframeData
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250327101120_AddKeyframeData was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250327171413_AddHdr10PlusFlag
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250327171413_AddHdr10PlusFlag was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250331182844_FixAttachmentMigration
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250331182844_FixAttachmentMigration was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250401142247_FixAncestors
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250401142247_FixAncestors was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250405075612_FixItemValuesIndices
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250405075612_FixItemValuesIndices was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250609115616_DetachUserDataInsteadOfDelete
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250609115616_DetachUserDataInsteadOfDelete was successfully applied
    Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250622170802_BaseItemImageInfoDateModifiedNullable
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250622170802_BaseItemImageInfoDateModifiedNullable was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250714044826_ResetJournalMode
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250714044826_ResetJournalMode was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250925203415_ExtendPeopleMapKey
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250925203415_ExtendPeopleMapKey was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Fanart 12.0.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Open Subtitles 20.0.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Reports 17.0.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: TMDb 10.11.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Studio Images 10.11.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: OMDb 10.11.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: MusicBrainz 10.11.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: AudioDB 10.11.0.0
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] There are 26 migrations for stage AppInitialisation.
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420050000_DisableTranscodingThrottling
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250420050000_DisableTranscodingThrottling was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420060000_CreateUserLoggingConfigFile
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250420060000_CreateUserLoggingConfigFile was successfully applied
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420070000_MigrateActivityLogDb
    Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [WRN] Migrating the activity database may take a while, do not stop Jellyfin.
    Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [FTL] Error: SQLite Error 1: 'no such table: ActivityLog'.
    Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [ERR] Migration 20250420070000_MigrateActivityLogDb failed
    Oct 20 09:18:36 yoga jellyfin[218370]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [INF] Attempt to rollback librarydb.
    Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [INF] Attempt to rollback JellyfinDb.
    Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [FTL] Error while starting server
    Oct 20 09:18:36 yoga jellyfin[218370]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    Jolaru21
    Offline

    Member

    Posts: 166
    Threads: 29
    Joined: 2023 Jun
    Reputation: 2
    Country:Spain
    #10
    Today, 08:48 AM (This post was last modified: 11 hours ago by Jolaru21. Edited 2 times in total.)
    Hi! everything but plugins seems to be working, does not load anything, any ideas? btw great work team! Thank you for all your effort.



    PD: My "playlists disappear after scan" issue is still happening at 10.11, sad Slightly-frowning-face

    PD2: nvm, plugins are working again after a scan.
    Pages (4): 1 2 3 4 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 12 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