Content of "Home Video" Library is not beng displayed after MANY minutes #7549

Closed
opened 2026-02-07 05:10:29 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Battlestar1965 on GitHub (Oct 24, 2025).

Description of the bug

Created a "Home Video" type library, containing roughly 161 folders and around 5200 mp4 files. Images for the videos have been created by Jellyfin and stored within the library folders as it was chosen in the setup for this library. So this is o.k.
When trying to access this library from the Jellyfin UI i only get the rotating circle for as many minutes as i wish. Meaning nothing is happening.
For "Movie" or "TV Show" libraries i don't have that problem.
BTW the previous stable version of Jellyfin 10.10.7 worked flawless, even with larger Home Movie libraries.

Reproduction steps

I don't know. Create a Home video library with A LOT of folders and even more videos

What is the current bug behavior?

Can't access or see the content of the library on the Jellyfin UI

What is the expected correct behavior?

Clicking on the library icon on the Jellyfin UI should allow me to access and see the content of the library

Jellyfin Server version

10.10.0+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.11.0

Environment

- OS:Windows 11
- Linux Kernel: - 
- Virtualization: ?
- Clients: 
- Browser:Firefox
- FFmpeg Version: bundled with Jellyfin
- Playback Method:
- Hardware Acceleration:NVENC
- GPU Model:GTX 3070 M
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Jellyfin Data Storage:
- Media Storage:
- External Integrations:

Jellyfin logs

[2025-10-24 15:27:25.868 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2025-10-24 15:27:26.114 +02:00] [INF] [8] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-24 15:27:26.135 +02:00] [INF] [8] Main: Jellyfin version: "10.11.0"
[2025-10-24 15:27:26.137 +02:00] [INF] [8] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2025-10-24 15:27:26.139 +02:00] [INF] [8] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2025-10-24 15:27:26.141 +02:00] [INF] [8] Main: Operating system: "Microsoft Windows 10.0.26100"
[2025-10-24 15:27:26.141 +02:00] [INF] [8] Main: Architecture: X64
[2025-10-24 15:27:26.142 +02:00] [INF] [8] Main: 64-Bit Process: True
[2025-10-24 15:27:26.143 +02:00] [INF] [8] Main: User Interactive: True
[2025-10-24 15:27:26.144 +02:00] [INF] [8] Main: Processor count: 16
[2025-10-24 15:27:26.144 +02:00] [INF] [8] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2025-10-24 15:27:26.145 +02:00] [INF] [8] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
[2025-10-24 15:27:26.145 +02:00] [INF] [8] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
[2025-10-24 15:27:26.146 +02:00] [INF] [8] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2025-10-24 15:27:26.147 +02:00] [INF] [8] Main: Temp directory path: "C:\Users\battl\AppData\Local\Temp\jellyfin"
[2025-10-24 15:27:26.147 +02:00] [INF] [8] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2025-10-24 15:27:26.148 +02:00] [INF] [8] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2025-10-24 15:27:26.157 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\data"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB".
[2025-10-24 15:27:26.159 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\log"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "512MB".
[2025-10-24 15:27:26.160 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\cache"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB".
[2025-10-24 15:27:26.162 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB".
[2025-10-24 15:27:26.163 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\Users\battl\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB".
[2025-10-24 15:27:26.167 +02:00] [INF] [8] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2025-10-24 15:27:26.221 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Pooling=True"
[2025-10-24 15:27:26.226 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: 
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-24 15:27:26.228 +02:00] [INF] [8] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-24 15:27:26.254 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-24 15:27:27.098 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage PreInitialisation.
[2025-10-24 15:27:27.109 +02:00] [INF] [8] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2025-10-24 15:27:27.153 +02:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-10-24 15:27:27.165 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Session Cleaner_5.0.0.0\Jellyfin.Plugin.SessionCleaner.dll"
[2025-10-24 15:27:27.173 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Jellyfin.Plugin.Tvdb.dll"
[2025-10-24 15:27:27.179 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Tvdb.Sdk.dll"
[2025-10-24 15:27:27.184 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Flurl.dll"
[2025-10-24 15:27:27.187 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Flurl.Http.dll"
[2025-10-24 15:27:27.189 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Jellyfin.Plugin.TvMaze.dll"
[2025-10-24 15:27:27.197 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=8.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Polly.dll"
[2025-10-24 15:27:27.199 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\TvMaze.Api.Client.dll"
[2025-10-24 15:27:27.274 +02:00] [INF] [8] 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"]
[2025-10-24 15:27:27.275 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-10-24 15:27:27.276 +02:00] [INF] [8] 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"]
[2025-10-24 15:27:27.279 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.5.0.2", "192.168.178.20", "127.0.0.1"]
[2025-10-24 15:27:27.280 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-10-24 15:27:27.281 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-10-24 15:27:27.281 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-10-24 15:27:27.412 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Pooling=True"
[2025-10-24 15:27:27.413 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: 
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-24 15:27:27.414 +02:00] [INF] [8] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-24 15:27:27.419 +02:00] [INF] [8] Main: Prepare system for possible migrations
[2025-10-24 15:27:27.445 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
[2025-10-24 15:27:28.056 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "5.0.0.0"
[2025-10-24 15:27:28.058 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "20.0.0.0"
[2025-10-24 15:27:28.060 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "13.0.0.0"
[2025-10-24 15:27:28.062 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.11.0.0"
[2025-10-24 15:27:28.063 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.11.0.0"
[2025-10-24 15:27:28.064 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.11.0.0"
[2025-10-24 15:27:28.074 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.11.0.0"
[2025-10-24 15:27:28.075 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.11.0.0"
[2025-10-24 15:27:28.128 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage AppInitialisation.
[2025-10-24 15:27:28.182 +02:00] [INF] [12] Main: Kestrel is listening on "0.0.0.0"
[2025-10-24 15:27:28.811 +02:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "M:\Movies Reihen"
[2025-10-24 15:27:28.811 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Q:\Serien"
[2025-10-24 15:27:28.811 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "M:\Movies"
[2025-10-24 15:27:28.811 +02:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "R:\Serien"
[2025-10-24 15:27:28.811 +02:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Classic Movies"
[2025-10-24 15:27:28.812 +02:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Serien"
[2025-10-24 15:27:28.812 +02:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "X:\Private\Video"
[2025-10-24 15:27:28.812 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-10-24 15:27:28.834 +02:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Trickplay-Bilder generieren" set to fire at 2025-10-25 03:00:00.000 +02:00, which is 11:32:31.1660538 from now.
[2025-10-24 15:27:28.847 +02:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Kapitel-Bilder extrahieren" set to fire at 2025-10-25 02:00:00.000 +02:00, which is 10:32:31.1524840 from now.
[2025-10-24 15:27:28.913 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.1.2"
[2025-10-24 15:27:28.967 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
[2025-10-24 15:27:29.015 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2025-10-24 15:27:29.056 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"]
[2025-10-24 15:27:29.231 +02:00] [WRN] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2025-10-24 15:27:29.267 +02:00] [WRN] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
[2025-10-24 15:27:29.577 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"]
[2025-10-24 15:27:30.500 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
[2025-10-24 15:27:30.502 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: ServerId: "b81fc0adfc4e4bfcae829826f037a583"
[2025-10-24 15:27:30.503 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-10-24 15:27:30.504 +02:00] [INF] [12] Main: Startup complete 0:00:04.8844106
[2025-10-24 15:27:31.860 +02:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Transkodierungs-Verzeichnis aufräumen" Completed after 0 minute(s) and 0 seconds
[2025-10-24 15:27:31.912 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Sammlungen und Playlisten aufräumen" Completed after 0 minute(s) and 0 seconds
[2025-10-24 15:27:33.842 +02:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Plugins aktualisieren" Completed after 0 minute(s) and 1 seconds
[2025-10-24 15:27:34.534 +02:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2025-10-24 15:30:54.973 +02:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2025-10-24 15:30:58.536 +02:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed

FFmpeg logs


Client / Browser logs

No response

Relevant screenshots or videos

Image

Additional information

No response

Originally created by @Battlestar1965 on GitHub (Oct 24, 2025). ### Description of the bug Created a "Home Video" type library, containing roughly 161 folders and around 5200 mp4 files. Images for the videos have been created by Jellyfin and stored within the library folders as it was chosen in the setup for this library. So this is o.k. When trying to access this library from the Jellyfin UI i only get the rotating circle for as many minutes as i wish. Meaning nothing is happening. For "Movie" or "TV Show" libraries i don't have that problem. BTW the previous stable version of Jellyfin 10.10.7 worked flawless, even with larger Home Movie libraries. ### Reproduction steps I don't know. Create a Home video library with A LOT of folders and even more videos ### What is the current _bug_ behavior? Can't access or see the content of the library on the Jellyfin UI ### What is the expected _correct_ behavior? Clicking on the library icon on the Jellyfin UI should allow me to access and see the content of the library ### Jellyfin Server version 10.10.0+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.11.0 ### Environment ```markdown - OS:Windows 11 - Linux Kernel: - - Virtualization: ? - Clients: - Browser:Firefox - FFmpeg Version: bundled with Jellyfin - Playback Method: - Hardware Acceleration:NVENC - GPU Model:GTX 3070 M - Plugins: - Reverse Proxy: - Base URL: - Networking: - Jellyfin Data Storage: - Media Storage: - External Integrations: ``` ### Jellyfin logs ```shell [2025-10-24 15:27:25.868 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-10-24 15:27:26.114 +02:00] [INF] [8] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0" [2025-10-24 15:27:26.135 +02:00] [INF] [8] Main: Jellyfin version: "10.11.0" [2025-10-24 15:27:26.137 +02:00] [INF] [8] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"] [2025-10-24 15:27:26.139 +02:00] [INF] [8] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"] [2025-10-24 15:27:26.141 +02:00] [INF] [8] Main: Operating system: "Microsoft Windows 10.0.26100" [2025-10-24 15:27:26.141 +02:00] [INF] [8] Main: Architecture: X64 [2025-10-24 15:27:26.142 +02:00] [INF] [8] Main: 64-Bit Process: True [2025-10-24 15:27:26.143 +02:00] [INF] [8] Main: User Interactive: True [2025-10-24 15:27:26.144 +02:00] [INF] [8] Main: Processor count: 16 [2025-10-24 15:27:26.144 +02:00] [INF] [8] Main: Program data path: "C:\ProgramData\Jellyfin\Server" [2025-10-24 15:27:26.145 +02:00] [INF] [8] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log" [2025-10-24 15:27:26.145 +02:00] [INF] [8] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config" [2025-10-24 15:27:26.146 +02:00] [INF] [8] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-10-24 15:27:26.147 +02:00] [INF] [8] Main: Temp directory path: "C:\Users\battl\AppData\Local\Temp\jellyfin" [2025-10-24 15:27:26.147 +02:00] [INF] [8] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web" [2025-10-24 15:27:26.148 +02:00] [INF] [8] Main: Application directory: "C:\Program Files\Jellyfin\Server\" [2025-10-24 15:27:26.157 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\data"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB". [2025-10-24 15:27:26.159 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\log"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "512MB". [2025-10-24 15:27:26.160 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\cache"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB". [2025-10-24 15:27:26.162 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB". [2025-10-24 15:27:26.163 +02:00] [INF] [8] Jellyfin.Server.Startup: Storage path `"C:\Users\battl\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "135.5GB" free which is over the minimum of "2GB". [2025-10-24 15:27:26.167 +02:00] [INF] [8] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-10-24 15:27:26.221 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Pooling=True" [2025-10-24 15:27:26.226 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: "PRAGMA locking_mode=NORMAL; PRAGMA journal_size_limit=134217728; PRAGMA synchronous=1; PRAGMA temp_store=2; " [2025-10-24 15:27:26.228 +02:00] [INF] [8] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. [2025-10-24 15:27:26.254 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. [2025-10-24 15:27:27.098 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage PreInitialisation. [2025-10-24 15:27:27.109 +02:00] [INF] [8] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache" [2025-10-24 15:27:27.153 +02:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2025-10-24 15:27:27.165 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SessionCleaner, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Session Cleaner_5.0.0.0\Jellyfin.Plugin.SessionCleaner.dll" [2025-10-24 15:27:27.173 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Jellyfin.Plugin.Tvdb.dll" [2025-10-24 15:27:27.179 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Tvdb.Sdk.dll" [2025-10-24 15:27:27.184 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Flurl.dll" [2025-10-24 15:27:27.187 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Flurl.Http.dll" [2025-10-24 15:27:27.189 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TvMaze, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Jellyfin.Plugin.TvMaze.dll" [2025-10-24 15:27:27.197 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Polly, Version=8.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\Polly.dll" [2025-10-24 15:27:27.199 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TVmaze_13.0.0.0\TvMaze.Api.Client.dll" [2025-10-24 15:27:27.274 +02:00] [INF] [8] 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"] [2025-10-24 15:27:27.275 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [2025-10-24 15:27:27.276 +02:00] [INF] [8] 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"] [2025-10-24 15:27:27.279 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["10.5.0.2", "192.168.178.20", "127.0.0.1"] [2025-10-24 15:27:27.280 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [2025-10-24 15:27:27.281 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" [2025-10-24 15:27:27.281 +02:00] [INF] [8] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [2025-10-24 15:27:27.412 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Pooling=True" [2025-10-24 15:27:27.413 +02:00] [INF] [8] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: "PRAGMA locking_mode=NORMAL; PRAGMA journal_size_limit=134217728; PRAGMA synchronous=1; PRAGMA temp_store=2; " [2025-10-24 15:27:27.414 +02:00] [INF] [8] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. [2025-10-24 15:27:27.419 +02:00] [INF] [8] Main: Prepare system for possible migrations [2025-10-24 15:27:27.445 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation. [2025-10-24 15:27:28.056 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Session Cleaner" "5.0.0.0" [2025-10-24 15:27:28.058 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "20.0.0.0" [2025-10-24 15:27:28.060 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TVmaze" "13.0.0.0" [2025-10-24 15:27:28.062 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.11.0.0" [2025-10-24 15:27:28.063 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.11.0.0" [2025-10-24 15:27:28.064 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.11.0.0" [2025-10-24 15:27:28.074 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.11.0.0" [2025-10-24 15:27:28.075 +02:00] [INF] [8] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.11.0.0" [2025-10-24 15:27:28.128 +02:00] [INF] [8] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage AppInitialisation. [2025-10-24 15:27:28.182 +02:00] [INF] [12] Main: Kestrel is listening on "0.0.0.0" [2025-10-24 15:27:28.811 +02:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "M:\Movies Reihen" [2025-10-24 15:27:28.811 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "Q:\Serien" [2025-10-24 15:27:28.811 +02:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "M:\Movies" [2025-10-24 15:27:28.811 +02:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "R:\Serien" [2025-10-24 15:27:28.811 +02:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Classic Movies" [2025-10-24 15:27:28.812 +02:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Serien" [2025-10-24 15:27:28.812 +02:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "X:\Private\Video" [2025-10-24 15:27:28.812 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2025-10-24 15:27:28.834 +02:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Trickplay-Bilder generieren" set to fire at 2025-10-25 03:00:00.000 +02:00, which is 11:32:31.1660538 from now. [2025-10-24 15:27:28.847 +02:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Kapitel-Bilder extrahieren" set to fire at 2025-10-25 02:00:00.000 +02:00, which is 10:32:31.1524840 from now. [2025-10-24 15:27:28.913 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.1.2" [2025-10-24 15:27:28.967 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"] [2025-10-24 15:27:29.015 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2025-10-24 15:27:29.056 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"] [2025-10-24 15:27:29.231 +02:00] [WRN] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available [2025-10-24 15:27:29.267 +02:00] [WRN] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available [2025-10-24 15:27:29.577 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"] [2025-10-24 15:27:30.500 +02:00] [INF] [12] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg" [2025-10-24 15:27:30.502 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: ServerId: "b81fc0adfc4e4bfcae829826f037a583" [2025-10-24 15:27:30.503 +02:00] [INF] [12] Emby.Server.Implementations.ApplicationHost: Core startup complete [2025-10-24 15:27:30.504 +02:00] [INF] [12] Main: Startup complete 0:00:04.8844106 [2025-10-24 15:27:31.860 +02:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Transkodierungs-Verzeichnis aufräumen" Completed after 0 minute(s) and 0 seconds [2025-10-24 15:27:31.912 +02:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Sammlungen und Playlisten aufräumen" Completed after 0 minute(s) and 0 seconds [2025-10-24 15:27:33.842 +02:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Plugins aktualisieren" Completed after 0 minute(s) and 1 seconds [2025-10-24 15:27:34.534 +02:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request [2025-10-24 15:30:54.973 +02:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request [2025-10-24 15:30:58.536 +02:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed ``` ### FFmpeg logs ```shell ``` ### Client / Browser logs _No response_ ### Relevant screenshots or videos <img width="1766" height="789" alt="Image" src="https://github.com/user-attachments/assets/581f7e53-840b-46cf-a89b-73e6cb0e23a5" /> ### Additional information _No response_
OVERLORD added the bugconfirmedduplicate labels 2026-02-07 05:10:29 +03:00
Author
Owner

@Battlestar1965 commented on GitHub (Oct 24, 2025):

I reduced the folder count in that library to just ONE. After that the content of the library was displayed on the Jellyfin UI, but that took already a couple of seconds, definetly longer than with the old Jellyfin version, which was displaying the content of a 161 folder library almost instantaneosly.
I increased then folder count in that library gradually. With each new folder it took more time to load. With more than 10 folders in the library i hadn't the patience anymore to wait several minutes.

I tested with several subfolders in the Home Video Library type and 10 seems to be the magic number. More than 10 subfolders, and the (sub)library will not be displayed anymore.

As i said, between the old Jellyfin version, and this new Jellyfin version must have happend a big f.ck up, because the old version was working flawless with LOTS of folders in one library of the "Home Video" Type.

@Battlestar1965 commented on GitHub (Oct 24, 2025): I reduced the folder count in that library to just ONE. After that the content of the library was displayed on the Jellyfin UI, but that took already a couple of seconds, definetly longer than with the old Jellyfin version, which was displaying the content of a 161 folder library almost instantaneosly. I increased then folder count in that library gradually. With each new folder it took more time to load. With more than 10 folders in the library i hadn't the patience anymore to wait several minutes. I tested with several subfolders in the Home Video Library type and 10 seems to be the magic number. More than 10 subfolders, and the (sub)library will not be displayed anymore. As i said, between the old Jellyfin version, and this new Jellyfin version must have happend a big f.ck up, because the old version was working flawless with LOTS of folders in one library of the "Home Video" Type.
Author
Owner

@jumoog commented on GitHub (Oct 24, 2025):

Can confirm

@jumoog commented on GitHub (Oct 24, 2025): Can confirm
Author
Owner

@p37307 commented on GitHub (Oct 25, 2025):

Should be noted that, for me, even though items don't display in the web app for mixed content, set at page size 50, I gave up letting it spin for 30 minutes, they do load in the Roku client just shy of 1 minute.

@p37307 commented on GitHub (Oct 25, 2025): Should be noted that, for me, even though items don't display in the web app for mixed content, set at page size 50, I gave up letting it spin for 30 minutes, they do load in the Roku client just shy of 1 minute.
Author
Owner

@theguymadmax commented on GitHub (Oct 25, 2025):

Closing in favor of #15141

@theguymadmax commented on GitHub (Oct 25, 2025): Closing in favor of #15141
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#7549