[Issue]: New media doesn't show in Jellyfin #6006

Closed
opened 2026-02-07 02:50:28 +03:00 by OVERLORD · 15 comments
Owner

Originally created by @diogovalentte on GitHub (Jun 14, 2024).

Please describe your bug

When I download a new media, jellyfin doesn't show it, even after clicking to scan again. I can still watch the media that was previously added in jellyfin.

  • Deleting a file and running a scan removes the media from jellyfin.
  • With movies, jellyfin at least show the card of the new movies with their names and some info, like the video, audio, and subtitles, but it doesn't show any metadata of the movie. I can play the new movies though.
  • With TV shows, it doesn't even show cards of new episodes. I tried downloading a new show and jellyfin only shows the show card with the name and none metadata. It also doesn't show any info about the seasons or episodes.

It started after the day 10 of this month, this day was the last day a new media showed in jellyfin, no media was download in day 11, so I can say for sure if it started on day 10 or 11, I also don't have the logs of these days. All media downloaded yesterday (day 12) and today don't show in jellyfin.

I executed bash on the jellyfin container to test permissions. It can read the media files and can write/read files in the config and cache folders.

The container was updated to 10.9.6 one day after it was released. I tried using the docker image with tag 10.9.4 and restoring a backup of when I used this version, but for some reason the issue persisted. Every new media added after the day of the backup restored didn't show after scanning the libraries again, even those that showed in version 10.9.6.

I added logs after restarting the container and clicking to scan my shows library. I can see the new media in the logs, but they don't show in jellyfin.

Reproduction Steps

  1. Create a jellyfin container using docker compose:
version: "3.5"

services:
  jellyfin:
    container_name: "jellyfin"
    image: "jellyfin/jellyfin"
    user: 1000:1000
    environment:
      - PUID=1000
      - PGID=1000
    group_add:
      - "${GROUP_ADD}"
    volumes:
      - /Apps/jellyfin/config:/config
      - /Apps/jellyfin/cache:/cache
      - /Medias:/Medias:ro
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    restart: unless-stopped
    extra_hosts:
      - "host.docker.internal:host-gateway"
    network_mode: "host"
  1. Download a new media or rename a file, click to scan for update files.
  2. Nothing changes.

Jellyfin Version

10.9.0

if other:

10.9.6

Environment

- OS: Ubuntu 22.04.4 LTC jammy
- Linux Kernel: 5.15.0-107-generic
- Virtualization: none
- Clients: Browser
- Browser: Arc (Based on Chromium version 125.0.6422.142 (Official Build) (64-bit))
- FFmpeg Version: 6.0.1-Jellyfin
- Playback Method: Direct Play
- Hardware Acceleration: QSV
- GPU Model: Intel Corporation HD Graphics 530 (rev 06)
- Plugins:
- Reverse Proxy: Nginx Proxy Manager v2.11.2
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[20:46:19] [INF] [1] Main: Jellyfin version: 10.9.6
[20:46:19] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
[20:46:19] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[20:46:19] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
[20:46:19] [INF] [1] Main: Architecture: X64
[20:46:19] [INF] [1] Main: 64-Bit Process: True
[20:46:19] [INF] [1] Main: User Interactive: True
[20:46:19] [INF] [1] Main: Processor count: 4
[20:46:19] [INF] [1] Main: Program data path: /config
[20:46:19] [INF] [1] Main: Log directory path: /config/log
[20:46:19] [INF] [1] Main: Config directory path: /config/config
[20:46:19] [INF] [1] Main: Cache path: /cache
[20:46:19] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[20:46:19] [INF] [1] Main: Application directory: /jellyfin/
[20:46:19] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[20:46:19] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniList, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniList_9.0.0.0/Jellyfin.Plugin.AniList.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 0.2.0.9 of Intro Skipper
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_3.0.0.0/Jellyfin.Plugin.SessionCleaner.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_13.0.0.0/Jellyfin.Plugin.Tvdb.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_13.0.0.0/Tvdb.Sdk.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b from /config/plugins/Webhook_14.0.0.0/MailKit.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/plugins/Webhook_14.0.0.0/MQTTnet.Extensions.ManagedClient.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Webhook_14.0.0.0/Jellyfin.Plugin.Webhook.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938 from /config/plugins/Webhook_14.0.0.0/BouncyCastle.Cryptography.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814 from /config/plugins/Webhook_14.0.0.0/MimeKit.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/plugins/Webhook_14.0.0.0/MQTTnet.dll
[20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661 from /config/plugins/Webhook_14.0.0.0/Handlebars.dll
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.0.0/24"]
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.0.0/24"]
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.0.118", "100.70.203.122", "172.18.0.1", "172.21.0.1", "172.32.0.1"]
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
[20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AniList 9.0.0.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Playback Reporting 14.0.0.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Session Cleaner 3.0.0.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Skin Manager 2.0.1
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TheTVDB 13.0.0.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Webhook 14.0.0.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.6.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.6.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.6.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.6.0
[20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.6.0
[20:46:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[20:46:22] [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.
[20:46:22] [INF] [1] Main: Kestrel is listening on 0.0.0.0
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for /config/data/playback_reporting.db is delete
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int
[20:46:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {9c04e1a3-b346-4e15-a9b5-ccb3b980c9ae} may be persisted to storage in unencrypted form.
[20:46:22] [INF] [1] Jellyfin.LiveTv.Timers.TimerManager: Loading live tv data from /config/data/livetv/timers.json
[20:46:22] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
[20:46:22] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[20:46:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Documentaries
[20:46:22] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Movies
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded
[20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded
[20:46:22] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Shows
[20:46:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Playback Reporting Trim Db set to fire at 2024-06-14 00:00:00.000 -03:00, which is 03:13:37.0024745 from now.
[20:46:23] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-06-14 03:00:00.000 -03:00, which is 06:13:36.9910997 from now.
[20:46:23] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-06-14 02:00:00.000 -03:00, which is 05:13:36.9893244 from now.
[20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
[20:46:23] [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"]
[20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[20:46:23] [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"]
[20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
[20:46:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 1cc08b6ce902419ab0faaf7518f4c673
[20:46:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[20:46:23] [INF] [1] Main: Startup complete 0:00:04.5306613
[20:46:26] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
[20:46:30] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 4 seconds
[20:46:39] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 request
[20:46:45] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon
[20:46:45] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1
[20:46:45] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon
[20:46:45] [INF] [26] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon
[20:46:45] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1
[20:46:45] [INF] [26] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon
[20:46:45] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[20:46:45] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Log Directory Completed after 0 minute(s) and 0 seconds
[20:47:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Download missing subtitles Completed after 0 minute(s) and 0 seconds
[20:47:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
[20:47:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
[20:47:23] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Cache Directory Completed after 0 minute(s) and 0 seconds
[20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
[20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Optimize database Completed after 0 minute(s) and 0 seconds
[20:47:53] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:48:23] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:48:53] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:49:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:49:53] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:50:23] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:50:53] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:51:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:51:23] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 closed
[20:51:27] [INF] [29] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 request
[20:51:45] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for The Many Sides of Voice Actor Radio
[20:51:45] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for KONOSUBA - God's blessing on this wonderful world!
[20:51:45] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/The Many Sides of Voice Actor Radio (2024) {imdb-}/The Many Sides of Voice Actor Radio (2024) - S01E10 - 010 - Yuhi and Yasumi and Mekuru and Otome [CR WEBDL-1080p][8bit][x264][AAC 2.0][JA]-VARYG.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[20:51:45] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/KonoSuba ÔÇô God's Blessing on This Wonderful World! (2016) {imdb-tt5370118}/Season 03/KonoSuba ÔÇô GodÔÇÖs blessing on this wonderful world!! (2016) - S03E10 - 033 - Blessings for This Selfish Bride! [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[matroska,webm @ 0x5558a9227ec0] Could not find codec parameters for stream 6 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
Unsupported codec with id 0 for input stream 6
[20:51:45] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/KonoSuba ÔÇô God's Blessing on This Wonderful World! (2016) {imdb-tt5370118}/Season 03/KonoSuba ÔÇô GodÔÇÖs blessing on this wonderful world!! (2016) - S03E10 - 033 - Blessings for This Selfish Bride! [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 11 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 12 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 13 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 14 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 15 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 16 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 17 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 18 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 19 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 20 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 21 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 22 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 23 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 24 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 25 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 26 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 27 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
Unsupported codec with id 0 for input stream 11
Unsupported codec with id 0 for input stream 12
Unsupported codec with id 0 for input stream 13
Unsupported codec with id 0 for input stream 14
Unsupported codec with id 0 for input stream 15
Unsupported codec with id 0 for input stream 16
Unsupported codec with id 0 for input stream 17
Unsupported codec with id 0 for input stream 18
Unsupported codec with id 0 for input stream 19
Unsupported codec with id 0 for input stream 20
Unsupported codec with id 0 for input stream 21
Unsupported codec with id 0 for input stream 22
Unsupported codec with id 0 for input stream 23
Unsupported codec with id 0 for input stream 24
Unsupported codec with id 0 for input stream 25
Unsupported codec with id 0 for input stream 26
Unsupported codec with id 0 for input stream 27
[20:51:45] [INF] [32] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Spice and Wolf: Merchant Meets the Wise Wolf
[20:51:45] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: 32909191-ff22-76bf-9552-25bd0a6bbd9e
[20:51:45] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/The Many Sides of Voice Actor Radio (2024) {imdb-}/The Many Sides of Voice Actor Radio (2024) - S01E10 - 010 - Yuhi and Yasumi and Mekuru and Otome [CR WEBDL-1080p][8bit][x264][AAC 2.0][JA]-VARYG.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:51:45] [INF] [32] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Spice and Wolf - merchant meets the wise wolf (2024) {imdb-tt28534254}/Spice and Wolf - MERCHANT MEETS THE WISE WOLF (2024) - S01E11 - 011 - Forest of Wolves and Frigid Rain [CR v2 WEBDL-1080p v2][8bit][x264][AAC 2.0][JA]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 11 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 12 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 13 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 14 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 15 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 16 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 17 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 18 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 19 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 20 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 21 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
Unsupported codec with id 0 for input stream 11
Unsupported codec with id 0 for input stream 12
Unsupported codec with id 0 for input stream 13
Unsupported codec with id 0 for input stream 14
Unsupported codec with id 0 for input stream 15
Unsupported codec with id 0 for input stream 16
Unsupported codec with id 0 for input stream 17
Unsupported codec with id 0 for input stream 18
Unsupported codec with id 0 for input stream 19
Unsupported codec with id 0 for input stream 20
Unsupported codec with id 0 for input stream 21
[20:51:46] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Spice and Wolf - merchant meets the wise wolf (2024) {imdb-tt28534254}/Spice and Wolf - MERCHANT MEETS THE WISE WOLF (2024) - S01E11 - 011 - Forest of Wolves and Frigid Rain [CR v2 WEBDL-1080p v2][8bit][x264][AAC 2.0][JA]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:51:53] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:52:23] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:52:53] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:53:23] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:53:25] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon
[20:53:25] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1
[20:53:25] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon
[20:53:25] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[20:53:26] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Smiling Friends
[20:53:26] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: bd38682a-4901-4636-3317-2633ced7530e
[20:53:26] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Smiling Friends
[20:53:26] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Smiling Friends (2020) {imdb-tt12074628}/Season 02/Smiling Friends (2020) - S02E06 - Charlie Pim and Bill vs the Alien [AMZN WEBDL-1080p][EAC3 5.1][h264]-FLUX.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[20:53:26] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:53:26] [INF] [3] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Wind Breaker
[20:53:26] [INF] [3] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: 255d4149-8f75-f6e3-34d5-b91373f0f94b
[20:53:26] [INF] [3] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Wind Breaker
[20:53:26] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/WIND BREAKER (2024) {imdb-tt29605391}/WIND BREAKER (2024) - S01E11 - 011 - A NEW CLASSMATE [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[matroska,webm @ 0x564aeb507ec0] Could not find codec parameters for stream 5 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
Unsupported codec with id 0 for input stream 5
[20:53:26] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/WIND BREAKER (2024) {imdb-tt29605391}/WIND BREAKER (2024) - S01E11 - 011 - A NEW CLASSMATE [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:53:26] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series A Salad Bowl of Eccentrics
[20:53:26] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: c980a51a-79fd-122a-c8d9-abb910166aa3
[20:53:26] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for A Salad Bowl of Eccentrics
[20:53:26] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/A Salad Bowl of Eccentrics (2024) {imdb-tt31940099}/A Salad Bowl of Eccentrics (2024) - S01E11 - 011 - TBA [WEBDL-1080p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[matroska,webm @ 0x557857d4dec0] Could not find codec parameters for stream 5 (Attachment: none): unknown codec
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
Unsupported codec with id 0 for input stream 5
[20:53:27] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/A Salad Bowl of Eccentrics (2024) {imdb-tt31940099}/A Salad Bowl of Eccentrics (2024) - S01E11 - 011 - TBA [WEBDL-1080p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format
[20:53:53] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:54:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:54:53] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:55:23] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:55:53] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[20:56:23] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds

FFmpeg logs

No ffmpeg logs.

Please attach any browser or client logs here

No response

Please attach any screenshots here

Playback -> Transcoding:

image
image

Plugins:

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @diogovalentte on GitHub (Jun 14, 2024). ### Please describe your bug When I download a new media, jellyfin doesn't show it, even after clicking to scan again. I can still watch the media that was previously added in jellyfin. - Deleting a file and running a scan removes the media from jellyfin. - With movies, jellyfin at least show the card of the new movies with their names and some info, like the video, audio, and subtitles, but it doesn't show any metadata of the movie. I can play the new movies though. - With TV shows, it doesn't even show cards of new episodes. I tried downloading a new show and jellyfin only shows the show card with the name and none metadata. It also doesn't show any info about the seasons or episodes. It started after the day 10 of this month, this day was the last day a new media showed in jellyfin, no media was download in day 11, so I can say for sure if it started on day 10 or 11, I also don't have the logs of these days. All media downloaded yesterday (day 12) and today don't show in jellyfin. I executed bash on the jellyfin container to test permissions. It can read the media files and can write/read files in the config and cache folders. The container was updated to 10.9.6 one day after it was released. I tried using the docker image with tag 10.9.4 and restoring a backup of when I used this version, but for some reason the issue persisted. Every new media added after the day of the backup restored didn't show after scanning the libraries again, even those that showed in version 10.9.6. I added logs after restarting the container and clicking to scan my shows library. I can see the new media in the logs, but they don't show in jellyfin. ### Reproduction Steps 1. Create a jellyfin container using docker compose: ``` version: "3.5" services: jellyfin: container_name: "jellyfin" image: "jellyfin/jellyfin" user: 1000:1000 environment: - PUID=1000 - PGID=1000 group_add: - "${GROUP_ADD}" volumes: - /Apps/jellyfin/config:/config - /Apps/jellyfin/cache:/cache - /Medias:/Medias:ro devices: - /dev/dri/renderD128:/dev/dri/renderD128 restart: unless-stopped extra_hosts: - "host.docker.internal:host-gateway" network_mode: "host" ``` 2. Download a new media or rename a file, click to scan for update files. 3. Nothing changes. ### Jellyfin Version 10.9.0 ### if other: 10.9.6 ### Environment ```markdown - OS: Ubuntu 22.04.4 LTC jammy - Linux Kernel: 5.15.0-107-generic - Virtualization: none - Clients: Browser - Browser: Arc (Based on Chromium version 125.0.6422.142 (Official Build) (64-bit)) - FFmpeg Version: 6.0.1-Jellyfin - Playback Method: Direct Play - Hardware Acceleration: QSV - GPU Model: Intel Corporation HD Graphics 530 (rev 06) - Plugins: - Reverse Proxy: Nginx Proxy Manager v2.11.2 - Base URL: - Networking: - Storage: ``` ### Jellyfin logs ```shell [20:46:19] [INF] [1] Main: Jellyfin version: 10.9.6 [20:46:19] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"] [20:46:19] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"] [20:46:19] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm) [20:46:19] [INF] [1] Main: Architecture: X64 [20:46:19] [INF] [1] Main: 64-Bit Process: True [20:46:19] [INF] [1] Main: User Interactive: True [20:46:19] [INF] [1] Main: Processor count: 4 [20:46:19] [INF] [1] Main: Program data path: /config [20:46:19] [INF] [1] Main: Log directory path: /config/log [20:46:19] [INF] [1] Main: Config directory path: /config/config [20:46:19] [INF] [1] Main: Cache path: /cache [20:46:19] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web [20:46:19] [INF] [1] Main: Application directory: /jellyfin/ [20:46:19] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache [20:46:19] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniList, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniList_9.0.0.0/Jellyfin.Plugin.AniList.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin 0.2.0.9 of Intro Skipper [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SessionCleaner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Session Cleaner_3.0.0.0/Jellyfin.Plugin.SessionCleaner.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_13.0.0.0/Jellyfin.Plugin.Tvdb.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null from /config/plugins/TheTVDB_13.0.0.0/Tvdb.Sdk.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b from /config/plugins/Webhook_14.0.0.0/MailKit.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/plugins/Webhook_14.0.0.0/MQTTnet.Extensions.ManagedClient.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Webhook_14.0.0.0/Jellyfin.Plugin.Webhook.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938 from /config/plugins/Webhook_14.0.0.0/BouncyCastle.Cryptography.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814 from /config/plugins/Webhook_14.0.0.0/MimeKit.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/plugins/Webhook_14.0.0.0/MQTTnet.dll [20:46:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661 from /config/plugins/Webhook_14.0.0.0/Handlebars.dll [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["192.168.0.0/24"] [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["192.168.0.0/24"] [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.0.118", "100.70.203.122", "172.18.0.1", "172.21.0.1", "172.32.0.1"] [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist [20:46:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AniList 9.0.0.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Playback Reporting 14.0.0.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Session Cleaner 3.0.0.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Skin Manager 2.0.1 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TheTVDB 13.0.0.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Webhook 14.0.0.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.6.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.6.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.6.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.6.0 [20:46:21] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.6.0 [20:46:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage. [20:46:22] [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. [20:46:22] [INF] [1] Main: Kestrel is listening on 0.0.0.0 [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2 [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1 [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for /config/data/playback_reporting.db is delete [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int [20:46:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {9c04e1a3-b346-4e15-a9b5-ccb3b980c9ae} may be persisted to storage in unencrypted form. [20:46:22] [INF] [1] Jellyfin.LiveTv.Timers.TimerManager: Loading live tv data from /config/data/livetv/timers.json [20:46:22] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable. [20:46:22] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [20:46:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Documentaries [20:46:22] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Movies [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded [20:46:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded [20:46:22] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Medias/Shows [20:46:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Playback Reporting Trim Db set to fire at 2024-06-14 00:00:00.000 -03:00, which is 03:13:37.0024745 from now. [20:46:23] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2024-06-14 03:00:00.000 -03:00, which is 06:13:36.9910997 from now. [20:46:23] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2024-06-14 02:00:00.000 -03:00, which is 05:13:36.9893244 from now. [20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1 [20:46:23] [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"] [20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [20:46:23] [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"] [20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [20:46:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg [20:46:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 1cc08b6ce902419ab0faaf7518f4c673 [20:46:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [20:46:23] [INF] [1] Main: Startup complete 0:00:04.5306613 [20:46:26] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds [20:46:30] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 4 seconds [20:46:39] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 request [20:46:45] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon [20:46:45] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1 [20:46:45] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon [20:46:45] [INF] [26] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon [20:46:45] [INF] [26] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1 [20:46:45] [INF] [26] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon [20:46:45] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [20:46:45] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Log Directory Completed after 0 minute(s) and 0 seconds [20:47:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Download missing subtitles Completed after 0 minute(s) and 0 seconds [20:47:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds [20:47:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db... [20:47:23] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Cache Directory Completed after 0 minute(s) and 0 seconds [20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully! [20:47:23] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Optimize database Completed after 0 minute(s) and 0 seconds [20:47:53] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:48:23] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:48:53] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:49:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:49:53] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:50:23] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:50:53] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:51:23] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:51:23] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 closed [20:51:27] [INF] [29] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.0.46 request [20:51:45] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for The Many Sides of Voice Actor Radio [20:51:45] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for KONOSUBA - God's blessing on this wonderful world! [20:51:45] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/The Many Sides of Voice Actor Radio (2024) {imdb-}/The Many Sides of Voice Actor Radio (2024) - S01E10 - 010 - Yuhi and Yasumi and Mekuru and Otome [CR WEBDL-1080p][8bit][x264][AAC 2.0][JA]-VARYG.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [20:51:45] [INF] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/KonoSuba ÔÇô God's Blessing on This Wonderful World! (2016) {imdb-tt5370118}/Season 03/KonoSuba ÔÇô GodÔÇÖs blessing on this wonderful world!! (2016) - S03E10 - 033 - Blessings for This Selfish Bride! [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [matroska,webm @ 0x5558a9227ec0] Could not find codec parameters for stream 6 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options Unsupported codec with id 0 for input stream 6 [20:51:45] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/KonoSuba ÔÇô God's Blessing on This Wonderful World! (2016) {imdb-tt5370118}/Season 03/KonoSuba ÔÇô GodÔÇÖs blessing on this wonderful world!! (2016) - S03E10 - 033 - Blessings for This Selfish Bride! [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 11 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 12 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 13 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 14 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 15 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 16 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 17 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 18 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 19 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 20 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 21 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 22 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 23 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 24 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 25 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 26 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x557ceccb6ec0] Could not find codec parameters for stream 27 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options Unsupported codec with id 0 for input stream 11 Unsupported codec with id 0 for input stream 12 Unsupported codec with id 0 for input stream 13 Unsupported codec with id 0 for input stream 14 Unsupported codec with id 0 for input stream 15 Unsupported codec with id 0 for input stream 16 Unsupported codec with id 0 for input stream 17 Unsupported codec with id 0 for input stream 18 Unsupported codec with id 0 for input stream 19 Unsupported codec with id 0 for input stream 20 Unsupported codec with id 0 for input stream 21 Unsupported codec with id 0 for input stream 22 Unsupported codec with id 0 for input stream 23 Unsupported codec with id 0 for input stream 24 Unsupported codec with id 0 for input stream 25 Unsupported codec with id 0 for input stream 26 Unsupported codec with id 0 for input stream 27 [20:51:45] [INF] [32] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Spice and Wolf: Merchant Meets the Wise Wolf [20:51:45] [INF] [32] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: 32909191-ff22-76bf-9552-25bd0a6bbd9e [20:51:45] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/The Many Sides of Voice Actor Radio (2024) {imdb-}/The Many Sides of Voice Actor Radio (2024) - S01E10 - 010 - Yuhi and Yasumi and Mekuru and Otome [CR WEBDL-1080p][8bit][x264][AAC 2.0][JA]-VARYG.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:51:45] [INF] [32] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Spice and Wolf - merchant meets the wise wolf (2024) {imdb-tt28534254}/Spice and Wolf - MERCHANT MEETS THE WISE WOLF (2024) - S01E11 - 011 - Forest of Wolves and Frigid Rain [CR v2 WEBDL-1080p v2][8bit][x264][AAC 2.0][JA]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 11 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 12 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 13 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 14 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 15 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 16 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 17 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 18 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 19 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 20 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options [matroska,webm @ 0x55e288c6fec0] Could not find codec parameters for stream 21 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options Unsupported codec with id 0 for input stream 11 Unsupported codec with id 0 for input stream 12 Unsupported codec with id 0 for input stream 13 Unsupported codec with id 0 for input stream 14 Unsupported codec with id 0 for input stream 15 Unsupported codec with id 0 for input stream 16 Unsupported codec with id 0 for input stream 17 Unsupported codec with id 0 for input stream 18 Unsupported codec with id 0 for input stream 19 Unsupported codec with id 0 for input stream 20 Unsupported codec with id 0 for input stream 21 [20:51:46] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Spice and Wolf - merchant meets the wise wolf (2024) {imdb-tt28534254}/Spice and Wolf - MERCHANT MEETS THE WISE WOLF (2024) - S01E11 - 011 - Forest of Wolves and Frigid Rain [CR v2 WEBDL-1080p v2][8bit][x264][AAC 2.0][JA]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:51:53] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:52:23] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:52:53] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:53:23] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:53:25] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Delicious in Dungeon [20:53:25] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: b8c30ef4-245a-42a0-4bbc-95552fb095c1 [20:53:25] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Delicious in Dungeon [20:53:25] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [20:53:26] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Smiling Friends [20:53:26] [INF] [27] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: bd38682a-4901-4636-3317-2633ced7530e [20:53:26] [INF] [27] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Smiling Friends [20:53:26] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Smiling Friends (2020) {imdb-tt12074628}/Season 02/Smiling Friends (2020) - S02E06 - Charlie Pim and Bill vs the Alien [AMZN WEBDL-1080p][EAC3 5.1][h264]-FLUX.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [20:53:26] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/Delicious in Dungeon/Season 01/Delicious in Dungeon (2024) - S01E24 - 024 - Dumplings II Bacon and Egg [DSNP WEBDL-1080p][8bit][h264][EAC3 5.1][AR+DE+EN+ES+FR+HI+ID+IT+JA+PT+TH]-NanDesuKa.en.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:53:26] [INF] [3] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series Wind Breaker [20:53:26] [INF] [3] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: 255d4149-8f75-f6e3-34d5-b91373f0f94b [20:53:26] [INF] [3] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for Wind Breaker [20:53:26] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/WIND BREAKER (2024) {imdb-tt29605391}/WIND BREAKER (2024) - S01E11 - 011 - A NEW CLASSMATE [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [matroska,webm @ 0x564aeb507ec0] Could not find codec parameters for stream 5 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options Unsupported codec with id 0 for input stream 5 [20:53:26] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/WIND BREAKER (2024) {imdb-tt29605391}/WIND BREAKER (2024) - S01E11 - 011 - A NEW CLASSMATE [WEBDL-2160p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:53:26] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series A Salad Bowl of Eccentrics [20:53:26] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season Unknown, Path: , Id: c980a51a-79fd-122a-c8d9-abb910166aa3 [20:53:26] [INF] [8] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season Unknown entry for A Salad Bowl of Eccentrics [20:53:26] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/A Salad Bowl of Eccentrics (2024) {imdb-tt31940099}/A Salad Bowl of Eccentrics (2024) - S01E11 - 011 - TBA [WEBDL-1080p][8bit][h264][AAC 2.0][JA]-Global.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format [matroska,webm @ 0x557857d4dec0] Could not find codec parameters for stream 5 (Attachment: none): unknown codec Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options Unsupported codec with id 0 for input stream 5 [20:53:27] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/Medias/Shows/A Salad Bowl of Eccentrics (2024) {imdb-tt31940099}/A Salad Bowl of Eccentrics (2024) - S01E11 - 011 - TBA [WEBDL-1080p][8bit][h264][AAC 2.0][JA]-Global.en.hi.srt" -threads 0 -v warning -print_format json -show_streams -show_format [20:53:53] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:54:23] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:54:53] [INF] [3] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:55:23] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:55:53] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [20:56:23] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds ``` ### FFmpeg logs ```shell No ffmpeg logs. ``` ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here # Playback -> Transcoding: ![image](https://github.com/jellyfin/jellyfin/assets/49578155/55cd5855-db42-4fa5-87eb-257b939624ee) ![image](https://github.com/jellyfin/jellyfin/assets/49578155/07b14c50-63f6-49ac-aaca-6e197fc699e9) # Plugins: ![image](https://github.com/jellyfin/jellyfin/assets/49578155/e8562e6a-5fa6-480e-9fec-8f03f33a7335) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bugstale labels 2026-02-07 02:50:28 +03:00
Author
Owner

@jellyfin-bot commented on GitHub (Jun 14, 2024):

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not filled in the environment completely.
  • You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

@jellyfin-bot commented on GitHub (Jun 14, 2024): Hi, it seems like your issue report has the following item(s) that need to be addressed: - You have not filled in the environment completely. - You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log. This is an automated message, currently under testing. Please file an issue [here](https://github.com/jellyfin/jellyfin-triage-scripts/issues) if you encounter any problems.
Author
Owner

@diogovalentte commented on GitHub (Jun 14, 2024):

You have not filled in the environment completely.

These are all environment necessary info.

You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log.

There are no ffmpeg logs in the time.

@diogovalentte commented on GitHub (Jun 14, 2024): > You have not filled in the environment completely. These are all environment necessary info. > You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log. There are no ffmpeg logs in the time.
Author
Owner

@Stooovie commented on GitHub (Jun 14, 2024):

Same. New shows stopped showing. I did a full rescan of Shows with "Replace existing metadata", it fixed the issue for a couple of minutes, then went back to show a single series that did not have any new episode for a year. And the series that did have new episodes since this started happening (The Boys) do not show in the New Series section, as they did.

It is not user error. This has worked without issue up until last week. 10.9.4.

@Stooovie commented on GitHub (Jun 14, 2024): Same. New shows stopped showing. I did a full rescan of Shows with "Replace existing metadata", it fixed the issue for a couple of minutes, then went back to show a single series that did not have any new episode for a year. And the series that did have new episodes since this started happening (The Boys) do not show in the New Series section, as they did. It is not user error. This has worked without issue up until last week. 10.9.4.
Author
Owner

@vtmarik commented on GitHub (Jun 15, 2024):

Having the same problem on 10.9.6, identify takes ~60s to find anything (with TMDB timing out) and then selecting anything has nothing happen. Even updating the metadata and images by hand has them revert to their empty state

@vtmarik commented on GitHub (Jun 15, 2024): Having the same problem on 10.9.6, identify takes ~60s to find anything (with TMDB timing out) and then selecting anything has nothing happen. Even updating the metadata and images by hand has them revert to their empty state
Author
Owner

@diogovalentte commented on GitHub (Jun 15, 2024):

Update: I created a new container with the exact same configs as the old container and it's working fine. I still have a backup of the configs of the bad container in a backup.

@diogovalentte commented on GitHub (Jun 15, 2024): Update: I created a new container with the exact same configs as the old container and it's working fine. I still have a backup of the configs of the bad container in a backup.
Author
Owner

@diogovalentte commented on GitHub (Jun 15, 2024):

Second Update: the new container shows the media that the previous container didn't show. Still, a new episode downloaded today doesn't show on jellyfin, so the issue persists in a new instance created from zero in version 10.9.6.

I'll create a new instance in version 10.9.4.

@diogovalentte commented on GitHub (Jun 15, 2024): Second Update: the new container shows the media that the previous container didn't show. Still, a new episode downloaded today doesn't show on jellyfin, so the issue persists in a new instance created from zero in version 10.9.6. I'll create a new instance in version 10.9.4.
Author
Owner

@diogovalentte commented on GitHub (Jun 16, 2024):

After creating a container from zero in version 10.9.4, using only the default configs, adding new media works for a while and then it stops. Same with 10.9.3

@diogovalentte commented on GitHub (Jun 16, 2024): After creating a container from zero in version 10.9.4, using only the default configs, adding new media works for a while and then it stops. Same with 10.9.3
Author
Owner

@diogovalentte commented on GitHub (Jun 16, 2024):

Disabling TMDB in the libraries resolved the issue. Now it makes sense that this issue starts out of nowhere and affects older versions of Jellyfin, perhaps something changed in TMDB and the Jellyfin plugin needs to be updated. I thought my problem was different from @vtmarik's problem because there were no errors in my logs.

@diogovalentte commented on GitHub (Jun 16, 2024): Disabling TMDB in the libraries resolved the issue. Now it makes sense that this issue starts out of nowhere and affects older versions of Jellyfin, perhaps something changed in TMDB and the Jellyfin plugin needs to be updated. I thought my problem was different from @vtmarik's problem because there were no errors in my logs.
Author
Owner

@kevoc commented on GitHub (Jun 17, 2024):

Reading through the symptoms you're all seeing, I had very similar issues that I traced back to my Jellyfin instance having no outbound access to the internet (Issue 12098). Open a shell inside the container and try to ping google.com. If it times out, you have networking issues.

For me, it was the fact that I was running LXD containers and Docker containers on the same host. They have a known networking conflict causing outbound packets to get dropped.

@kevoc commented on GitHub (Jun 17, 2024): Reading through the symptoms you're all seeing, I had very similar issues that I traced back to my Jellyfin instance having no outbound access to the internet ([Issue 12098](https://github.com/jellyfin/jellyfin/issues/12098)). Open a shell inside the container and try to `ping google.com`. If it times out, you have networking issues. For me, it was the fact that I was running LXD containers and Docker containers on the same host. They have a known networking conflict causing outbound packets to get dropped.
Author
Owner

@diogovalentte commented on GitHub (Jun 17, 2024):

@kevoc I also thought it could be a network issue, but it's not, the network in the container is fine. The problem only happens when jellyfin tries to get metadata from TMDB.

@diogovalentte commented on GitHub (Jun 17, 2024): @kevoc I also thought it could be a network issue, but it's not, the network in the container is fine. The problem only happens when jellyfin tries to get metadata from TMDB.
Author
Owner

@vtmarik commented on GitHub (Jun 17, 2024):

It was a network issue for me, ipv6 wasn't enabled in my connection settings and for some reason jellyfin in docker wants to use ipv6 to fetch from tmdb.

Once i enabled it in my connection settings and enabled ipv6 in the server settings everything was fully functional again.

@vtmarik commented on GitHub (Jun 17, 2024): It was a network issue for me, ipv6 wasn't enabled in my connection settings and for some reason jellyfin in docker wants to use ipv6 to fetch from tmdb. Once i enabled it in my connection settings and enabled ipv6 in the server settings everything was fully functional again.
Author
Owner

@felix920506 commented on GitHub (Sep 4, 2024):

Is this still a problem after doing the steps in the above comment?

@felix920506 commented on GitHub (Sep 4, 2024): Is this still a problem after doing the steps in the above comment?
Author
Owner

@DustinRoundy commented on GitHub (Sep 9, 2024):

I am also having a similar issue. I add new media to my Jellyfin but when I do a Library Scan it doesn't add the media or throw any errors. I've tried a fresh install, downgrading, and checking file permissions but the issue is still present.

I confirmed my container does have access to the Internet and have tried disabling TMDB on all my libraries but new media still doesn't appear.

@DustinRoundy commented on GitHub (Sep 9, 2024): I am also having a similar issue. I add new media to my Jellyfin but when I do a Library Scan it doesn't add the media or throw any errors. I've tried a fresh install, downgrading, and checking file permissions but the issue is still present. I confirmed my container does have access to the Internet and have tried disabling TMDB on all my libraries but new media still doesn't appear.
Author
Owner

@jellyfin-bot commented on GitHub (Jan 8, 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 (Jan 8, 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 (Jan 30, 2025):

This issue was closed due to inactivity.

@jellyfin-bot commented on GitHub (Jan 30, 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#6006