[Issue]: 4-5 minute delay at "using bind exclusions" at every start #4375

Closed
opened 2026-02-07 00:47:25 +03:00 by OVERLORD · 33 comments
Owner

Originally created by @dahamsta on GitHub (Nov 23, 2022).

Please describe your bug

Every time I start or restart Jellyfin, the startup process hangs at "Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions" for 4-5 minutes, then continues normal startup. I've had the problem for a long time and have generally ignored it, however it's becoming increasingly frustrating and I've spent hours searching and debugging, I'd like to get it resolved once and for all.

I assume it's network-related, I made the mistake of adding Gnome to this (Ubuntu) server some time ago so I could use the ownCloud desktop client, and then ditched it, and the network has never been right since. I tidied that up a bit today, however the Jellyfin problem is persisting. Any help I could get sorting it out would be appreciated.

Jellyfin Version

Other

if other:

10.8.7

Environment

- OS: Ubuntu
- Virtualization: Docker
- Clients: 
- Browser:
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration:
- Plugins:
- Reverse Proxy: Nginx
- Base URL: none
- Networking: bridge
- Storage:

Jellyfin logs

jellyfin  | [00:28:39] [INF] [1] Main: Jellyfin version: 10.8.7
jellyfin  | [00:28:39] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"]
jellyfin  | [00:28:39] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
jellyfin  | [00:28:39] [INF] [1] Main: Operating system: Linux
jellyfin  | [00:28:39] [INF] [1] Main: Architecture: X64
jellyfin  | [00:28:39] [INF] [1] Main: 64-Bit Process: True
jellyfin  | [00:28:39] [INF] [1] Main: User Interactive: True
jellyfin  | [00:28:39] [INF] [1] Main: Processor count: 4
jellyfin  | [00:28:39] [INF] [1] Main: Program data path: /config
jellyfin  | [00:28:39] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
jellyfin  | [00:28:39] [INF] [1] Main: Application directory: /jellyfin/
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 9.0.0.0 of Email 
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 18.0.0.0 of Open Subtitles 
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Trakt, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Trakt_19.0.0.0/Trakt.dll
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 20.0.0.0 of Trakt 
jellyfin  | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 21.0.0.0 of Trakt 
jellyfin  | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin  | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
jellyfin  | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin  | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
jellyfin  | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Trakt 19.0.0.0
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.7.0
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.7.0
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.7.0
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.7.0
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.7.0
jellyfin  | [00:33:10] [INF] [1] Main: Kestrel listening on Any IP4 Address
jellyfin  | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
jellyfin  | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
jellyfin  | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {64192ac5-1e77-4104-983a-2235b3a54942} may be persisted to storage in unencrypted form.
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Download missing subtitles set to fire at 2022-11-23 06:00:00.000 +00:00, which is 05:26:49.0373272 from now.
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2022-11-23 02:00:00.000 +00:00, which is 01:26:49.0365776 from now.
jellyfin  | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Scan Media Library set to fire at 2022-11-23 03:00:00.000 +00:00, which is 02:26:49.0322361 from now.
jellyfin  | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.2
jellyfin  | [00:33:11] [INF] [1] 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", "flac", "mp3"]
jellyfin  | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]
jellyfin  | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
jellyfin  | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
jellyfin  | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
jellyfin  | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: afea06dda0084fd084bd7bd2398e84b8
jellyfin  | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.0620146
jellyfin  | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
jellyfin  | [00:33:11] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
jellyfin  | [00:33:11] [ERR] [19] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: /Music
jellyfin  | System.UnauthorizedAccessException: Access to the path '/Music/Various Artists/TEMP' is denied.
jellyfin  |  ---> System.IO.IOException: Permission denied
jellyfin  |    --- End of inner exception stack trace ---
jellyfin  | [00:33:11] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /Music
jellyfin  | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Movies
jellyfin  | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Comedy
jellyfin  | [00:33:11] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Boys/Movies
jellyfin  | [00:33:11] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Boys/Shows
jellyfin  | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Crime
jellyfin  | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Documentaries
jellyfin  | [00:33:11] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Drama
jellyfin  | [00:33:11] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Music
jellyfin  | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Thriller
jellyfin  | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Sci-Fi
jellyfin  | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.1485153
jellyfin  | [00:33:11] [INF] [1] Main: Startup complete 0:04:31.5626952
jellyfin  | [00:33:11] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Panel
jellyfin  | [00:33:13] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins
jellyfin  | [00:33:13] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
jellyfin  | [00:33:13] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins
jellyfin  | [00:33:16] [WRN] [16] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://j.uh.ie/ScheduledTasks?IsEnabled=true to 10.0.0.2 in 0:00:01.2269577 with Status Code 200
jellyfin  | [00:33:17] [INF] [16] Emby.Server.Implementations.Updates.InstallationManager: Plugin updated: Trakt 21.0.0.0
jellyfin  | [00:33:17] [INF] [16] Emby.Server.Implementations.ApplicationHost: App needs to be restarted.
jellyfin  | [00:33:18] [INF] [10] Emby.Server.Implementations.Updates.InstallationManager: Plugin updated: Trakt 21.0.0.0
jellyfin  | [00:33:18] [INF] [10] Emby.Server.Implementations.ApplicationHost: App needs to be restarted.
jellyfin  | [00:33:18] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 4 seconds
jellyfin  | [00:33:18] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'AccessSchedule' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ActivityLog' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'CustomItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'HomeSection' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ImageInfo' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Permission' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Preference' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ApiKey' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Device' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DeviceOptions' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin  | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'User' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @dahamsta on GitHub (Nov 23, 2022). ### Please describe your bug Every time I start or restart Jellyfin, the startup process hangs at "Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions" for 4-5 minutes, then continues normal startup. I've had the problem for a long time and have generally ignored it, however it's becoming increasingly frustrating and I've spent hours searching and debugging, I'd like to get it resolved once and for all. I assume it's network-related, I made the mistake of adding Gnome to this (Ubuntu) server some time ago so I could use the ownCloud desktop client, and then ditched it, and the network has never been right since. I tidied that up a bit today, however the Jellyfin problem is persisting. Any help I could get sorting it out would be appreciated. ### Jellyfin Version Other ### if other: 10.8.7 ### Environment ```markdown - OS: Ubuntu - Virtualization: Docker - Clients: - Browser: - FFmpeg Version: - Playback Method: - Hardware Acceleration: - Plugins: - Reverse Proxy: Nginx - Base URL: none - Networking: bridge - Storage: ``` ### Jellyfin logs ```shell jellyfin | [00:28:39] [INF] [1] Main: Jellyfin version: 10.8.7 jellyfin | [00:28:39] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"] jellyfin | [00:28:39] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [00:28:39] [INF] [1] Main: Operating system: Linux jellyfin | [00:28:39] [INF] [1] Main: Architecture: X64 jellyfin | [00:28:39] [INF] [1] Main: 64-Bit Process: True jellyfin | [00:28:39] [INF] [1] Main: User Interactive: True jellyfin | [00:28:39] [INF] [1] Main: Processor count: 4 jellyfin | [00:28:39] [INF] [1] Main: Program data path: /config jellyfin | [00:28:39] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [00:28:39] [INF] [1] Main: Application directory: /jellyfin/ jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 9.0.0.0 of Email jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 18.0.0.0 of Open Subtitles jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Trakt, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Trakt_19.0.0.0/Trakt.dll jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 20.0.0.0 of Trakt jellyfin | [00:28:40] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 21.0.0.0 of Trakt jellyfin | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] jellyfin | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] jellyfin | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] jellyfin | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] jellyfin | [00:28:40] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Trakt 19.0.0.0 jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.7.0 jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.7.0 jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.7.0 jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.7.0 jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.7.0 jellyfin | [00:33:10] [INF] [1] Main: Kestrel listening on Any IP4 Address jellyfin | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage. jellyfin | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. jellyfin | [00:33:10] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {64192ac5-1e77-4104-983a-2235b3a54942} may be persisted to storage in unencrypted form. jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Download missing subtitles set to fire at 2022-11-23 06:00:00.000 +00:00, which is 05:26:49.0373272 from now. jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2022-11-23 02:00:00.000 +00:00, which is 01:26:49.0365776 from now. jellyfin | [00:33:10] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Scan Media Library set to fire at 2022-11-23 03:00:00.000 +00:00, which is 02:26:49.0322361 from now. jellyfin | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.2 jellyfin | [00:33:11] [INF] [1] 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", "flac", "mp3"] jellyfin | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"] jellyfin | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] jellyfin | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] jellyfin | [00:33:11] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg jellyfin | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: afea06dda0084fd084bd7bd2398e84b8 jellyfin | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.0620146 jellyfin | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete jellyfin | [00:33:11] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery jellyfin | [00:33:11] [ERR] [19] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: /Music jellyfin | System.UnauthorizedAccessException: Access to the path '/Music/Various Artists/TEMP' is denied. jellyfin | ---> System.IO.IOException: Permission denied jellyfin | --- End of inner exception stack trace --- jellyfin | [00:33:11] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /Music jellyfin | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Movies jellyfin | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Comedy jellyfin | [00:33:11] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Boys/Movies jellyfin | [00:33:11] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Boys/Shows jellyfin | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Crime jellyfin | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Documentaries jellyfin | [00:33:11] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Drama jellyfin | [00:33:11] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Music jellyfin | [00:33:11] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Thriller jellyfin | [00:33:11] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Sci-Fi jellyfin | [00:33:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.1485153 jellyfin | [00:33:11] [INF] [1] Main: Startup complete 0:04:31.5626952 jellyfin | [00:33:11] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Shows/Panel jellyfin | [00:33:13] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins jellyfin | [00:33:13] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask jellyfin | [00:33:13] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins jellyfin | [00:33:16] [WRN] [16] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://j.uh.ie/ScheduledTasks?IsEnabled=true to 10.0.0.2 in 0:00:01.2269577 with Status Code 200 jellyfin | [00:33:17] [INF] [16] Emby.Server.Implementations.Updates.InstallationManager: Plugin updated: Trakt 21.0.0.0 jellyfin | [00:33:17] [INF] [16] Emby.Server.Implementations.ApplicationHost: App needs to be restarted. jellyfin | [00:33:18] [INF] [10] Emby.Server.Implementations.Updates.InstallationManager: Plugin updated: Trakt 21.0.0.0 jellyfin | [00:33:18] [INF] [10] Emby.Server.Implementations.ApplicationHost: App needs to be restarted. jellyfin | [00:33:18] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 4 seconds jellyfin | [00:33:18] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'AccessSchedule' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ActivityLog' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'CustomItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'HomeSection' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ImageInfo' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Permission' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Preference' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ApiKey' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Device' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DeviceOptions' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. jellyfin | [00:33:18] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'User' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bugstale labels 2026-02-07 00:47:25 +03:00
Author
Owner

@Bond-009 commented on GitHub (Dec 7, 2022):

Can you post a log with debug logging enabled?

@Bond-009 commented on GitHub (Dec 7, 2022): Can you post a log with debug logging enabled?
Author
Owner

@jellyfin-bot commented on GitHub (Apr 7, 2023):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot commented on GitHub (Apr 7, 2023): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@GiovanH commented on GitHub (Apr 24, 2023):

Don't stale.

@GiovanH commented on GitHub (Apr 24, 2023): Don't stale.
Author
Owner

@pendletong commented on GitHub (Jul 3, 2023):

I have the same problem. Below is the log with debug enabled.

2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Jellyfin version: 10.8.10
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_PublishedServerUrl, 192.168.68.124]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"]
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Operating system: Linux
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Architecture: X64
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: 64-Bit Process: True
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: User Interactive: True
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Processor count: 2
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Program data path: /config
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Application directory: /jellyfin/
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied
2023-07-03 09:27:13 [08:27:13] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
2023-07-03 09:27:13 [08:27:13] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Notifications.NotificationConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory
2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces.
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 2 interfaces.
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses : [172.19.0.2/16,127.0.0.1/8]
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information.
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details.
2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Invalid or unknown object vEthernet*.
2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
2023-07-03 09:27:14 [08:27:14] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.8.10.0, Culture=neutral, PublicKeyToken=null
2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider
2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider
2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider

Then the very next line is almost 4 minutes later:
2023-07-03 09:31:07 [08:31:07] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin

@pendletong commented on GitHub (Jul 3, 2023): I have the same problem. Below is the log with debug enabled. ``` 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Jellyfin version: 10.8.10 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_PublishedServerUrl, 192.168.68.124]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Operating system: Linux 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Architecture: X64 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: 64-Bit Process: True 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: User Interactive: True 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Processor count: 2 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Program data path: /config 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web 2023-07-03 09:27:13 [08:27:13] [INF] [1] Main: Application directory: /jellyfin/ 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied 2023-07-03 09:27:13 [08:27:13] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache 2023-07-03 09:27:13 [08:27:13] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Notifications.NotificationConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory 2023-07-03 09:27:13 [08:27:13] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces. 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 2 interfaces. 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses : [172.19.0.2/16,127.0.0.1/8] 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information. 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details. 2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] 2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Invalid or unknown object vEthernet*. 2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] 2023-07-03 09:27:14 [08:27:14] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] 2023-07-03 09:27:14 [08:27:14] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.8.10.0, Culture=neutral, PublicKeyToken=null 2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider 2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider 2023-07-03 09:27:15 [08:27:15] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider ``` Then the very next line is almost 4 minutes later: `2023-07-03 09:31:07 [08:31:07] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin`
Author
Owner

@Shadowghost commented on GitHub (Jul 3, 2023):

Might be fixed by the changes in #8147

@Shadowghost commented on GitHub (Jul 3, 2023): Might be fixed by the changes in #8147
Author
Owner

@pendletong commented on GitHub (Jul 5, 2023):

I started up using the most recent unstable docker image (is there any way to tell what version that is) but unfortunately the outcome is the same.

2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Operating system: Linux 5.15.49-linuxkit-pr #1 SMP Thu May 25 07:17:40 UTC 2023
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Architecture: X64
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: 64-Bit Process: True
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: User Interactive: True
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Processor count: 2
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Program data path: /config
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Application directory: /jellyfin/
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateMusicBrainzTimeout' since it is already applied
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateNetworkConfiguration' since it is already applied
2023-07-05 13:09:52 [12:09:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
2023-07-05 13:09:52 [12:09:52] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information.
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details.
2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces.
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 1 interfaces.
2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses: ["172.23.0.2"]
2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["172.23.0.2"]
2023-07-05 13:09:53 [12:09:53] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.9.0.0, Culture=neutral, PublicKeyToken=null
2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider
2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider
2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin
2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.0.0
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.StudioImages.Plugin
2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.0.0
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Omdb.Plugin
2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.0.0
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.Plugin
2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.0.0
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.Plugin
2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.0.0
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.CoreResolutionIgnoreRule
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.FolderResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoAlbumResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PlaylistResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.SpecialFolderResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.EpisodeResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeasonResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeriesResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.BoxSetResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.MovieResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Books.BookResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.AudioResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicArtistResolver
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AiredEpisodeOrderComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AlbumArtistComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AlbumComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ArtistComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.CommunityRatingComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.CriticRatingComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DateCreatedComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DateLastMediaAddedComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DatePlayedComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IndexNumberComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsFavoriteOrLikeComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsFolderComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsPlayedComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsUnplayedComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.NameComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.OfficialRatingComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ParentIndexNumberComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.PlayCountComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.PremiereDateComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ProductionYearComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.RandomComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.RuntimeComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.SeriesSortNameComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.SortNameComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.StartDateComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.StudioComparer
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.SplashscreenPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.ArtistsPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.CollectionPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.GenresPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.MusicGenresPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.StudiosPostScanTask
2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Data.CleanDatabaseScheduledTask
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.StudioImages.StudiosImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.AudioImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.EmbeddedImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.VideoImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.ChannelImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.EpisodeLocalImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.InternalMetadataFolderImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.LocalImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Years.YearMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Videos.VideoMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.EpisodeMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.SeasonMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.SeriesMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Studios.StudioMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Playlists.PlaylistMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Photos.PhotoAlbumMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Photos.PhotoMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.People.PersonMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MusicGenres.MusicGenreMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.AlbumMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.ArtistMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.AudioMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.MusicVideoMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.MovieMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.TrailerMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.LiveTv.LiveTvMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Genres.GenreMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.CollectionFolderMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.FolderMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.UserViewMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Channels.ChannelMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.BoxSets.BoxSetMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Books.AudioBookMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Books.BookMetadataService
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbEpisodeProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Playlists.PlaylistItemsProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.ProbeProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Photos.PhotoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.ArtistImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.CollectionFolderImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.DynamicImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.FolderImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.GenreImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.MusicAlbumImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.MusicGenreImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.PhotoAlbumImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.PlaylistImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Collections.CollectionImageProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Providers.BoxSetXmlProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Providers.PlaylistXmlProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.AlbumNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.ArtistNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.EpisodeNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.MusicVideoNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.SeasonNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.VideoNfoProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Savers.BoxSetXmlSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Savers.PlaylistXmlSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.AlbumNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.ArtistNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.EpisodeNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.MovieNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.SeasonNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.SeriesNfoSaver
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzOtherArtistExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherAlbumExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherArtistExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.ImvdbId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.ImdbExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.ImdbPersonExternalId
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.TunerHosts.M3UTunerHost
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHost
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.Listings.SchedulesDirect
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.Listings.XmlTvListingsProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvMediaSourceProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.ChannelDynamicMediaSourceProvider
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'DisableTranscodingThrottling' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateLoggingConfigHeirarchy' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateActivityLogDatabase' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'RemoveDuplicateExtras' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'AddDefaultPluginRepository' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateUserDatabase' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'ReaddDefaultPluginRepository' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateDisplayPreferencesDatabase' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'RemoveDownloadImagesInAdvance' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateAuthenticationDatabase' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'FixPlaylistOwner' since it is already applied
2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateRatingLevels' since it is already applied
2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
2023-07-05 13:12:01 [12:12:01] [INF] [1] Main: Kestrel is listening on 172.23.0.2
2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {5bafccbd-7628-44b5-ba36-802b7ceb85b1} may be persisted to storage in unencrypted form.
2023-07-05 13:12:02 [12:12:02] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.SubtitleScheduledTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.ChapterImagesTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanActivityLogTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteLogFileTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteTranscodeFileTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PeopleValidationTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PluginUpdateTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.RefreshMediaLibraryTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.RefreshGuideScheduledTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.RefreshChannelsScheduledTask
2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.MediaEncoding.Hls.ScheduledTasks.KeyframeExtractionScheduledTask
2023-07-05 13:12:02 [12:12:02] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2023-07-06 02:00:00.000 +00:00, which is 13:47:57.5893130 from now.
2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version
2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
2023-07-05 13:12:02 built with gcc 10 (Debian 10.2.1-6)
2023-07-05 13:12:02 configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
2023-07-05 13:12:02 libavutil      57. 28.100 / 57. 28.100
2023-07-05 13:12:02 libavcodec     59. 37.100 / 59. 37.100
2023-07-05 13:12:02 libavformat    59. 27.100 / 59. 27.100
2023-07-05 13:12:02 libavdevice    59.  7.100 / 59.  7.100
2023-07-05 13:12:02 libavfilter     8. 44.100 /  8. 44.100
2023-07-05 13:12:02 libswscale      6.  7.100 /  6.  7.100
2023-07-05 13:12:02 libswresample   4.  7.100 /  4.  7.100
2023-07-05 13:12:02 libpostproc    56.  6.100 / 56.  6.100
2023-07-05 13:12:02 
2023-07-05 13:12:02 [12:12:02] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.3
2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -decoders
2023-07-05 13:12:03 [12:12:03] [INF] [1] 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", "dca", "flac", "mp3", "truehd"]
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -encoders
2023-07-05 13:12:03 [12:12:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -filters
2023-07-05 13:12:03 [12:12:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=scale_cuda
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_cuda
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_opencl
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl
2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vaapi
2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vulkan
2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccels
2023-07-05 13:12:04 [12:12:04] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version
2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
2023-07-05 13:12:04 built with gcc 10 (Debian 10.2.1-6)
2023-07-05 13:12:04 configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
2023-07-05 13:12:04 libavutil      57. 28.100 / 57. 28.100
2023-07-05 13:12:04 libavcodec     59. 37.100 / 59. 37.100
2023-07-05 13:12:04 libavformat    59. 27.100 / 59. 27.100
2023-07-05 13:12:04 libavdevice    59.  7.100 / 59.  7.100
2023-07-05 13:12:04 libavfilter     8. 44.100 /  8. 44.100
2023-07-05 13:12:04 libswscale      6.  7.100 /  6.  7.100
2023-07-05 13:12:04 libswresample   4.  7.100 /  4.  7.100
2023-07-05 13:12:04 libpostproc    56.  6.100 / 56.  6.100
2023-07-05 13:12:04 
2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hide_banner -f lavfi -i nullsrc=s=1x1:d=500 -f null -
2023-07-05 13:12:04 [12:12:04] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
2023-07-05 13:12:04 [12:12:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 41d3fd9b3d8e4921b0259738088b0f36
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.IO.LibraryMonitorStartup
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.RecordingNotifier
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.Main.DlnaEntryPoint
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.EntryPoint
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DeviceAccessEntryPoint
2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
2023-07-05 13:12:05 [12:12:05] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.3264627
2023-07-05 13:12:05 [12:12:05] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting topLibraryFolders
2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Creating userRootPath at /config/root/default
2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Setting userRootFolder: Media Folders
2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: TaskCleanCollections
2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task CleanupCollectionPathsTask
2023-07-05 13:12:05 [12:12:05] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing TaskCleanCollections
2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins
2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 610.1306ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting refreshQueue
2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 47.0798ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId
2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 54.9822ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId
2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask: Found 1 Boxsets
2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask: Check Boxset Carry On Series
2023-07-05 13:12:06 [12:12:06] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: TaskCleanCollections Completed after 0 minute(s) and 0 seconds
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint: Binding UDP server to 172.23.255.255 on port 7359
2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint
2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Jellyfin.Server.Implementations.Users.DeviceAccessEntryPoint
2023-07-05 13:12:07 [12:12:07] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:02.0249635
2023-07-05 13:12:07 [12:12:07] [INF] [1] Main: Startup complete 0:02:15.3327898

The pause being from 12:09:53 to 12:12:07
If there is any other debug I can gather let me know. The CPU was certainly doing stuff in the period between those 2 times.

@pendletong commented on GitHub (Jul 5, 2023): I started up using the most recent unstable docker image (is there any way to tell what version that is) but unfortunately the outcome is the same. ``` 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Operating system: Linux 5.15.49-linuxkit-pr #1 SMP Thu May 25 07:17:40 UTC 2023 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Architecture: X64 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: 64-Bit Process: True 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: User Interactive: True 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Processor count: 2 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Program data path: /config 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web 2023-07-05 13:09:52 [12:09:52] [INF] [1] Main: Application directory: /jellyfin/ 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateMusicBrainzTimeout' since it is already applied 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateNetworkConfiguration' since it is already applied 2023-07-05 13:09:52 [12:09:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache 2023-07-05 13:09:52 [12:09:52] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information. 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details. 2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] 2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] 2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces. 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 1 interfaces. 2023-07-05 13:09:52 [12:09:52] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses: ["172.23.0.2"] 2023-07-05 13:09:52 [12:09:52] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["172.23.0.2"] 2023-07-05 13:09:53 [12:09:53] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.9.0.0, Culture=neutral, PublicKeyToken=null 2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider 2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider 2023-07-05 13:10:59 [12:10:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Plugin 2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.0.0 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.StudioImages.Plugin 2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.0.0 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.Omdb.Plugin 2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.0.0 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.Plugin 2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.0.0 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.Plugin 2023-07-05 13:11:59 [12:11:59] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.0.0 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.CoreResolutionIgnoreRule 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.FolderResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoAlbumResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PhotoResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.PlaylistResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.SpecialFolderResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.EpisodeResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeasonResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.TV.SeriesResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.BoxSetResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Movies.MovieResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Books.BookResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.AudioResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Resolvers.Audio.MusicArtistResolver 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AiredEpisodeOrderComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AlbumArtistComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.AlbumComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ArtistComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.CommunityRatingComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.CriticRatingComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DateCreatedComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DateLastMediaAddedComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.DatePlayedComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IndexNumberComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsFavoriteOrLikeComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsFolderComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsPlayedComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.IsUnplayedComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.NameComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.OfficialRatingComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ParentIndexNumberComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.PlayCountComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.PremiereDateComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.ProductionYearComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.RandomComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.RuntimeComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.SeriesSortNameComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.SortNameComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.StartDateComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Sorting.StudioComparer 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.SplashscreenPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.ArtistsPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.CollectionPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.GenresPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.MusicGenresPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Library.Validators.StudiosPostScanTask 2023-07-05 13:11:59 [12:11:59] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Data.CleanDatabaseScheduledTask 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.StudioImages.StudiosImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.AudioImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.EmbeddedImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.VideoImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.ChannelImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.EpisodeLocalImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.InternalMetadataFolderImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Images.LocalImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Years.YearMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Videos.VideoMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.EpisodeMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.SeasonMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.SeriesMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Studios.StudioMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Playlists.PlaylistMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Photos.PhotoAlbumMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Photos.PhotoMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.People.PersonMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MusicGenres.MusicGenreMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.AlbumMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.ArtistMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.AudioMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.MusicVideoMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.MovieMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.TrailerMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.LiveTv.LiveTvMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Genres.GenreMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.CollectionFolderMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.FolderMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Folders.UserViewMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Channels.ChannelMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.BoxSets.BoxSetMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Books.AudioBookMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Books.BookMetadataService 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbEpisodeProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Playlists.PlaylistItemsProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.ProbeProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Photos.PhotoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.ArtistImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.CollectionFolderImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.DynamicImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.FolderImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.GenreImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.MusicAlbumImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.MusicGenreImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.PhotoAlbumImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Images.PlaylistImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Collections.CollectionImageProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Providers.BoxSetXmlProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Providers.PlaylistXmlProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.AlbumNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.ArtistNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.EpisodeNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.MusicVideoNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.SeasonNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.SeriesNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Providers.VideoNfoProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Savers.BoxSetXmlSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.LocalMetadata.Savers.PlaylistXmlSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.AlbumNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.ArtistNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.EpisodeNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.MovieNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.SeasonNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Savers.SeriesNfoSaver 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.TV.Zap2ItExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzOtherArtistExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherAlbumExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherArtistExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Music.ImvdbId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.ImdbExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.Movies.ImdbPersonExternalId 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.TunerHosts.M3UTunerHost 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun.HdHomerunHost 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.Listings.SchedulesDirect 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.Listings.XmlTvListingsProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvMediaSourceProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.ChannelDynamicMediaSourceProvider 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'DisableTranscodingThrottling' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateLoggingConfigHeirarchy' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateActivityLogDatabase' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'RemoveDuplicateExtras' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'AddDefaultPluginRepository' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateUserDatabase' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'ReaddDefaultPluginRepository' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateDisplayPreferencesDatabase' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'RemoveDownloadImagesInAdvance' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateAuthenticationDatabase' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'FixPlaylistOwner' since it is already applied 2023-07-05 13:12:00 [12:12:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateRatingLevels' since it is already applied 2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage. 2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2023-07-05 13:12:01 [12:12:01] [INF] [1] Main: Kestrel is listening on 172.23.0.2 2023-07-05 13:12:01 [12:12:01] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {5bafccbd-7628-44b5-ba36-802b7ceb85b1} may be persisted to storage in unencrypted form. 2023-07-05 13:12:02 [12:12:02] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Providers.MediaInfo.SubtitleScheduledTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.ChapterImagesTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanActivityLogTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteLogFileTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteTranscodeFileTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PeopleValidationTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.PluginUpdateTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.ScheduledTasks.Tasks.RefreshMediaLibraryTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.RefreshGuideScheduledTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Channels.RefreshChannelsScheduledTask 2023-07-05 13:12:02 [12:12:02] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.MediaEncoding.Hls.ScheduledTasks.KeyframeExtractionScheduledTask 2023-07-05 13:12:02 [12:12:02] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2023-07-06 02:00:00.000 +00:00, which is 13:47:57.5893130 from now. 2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version 2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers 2023-07-05 13:12:02 built with gcc 10 (Debian 10.2.1-6) 2023-07-05 13:12:02 configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc 2023-07-05 13:12:02 libavutil 57. 28.100 / 57. 28.100 2023-07-05 13:12:02 libavcodec 59. 37.100 / 59. 37.100 2023-07-05 13:12:02 libavformat 59. 27.100 / 59. 27.100 2023-07-05 13:12:02 libavdevice 59. 7.100 / 59. 7.100 2023-07-05 13:12:02 libavfilter 8. 44.100 / 8. 44.100 2023-07-05 13:12:02 libswscale 6. 7.100 / 6. 7.100 2023-07-05 13:12:02 libswresample 4. 7.100 / 4. 7.100 2023-07-05 13:12:02 libpostproc 56. 6.100 / 56. 6.100 2023-07-05 13:12:02 2023-07-05 13:12:02 [12:12:02] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.3 2023-07-05 13:12:02 [12:12:02] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -decoders 2023-07-05 13:12:03 [12:12:03] [INF] [1] 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", "dca", "flac", "mp3", "truehd"] 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -encoders 2023-07-05 13:12:03 [12:12:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -filters 2023-07-05 13:12:03 [12:12:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=scale_cuda 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_cuda 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=tonemap_opencl 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_opencl 2023-07-05 13:12:03 [12:12:03] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vaapi 2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -h filter=overlay_vulkan 2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccels 2023-07-05 13:12:04 [12:12:04] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] 2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -version 2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers 2023-07-05 13:12:04 built with gcc 10 (Debian 10.2.1-6) 2023-07-05 13:12:04 configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc 2023-07-05 13:12:04 libavutil 57. 28.100 / 57. 28.100 2023-07-05 13:12:04 libavcodec 59. 37.100 / 59. 37.100 2023-07-05 13:12:04 libavformat 59. 27.100 / 59. 27.100 2023-07-05 13:12:04 libavdevice 59. 7.100 / 59. 7.100 2023-07-05 13:12:04 libavfilter 8. 44.100 / 8. 44.100 2023-07-05 13:12:04 libswscale 6. 7.100 / 6. 7.100 2023-07-05 13:12:04 libswresample 4. 7.100 / 4. 7.100 2023-07-05 13:12:04 libpostproc 56. 6.100 / 56. 6.100 2023-07-05 13:12:04 2023-07-05 13:12:04 [12:12:04] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running /usr/lib/jellyfin-ffmpeg/ffmpeg -hide_banner -f lavfi -i nullsrc=s=1x1:d=500 -f null - 2023-07-05 13:12:04 [12:12:04] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg 2023-07-05 13:12:04 [12:12:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 41d3fd9b3d8e4921b0259738088b0f36 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.IO.LibraryMonitorStartup 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.ExternalPortForwarding 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.RecordingNotifier 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.Main.DlnaEntryPoint 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.EntryPoint 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DeviceAccessEntryPoint 2023-07-05 13:12:04 [12:12:04] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Dlna.Main.DlnaEntryPoint 2023-07-05 13:12:05 [12:12:05] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.3264627 2023-07-05 13:12:05 [12:12:05] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete 2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint 2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting topLibraryFolders 2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Creating userRootPath at /config/root/default 2023-07-05 13:12:05 [12:12:05] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Setting userRootFolder: Media Folders 2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: TaskCleanCollections 2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task CleanupCollectionPathsTask 2023-07-05 13:12:05 [12:12:05] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing TaskCleanCollections 2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins 2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask 2023-07-05 13:12:05 [12:12:05] [DBG] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 610.1306ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting refreshQueue 2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 47.0798ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId 2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.Data.SqliteItemRepository: GetItemList query time (slow): 54.9822ms. Query: select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId 2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask: Found 1 Boxsets 2023-07-05 13:12:06 [12:12:06] [DBG] [15] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionPathsTask: Check Boxset Carry On Series 2023-07-05 13:12:06 [12:12:06] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: TaskCleanCollections Completed after 0 minute(s) and 0 seconds 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier 2023-07-05 13:12:06 [12:12:06] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint 2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint: Binding UDP server to 172.23.255.255 on port 7359 2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier 2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint 2023-07-05 13:12:07 [12:12:07] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Starting entry point Jellyfin.Server.Implementations.Users.DeviceAccessEntryPoint 2023-07-05 13:12:07 [12:12:07] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:02.0249635 2023-07-05 13:12:07 [12:12:07] [INF] [1] Main: Startup complete 0:02:15.3327898 ``` The pause being from 12:09:53 to 12:12:07 If there is any other debug I can gather let me know. The CPU was certainly doing stuff in the period between those 2 times.
Author
Owner

@OdinVex commented on GitHub (Oct 8, 2023):

I have a 15-minute delay now and I see library.db-journal going from 0B to library.db size.

@OdinVex commented on GitHub (Oct 8, 2023): I have a 15-minute delay now and I see `library.db-journal` going from 0B to `library.db` size.
Author
Owner

@mukcodes commented on GitHub (Jan 18, 2024):

I have the same issue.

<html>
<body>
<!--StartFragment--><h2 style="text-align: center; color: rgb(0, 0, 0); font-family: &quot;Lucida Console&quot;, Consola, Monaco, monospace, &quot;Courier New&quot;, Courier, serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">jellyfin</h2>
date | stream | content
-- | -- | --
2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_10.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll
2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/TvDbSharper.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SubtitleExtract, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Subtitle Extract_2.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_2.0.0.0/Jellyfin.Plugin.SessionCleaner.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_13.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_19.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f from /config/plugins/LDAP Authentication_16.0.0.0/Novell.Directory.Ldap.NETStandard.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LDAP-Auth, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/LDAP Authentication_16.0.0.0/LDAP-Auth.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll
2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
2024/01/18 11:31:44 | stdout | [11:31:44] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Application directory: /jellyfin/
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Program data path: /config
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Processor count: 4
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: User Interactive: True
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: 64-Bit Process: True
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Architecture: X64
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Operating system: Linux
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Jellyfin version: 10.8.13
2024/01/18 11:31:16 | stdout | [11:31:16] [INF] [2] Main: Received a SIGTERM signal, shutting down
2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_10.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/TvDbSharper.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SubtitleExtract, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null��from /config/plugins/Subtitle Extract_2.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_2.0.0.0/Jellyfin.Plugin.SessionCleaner.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_13.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_19.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f from /config/plugins/LDAP Authentication_16.0.0.0/Novell.Directory.Ldap.NETStandard.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LDAP-Auth, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/LDAP Authentication_16.0.0.0/LDAP-Auth.dll
2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll
2024/01/18 11:29:23 | stdout | [11:29:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
2024/01/18 11:29:23 | stdout | [11:29:23] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Application directory: /jellyfin/
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Program data path: /config
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Processor count: 4
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: User Interactive: True
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: 64-Bit Process: True
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Architecture: X64
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Operating system: Linux
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Jellyfin version: 10.8.13

<!--EndFragment-->
</body>
</html>
@mukcodes commented on GitHub (Jan 18, 2024): I have the same issue. ``` <html> <body> <!--StartFragment--><h2 style="text-align: center; color: rgb(0, 0, 0); font-family: &quot;Lucida Console&quot;, Consola, Monaco, monospace, &quot;Courier New&quot;, Courier, serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">jellyfin</h2> date | stream | content -- | -- | -- 2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] 2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] 2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2024/01/18 11:31:50 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] 2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_10.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll 2024/01/18 11:31:46 | stdout | [11:31:46] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/TvDbSharper.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SubtitleExtract, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Subtitle Extract_2.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_2.0.0.0/Jellyfin.Plugin.SessionCleaner.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_13.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_19.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f from /config/plugins/LDAP Authentication_16.0.0.0/Novell.Directory.Ldap.NETStandard.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LDAP-Auth, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/LDAP Authentication_16.0.0.0/LDAP-Auth.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll 2024/01/18 11:31:45 | stdout | [11:31:45] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies 2024/01/18 11:31:44 | stdout | [11:31:44] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Application directory: /jellyfin/ 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Program data path: /config 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Processor count: 4 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: User Interactive: True 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: 64-Bit Process: True 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Architecture: X64 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Operating system: Linux 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]"] 2024/01/18 11:31:43 | stdout | [11:31:43] [INF] [1] Main: Jellyfin version: 10.8.13 2024/01/18 11:31:16 | stdout | [11:31:16] [INF] [2] Main: Received a SIGTERM signal, shutting down 2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] 2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] 2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] 2024/01/18 11:29:25 | stdout | [11:29:25] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_10.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_10.0.0.0/TvDbSharper.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SubtitleExtract, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null��from /config/plugins/Subtitle Extract_2.0.0.0/Jellyfin.Plugin.SubtitleExtract.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_2.0.0.0/Jellyfin.Plugin.SessionCleaner.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_13.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_19.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f from /config/plugins/LDAP Authentication_16.0.0.0/Novell.Directory.Ldap.NETStandard.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly LDAP-Auth, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/LDAP Authentication_16.0.0.0/LDAP-Auth.dll 2024/01/18 11:29:24 | stdout | [11:29:24] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll 2024/01/18 11:29:23 | stdout | [11:29:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies 2024/01/18 11:29:23 | stdout | [11:29:23] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Application directory: /jellyfin/ 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Program data path: /config 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Processor count: 4 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: User Interactive: True 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: 64-Bit Process: True 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Architecture: X64 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Operating system: Linux 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]"] 2024/01/18 11:29:22 | stdout | [11:29:22] [INF] [1] Main: Jellyfin version: 10.8.13 <!--EndFragment--> </body> </html> ```
Author
Owner

@OdinVex commented on GitHub (Jan 18, 2024):

I have the same issue.

I managed to replicate the issue on three machines, one of which had a native install and then Docker install, continues. I don't have the time or patience to see if it's a specific library or if it was an update. I do recall this not being an issue on an earlier version. I can't find the comments where I posted what version I was sure it wasn't occurring in. It happens at the same spot in Jellyfin's logic each time and it creates a 0-byte library.db-journal and builds it right back up to library.db's size, then it resumes like nothing's happened. Sqlite tools show the db is fine, has no index issues, nothing corrupt at all. If I could maybe dump the entire logic happening around the db it might show itself.

@OdinVex commented on GitHub (Jan 18, 2024): > I have the same issue. I managed to replicate the issue on three machines, one of which had a native install and then Docker install, continues. I don't have the time or patience to see if it's a specific library or if it was an update. I do recall this not being an issue on an earlier version. I can't find the comments where I posted what version I was sure it wasn't occurring in. It happens at the same spot in Jellyfin's logic each time and it creates a 0-byte library.db-journal and builds it right back up to library.db's size, then it resumes like nothing's happened. Sqlite tools show the db is fine, has no index issues, nothing corrupt at all. If I could maybe dump the entire logic happening around the db it might show itself.
Author
Owner

@dahamsta commented on GitHub (Jan 18, 2024):

I never resolved this, however I had persistent problems on the server which turned out to be a dogy disk, and I haven't experienced it since reinstalling on an SSD.

@dahamsta commented on GitHub (Jan 18, 2024): I never resolved this, however I had persistent problems on the server which turned out to be a dogy disk, and I haven't experienced it since reinstalling on an SSD.
Author
Owner

@OdinVex commented on GitHub (Jan 18, 2024):

I never resolved this, however I had persistent problems on the server which turned out to be a dogy disk, and I haven't experienced it since reinstalling on an SSD.

The issue I'm facing has nothing to do with dodgy* disks though. NVMe, SSD, makes no difference in time. It's processing-based and is within a few seconds difference between disk types, so it's a logic-based issue rather than hardware. Edit: I also have the same issue across multiple servers, different types of storage (NVMe, SSD, HDD for one).

@OdinVex commented on GitHub (Jan 18, 2024): > I never resolved this, however I had persistent problems on the server which turned out to be a dogy disk, and I haven't experienced it since reinstalling on an SSD. The issue I'm facing has nothing to do with dodgy* disks though. NVMe, SSD, makes no difference in time. It's processing-based and is within a few seconds difference between disk types, so it's a logic-based issue rather than hardware. Edit: I also have the same issue across multiple servers, different types of storage (NVMe, SSD, HDD for one).
Author
Owner

@pendletong commented on GitHub (Jan 28, 2024):

I moved what used to be a bind mount to a volume and the time taken in the Main: Startup complete log entry has dropped from over 2 minutes to under 30 seconds.
I'm currently using Jellyfin in Docker on Mac Mini M2 so I do wonder whether the bind mount is just significantly slower than using volumes (even though I'm using VirtioFS).

@pendletong commented on GitHub (Jan 28, 2024): I moved what used to be a bind mount to a volume and the time taken in the Main: Startup complete log entry has dropped from over 2 minutes to under 30 seconds. I'm currently using Jellyfin in Docker on Mac Mini M2 so I do wonder whether the bind mount is just significantly slower than using volumes (even though I'm using VirtioFS).
Author
Owner

@OdinVex commented on GitHub (Jan 28, 2024):

Bind vs volume isn't the issue here (unless you're suggesting an issue relating to binding or certain environments with binding that just happen to cause issues with dbs given their unique nature), after startup and on first db creation it's fast. This is a db corruption error and Jellyfin/Sqlite is causing it, my guess being due to specific content. (Records are literally being incorrectly managed, NOT NULL items are null for example, duplicate GUIDs.) I suspect threading? maybe as the underlying cause but that's just from past projects and experience with them. Edit: Literally I can ssh into the box and watch library.db-journal get created on a fresh start and wait while it builds to library.db's size, then the Jellyfin resumes and finally opens a socket. Tools show the db IS corrupt, even after clean shutdowns. Start with a new db, scan all in, shutdown cleanly, db is corrupt, multiple guids and missing NOT NULL values. Filesystem is fine, host is fine, RAM checks out (ECC and did tests), CPU is fine. It's a bug somewhere. I'd love to get a sql-ran dump (all sql commands dumped as they happen with results returned) just to see if Sqlite brings something up and Jellyfin ignores or is giving Sqlite bad data or what.

Edit: Out of curiosity I did try searching for anything relating to Docker and database corruption and there is some suggestive anecdotal claims to support that due to the nature of Docker and synchronizing the filesystem. Per-maybe-haps might be a Docker issue? (Edit to clarify, this might could introduce issues if something outside the container attempts any operation while something inside does the same. I don't do that, nothing I have touches it, so still clueless as to source of issue.)

@OdinVex commented on GitHub (Jan 28, 2024): Bind vs volume isn't the issue here (unless you're suggesting an issue relating to binding or certain environments with binding that just happen to cause issues with dbs given their unique nature), after startup and on first db creation it's fast. This is a db corruption error and Jellyfin/Sqlite is causing it, my guess being due to specific content. (Records are literally being incorrectly managed, NOT NULL items are null for example, duplicate GUIDs.) I suspect threading? maybe as the underlying cause but that's just from past projects and experience with them. Edit: Literally I can ssh into the box and watch `library.db-journal` get created on a fresh start and wait while it builds to `library.db`'s size, then the Jellyfin resumes and finally opens a socket. Tools show the db IS corrupt, even after clean shutdowns. Start with a new db, scan all in, shutdown cleanly, db is corrupt, multiple guids and missing NOT NULL values. Filesystem is fine, host is fine, RAM checks out (ECC and did tests), CPU is fine. It's a bug somewhere. I'd love to get a sql-ran dump (all sql commands dumped as they happen with results returned) just to see if Sqlite brings something up and Jellyfin ignores or is giving Sqlite bad data or what. Edit: Out of curiosity I did try searching for anything relating to Docker and database corruption and there is some suggestive anecdotal claims to support that due to the nature of Docker and synchronizing the filesystem. Per-maybe-haps might be a Docker issue? (Edit to clarify, this might could introduce issues if something *outside* the container attempts any operation while something inside does the same. I don't do that, nothing I have touches it, so still clueless as to source of issue.)
Author
Owner

@pendletong commented on GitHub (Jan 28, 2024):

So as far as I have been able to tell the following is the case with me. This is as it was when I used bind mounts (I also want to add that bind mounts do seem to have a slight history of being a bit jank, certainly on Mac. I had to not use the available VirtioFS for quite a while as using that did seem to result in various corruptions and issues).

Generally the library.db does not get corrupted (I'm assuming you are using "PRAGMA integrity_check" to test). I had a process to check the db before I made a backup of the config folder which rarely found the db to be corrupt, whether the container was running or not.

However, if I try and do an integrity_check while the container is starting up (i.e. before the Startup complete log entry) the database then becomes corrupted and that corruption persists and causes the jellyfin startup to fail. If I wait until the startup is complete then the integrity check is fine.
This does make it seem a little different to your situation but the guts of the issue do seem to be the same here.

I assume this is some multithreading issue, and the only thing I can think is in my situation, as you say, the db is being rebuilt.

@pendletong commented on GitHub (Jan 28, 2024): So as far as I have been able to tell the following is the case with me. This is as it was when I used bind mounts (I also want to add that bind mounts do seem to have a slight history of being a bit jank, certainly on Mac. I had to not use the available VirtioFS for quite a while as using that did seem to result in various corruptions and issues). Generally the library.db does not get corrupted (I'm assuming you are using "PRAGMA integrity_check" to test). I had a process to check the db before I made a backup of the config folder which rarely found the db to be corrupt, whether the container was running or not. However, if I try and do an integrity_check while the container is starting up (i.e. before the Startup complete log entry) the database then becomes corrupted and that corruption persists and causes the jellyfin startup to fail. If I wait until the startup is complete then the integrity check is fine. This does make it seem a little different to your situation but the guts of the issue do seem to be the same here. I assume this is some multithreading issue, and the only thing I can think is in my situation, as you say, the db is being rebuilt.
Author
Owner

@OdinVex commented on GitHub (Jan 28, 2024):

Linux. I don't use PRAGMA integrity_check, I do entire dumps and db rebuilds (--ignore-errors and log all corruptions and such). When when your Jellyfin instance "fails" to start up check to see if there is a library.db-journal in the folder. If so, Jellyfin isn't failing to start, it's delaying until the library.db-journal gets built (to the same size as library.db) and then it resumes starting. If you're experiencing the same pattern that'll at least be more confirming of "something's mucked". It does indeed seem like a multithreaded/safety issue..The entries are always full except specific kinds of oddness, such as a single entry in a row being missing or duplicate GUIDs. The rows are however recoverable and Jellyfin will "keep" the bad records...so that's odd too. Eg, a DB repair would destroy about 80% of all records but if left to Jellyfin's "recovery" it recovers them all...as damaged and still uses them.

@OdinVex commented on GitHub (Jan 28, 2024): Linux. I don't use PRAGMA integrity_check, I do entire dumps and db rebuilds (--ignore-errors and log all corruptions and such). When when your Jellyfin instance "fails" to start up check to see if there is a library.db-journal in the folder. If so, Jellyfin isn't failing to start, it's delaying until the library.db-journal gets built (to the same size as library.db) and then it resumes starting. If you're experiencing the same pattern that'll at least be more confirming of "something's mucked". It does indeed seem like a multithreaded/safety issue..The entries are always full *except* specific kinds of oddness, such as a single entry in a row being missing or duplicate GUIDs. The rows are however recoverable and Jellyfin will "keep" the bad records...so that's odd too. Eg, a DB repair would destroy about 80% of all records but if left to Jellyfin's "recovery" it recovers them all...as damaged and still uses them.
Author
Owner

@pendletong commented on GitHub (Jan 29, 2024):

I do get the library.db-journal growing during startup but I am yet to find the database corrupted, at least while using integrity_check (with the exception of when I do the check while the startup is in progress).

I did also try the dump/rebuild method but that appears to work.

Not quite sure where that leaves us. The library.db is obviously being processed for some reason on startup. In my instance the db is fine both before and after the process (but not if I interrupt the process with integrity_check).

Moving the config into a volume has improved the speed for me by about 60-70% so I'm going to keep with that. If you have any other suggestions to investigate I am willing to try.

I don't know about your system but the main reason I would like to see this 'fixed' is that my docker container restarts about twice a day (https://github.com/jellyfin/jellyfin/issues/10910). That is why I moved the config into a volume because I assumed it was a weird filesystem glitch that was forcing the restart but the volume doesn't help with that. It does however make the startup quicker so that is kind of a win but I am slightly nervous about the possibility of the db becoming corrupted because it is more awkward to deal with it when it is in a volume rather than just on the Mac filesystem.

@pendletong commented on GitHub (Jan 29, 2024): I do get the library.db-journal growing during startup but I am yet to find the database corrupted, at least while using integrity_check (with the exception of when I do the check while the startup is in progress). I did also try the dump/rebuild method but that appears to work. Not quite sure where that leaves us. The library.db is obviously being processed for some reason on startup. In my instance the db is fine both before and after the process (but not if I interrupt the process with integrity_check). Moving the config into a volume has improved the speed for me by about 60-70% so I'm going to keep with that. If you have any other suggestions to investigate I am willing to try. I don't know about your system but the main reason I would like to see this 'fixed' is that my docker container restarts about twice a day (https://github.com/jellyfin/jellyfin/issues/10910). That is why I moved the config into a volume because I assumed it was a weird filesystem glitch that was forcing the restart but the volume doesn't help with that. It does however make the startup quicker so that is kind of a win but I am slightly nervous about the possibility of the db becoming corrupted because it is more awkward to deal with it when it is in a volume rather than just on the Mac filesystem.
Author
Owner

@OdinVex commented on GitHub (Jan 29, 2024):

I prefer dumping as I mentioned above so that I can check the actual SQL records. It "appeared" to work for me too, but the final db was always significantly smaller (any corruption would throw out the rest of a table...) library.db is your library, of course it's processed. As for any other suggestions...unknown. I can tell you this though, volumes are also just files. You can dig through docker to find the actual location of those files. Maybe keep a note about that location should you want to tinker with it.

@OdinVex commented on GitHub (Jan 29, 2024): I prefer dumping as I mentioned above so that I can check the actual SQL records. It "appeared" to work for me too, but the final db was always significantly smaller (any corruption would throw out the rest of a table...) `library.db` is your library, of course it's processed. As for any other suggestions...unknown. I can tell you this though, volumes are also just files. You can dig through docker to find the actual location of those files. Maybe keep a note about that location should you want to tinker with it.
Author
Owner

@pendletong commented on GitHub (Jan 30, 2024):

Thanks.
Just dug through the code and I think I know what is happening although I have to admit I don't understand why your db is corrupt.
The following method which I assume is run on db startup vacuums the sqlite db
59048f2ed2/Emby.Server.Implementations/Data/BaseSqliteRepository.cs (L92)
I'm not sure vacuuming on every startup is required, particularly when the 'Optimize database' task is run every 24 hours anyway.

@pendletong commented on GitHub (Jan 30, 2024): Thanks. Just dug through the code and I think I know what is happening although I have to admit I don't understand why your db is corrupt. The following method which I assume is run on db startup vacuums the sqlite db https://github.com/jellyfin/jellyfin/blob/59048f2ed23a89a2b3ca474b783cd023836110b9/Emby.Server.Implementations/Data/BaseSqliteRepository.cs#L92 I'm not sure vacuuming on every startup is required, particularly when the 'Optimize database' task is run every 24 hours anyway.
Author
Owner

@OdinVex commented on GitHub (Jan 30, 2024):

I'm doubtful for only two reasons - vacuum takes less than a second on my end on an offline db. This should be easily test-able by someone with the startup-growing-journal issue, though I'm using a Docker at the moment. It also would not help prevent any corruption at shutdown/during db use.

@OdinVex commented on GitHub (Jan 30, 2024): I'm doubtful for only two reasons - vacuum takes less than a second on my end on an *offline* db. This should be easily test-able by someone with the startup-growing-journal issue, though I'm using a Docker at the moment. It also would not help prevent any corruption at shutdown/during db use.
Author
Owner

@pendletong commented on GitHub (Jan 30, 2024):

I think I've definitely found the issue with my startup time.

When using bind mounts my docker seems to be able to read/write at around 25MB/s.
Using a volume the read/writes are around 250-300MB/s which improves the startup time significantly.
These are both on SSDs so I would expect speeds closer to the latter rather than the former.

I don't know if this is still related to the macos file system performance from Docker (https://github.com/docker/roadmap/issues/7) but it's making me wonder whether I should switch all my containers to use volumes. Not that they necessarily need massive performance but the various reports of file corruption using bind mount on Mac (e.g. https://github.com/docker/for-mac/issues/6807) make me think that it would just be safer to use volumes...

@pendletong commented on GitHub (Jan 30, 2024): I think I've definitely found the issue with my startup time. When using bind mounts my docker seems to be able to read/write at around 25MB/s. Using a volume the read/writes are around 250-300MB/s which improves the startup time significantly. These are both on SSDs so I would expect speeds closer to the latter rather than the former. I don't know if this is still related to the macos file system performance from Docker (https://github.com/docker/roadmap/issues/7) but it's making me wonder whether I should switch all my containers to use volumes. Not that they necessarily need massive performance but the various reports of file corruption using bind mount on Mac (e.g. https://github.com/docker/for-mac/issues/6807) make me think that it would just be safer to use volumes...
Author
Owner

@OdinVex commented on GitHub (Jan 30, 2024):

Docker does have issues with performance regarding bound vs mounted paths/volumes on MacOS and Windows. That's a different issue from what we're discussing in this thread because this is specifically about startup. I can achieve about 2GB/s on my current NAS's setup where the db is located.

@OdinVex commented on GitHub (Jan 30, 2024): Docker does have issues with performance regarding bound vs mounted paths/volumes on MacOS and Windows. That's a different issue from what we're discussing in this thread because this is specifically about startup. I can achieve about 2GB/s on my current NAS's setup where the db is located.
Author
Owner

@jellyfin-bot commented on GitHub (May 29, 2024):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (May 29, 2024): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@OdinVex commented on GitHub (May 29, 2024):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

It has not been resolved. Old server was up to 45 minutes before it'd continue.

@OdinVex commented on GitHub (May 29, 2024): > This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. > > If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact). It has not been resolved. Old server was up to 45 *minutes* before it'd continue.
Author
Owner

@cvium commented on GitHub (May 29, 2024):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.

It has not been resolved. Old server was up to 45 minutes before it'd continue.

Old? Have you tested this on 10.9.3?

@cvium commented on GitHub (May 29, 2024): > > This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. > > If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact). > > It has not been resolved. Old server was up to 45 _minutes_ before it'd continue. Old? Have you tested this on 10.9.3?
Author
Owner

@OdinVex commented on GitHub (May 29, 2024):

Old? Have you tested this on 10.9.3?

Yes. Old as in I've installed a new server (has the same problem, fortunately it's only a few minutes delay). The issue is most definitely around Sqlite and threading for all the debugging I've done. Edit: And to reiterate for any 'omg don't network' type responses: All local, no network-mounting, and Linux, so there's no Docker Windows binding issue either (which is a known issue that can cause Sqlite corruption too). Edit: We'll probably have to wait until they trash Sqlite and move to a real database backend before we see this issue finally disappear.

@OdinVex commented on GitHub (May 29, 2024): > Old? Have you tested this on 10.9.3? Yes. Old as in I've installed a new server (has the same problem, fortunately it's only a few minutes delay). The issue is most definitely around Sqlite and threading for all the debugging I've done. Edit: And to reiterate for any 'omg don't network' type responses: All local, no network-mounting, and Linux, so there's no Docker Windows binding issue either (which is a known issue that can cause Sqlite corruption too). Edit: We'll probably have to wait until they trash Sqlite and move to a real database backend before we see this issue finally disappear.
Author
Owner

@cvium commented on GitHub (May 29, 2024):

It's a fairly uncommon issue, so I don't think you can blame it on sqlite alone. The call to networking setup is here https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/ApplicationHost.cs#L420 and it's some of the last stuff that is being done before the Host is started. The only thing that can realistically slow it down is if you have some plugins that are doing something stupid.

@cvium commented on GitHub (May 29, 2024): It's a fairly uncommon issue, so I don't think you can blame it on sqlite alone. The call to networking setup is here https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/ApplicationHost.cs#L420 and it's some of the last stuff that is being done before the Host is started. The only thing that can realistically slow it down is if you have some plugins that are doing something stupid.
Author
Owner

@OdinVex commented on GitHub (May 29, 2024):

It's a fairly uncommon issue, so I don't think you can blame it on sqlite alone. The call to networking setup is here https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/ApplicationHost.cs#L420 and it's some of the last stuff that is being done before the Host is started. The only thing that can realistically slow it down is if you have some plugins that are doing something stupid.

No, it's not any plugin. Refer to the Issue here, it shows that I started out with a clean install with zero plugins. A restart or two, it's fine, add a bunch of stuff and wait for it to import to library, reboot, then it starts rebuilding the .db (corruption, such as missing indexes, etc). It's a Sqlite issue. I suspect it gets caused by threading, especially through a lot of the debugging I've gone through. When the issue happens you can literally ls watch the db being rebuilt, slowly until it reaches the old db file size, then it continues no problem. Edit: For clarity, I didn't even add plugins after the second test. I did find database issues with certain filenames but forgot to keep a list. The Japanese names for Nobuo Uematsu's works for example were causing issues in the actual db, so I renamed them by Anglicizing them.

Edit: Hopefully I'm commenting on the Issue I was talking about rather than another. I can't recall which issue number. Further clarity edit: See above in this Issue when I mentioned "Records are literally being incorrectly managed, NOT NULL items are null for example, duplicate GUIDs." Duplicate GUIDs is a threading issue, especially noted when it is multiple different items with no relationship to one another that has duplicate GUIDs. Items being null when they're literally NOT NULL is also an issue.

@OdinVex commented on GitHub (May 29, 2024): > It's a fairly uncommon issue, so I don't think you can blame it on sqlite alone. The call to networking setup is here https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/ApplicationHost.cs#L420 and it's some of the last stuff that is being done before the Host is started. The only thing that can realistically slow it down is if you have some plugins that are doing something stupid. No, it's not any plugin. Refer to the Issue here, it shows that I started out with a clean install with zero plugins. A restart or two, it's fine, add a bunch of stuff and wait for it to import to library, reboot, then it starts rebuilding the .db (corruption, such as missing indexes, etc). It's a Sqlite issue. I *suspect* it gets caused by threading, especially through a lot of the debugging I've gone through. When the issue happens you can literally `ls` watch the db being rebuilt, slowly until it reaches the old db file size, then it continues no problem. Edit: For clarity, I didn't even add plugins after the second test. I did find database issues with certain filenames but forgot to keep a list. The Japanese names for Nobuo Uematsu's works for example were causing issues in the actual db, so I renamed them by Anglicizing them. Edit: Hopefully I'm commenting on the Issue I was talking about rather than another. I can't recall which issue number. Further clarity edit: See above in this Issue when I mentioned "Records are literally being incorrectly managed, NOT NULL items are null for example, duplicate GUIDs." Duplicate GUIDs is a threading issue, especially noted when it is multiple different items with no relationship to one another that has duplicate GUIDs. Items being null when they're literally NOT NULL is also an issue.
Author
Owner

@jellyfin-bot commented on GitHub (Sep 27, 2024):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Sep 27, 2024): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@OdinVex commented on GitHub (Sep 27, 2024):

A bump to prevent anti-development bot from staling issue.

@OdinVex commented on GitHub (Sep 27, 2024): A bump to prevent anti-development bot from staling issue.
Author
Owner

@Kappawaii commented on GitHub (Nov 6, 2024):

Same issue here, slightly fixed on unraid by mounting the docker appdata volume from /mnt/user/appdata/jellyfin to /mnt/cache/appdata/jellyfin, posting here to anyone experiencing this on unraid :)

@Kappawaii commented on GitHub (Nov 6, 2024): Same issue here, slightly fixed on unraid by mounting the docker appdata volume from /mnt/user/appdata/jellyfin to /mnt/cache/appdata/jellyfin, posting here to anyone experiencing this on unraid :)
Author
Owner

@vodkapmp commented on GitHub (Nov 28, 2024):

Same issue here, slightly fixed on unraid by mounting the docker appdata volume from /mnt/user/appdata/jellyfin to /mnt/cache/appdata/jellyfin, posting here to anyone experiencing this on unraid :)

Can confirm this, this issue is definitely IOPS related, it seems to be doing some sort of database read that is taking a long time.
I moved my database to a much faster NVME storage and I went from a ~178s delay to a ~25 second delay. (also removed the bottleneck that is the unraid filesystem layer)

@vodkapmp commented on GitHub (Nov 28, 2024): > Same issue here, slightly fixed on unraid by mounting the docker appdata volume from /mnt/user/appdata/jellyfin to /mnt/cache/appdata/jellyfin, posting here to anyone experiencing this on unraid :) Can confirm this, this issue is definitely IOPS related, it seems to be doing some sort of database read that is taking a long time. I moved my database to a much faster NVME storage and I went from a ~178s delay to a ~25 second delay. (also removed the bottleneck that is the unraid filesystem layer)
Author
Owner

@jellyfin-bot commented on GitHub (Mar 29, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Mar 29, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@jellyfin-bot commented on GitHub (Apr 20, 2025):

This issue was closed due to inactivity.

@jellyfin-bot commented on GitHub (Apr 20, 2025): This issue was closed due to inactivity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#4375