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

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin cant find the season

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin cant find the season

    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #1
    2025-08-31, 05:18 PM (This post was last modified: Yesterday, 07:24 AM by flamercao. Edited 1 time in total.)
    I installed Jellyfin on Synology .  I use tinyMediaManager to scrape and produce NFO and images according to Jellyfin's standards. Sometimes TV series are disappear, and only empty folders can be seen in the media manager. However, this is normal on my computer or Plex, and no matter how I scan, it will not come out.
    bitmap
    Offline

    Community Moderator

    Posts: 1,063
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #2
    2025-08-31, 06:11 PM
    Upload your Jellyfin logs to something like privatebin.net.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #3
    2025-09-01, 12:45 PM
    https://privatebin.net/?7d5d025e5fbde0a1...NTWVoHcqvV
    lt's my jellyfin log. please help me to analyze it. thank you!

    about the second problem,my folder name is 鬼灭之刃
    then in the folder,there are five folder,S01 S02 S03 S04 S05.and some JPG and tvshow.nfo
    https://privatebin.net/?c2046c9a8d4844db...cHksui8bD1
    in the folder S01 or S05,there also have season.nfo
    https://privatebin.net/?790d86e1fc472cc0...9qLWhRXoMz

    i can find the tvshow name 鬼灭之刃 in jellyfin,but inside,there is empty,no any seasons。
    scan the media is no any useful。
    jravin
    Offline

    Junior Member

    Posts: 24
    Threads: 3
    Joined: 2025 Jun
    Reputation: 0
    Country:United States
    #4
    2025-09-01, 04:32 PM
    *disclaimer: I do not have a synology installation running and cannot test fixes.

    (2025-09-01, 12:45 PM)flamercao Wrote: https://privatebin.net/?7d5d025e5fbde0a1...NTWVoHcqvV
    lt's my jellyfin log.  please help me to analyze it. thank you!

    about the second problem,my folder name is 鬼灭之刃
    then in the folder,there are five folder,S01 S02 S03 S04 S05.and some JPG and tvshow.nfo
    https://privatebin.net/?c2046c9a8d4844db...cHksui8bD1
    in the folder S01 or S05,there also have season.nfo
    https://privatebin.net/?790d86e1fc472cc0...9qLWhRXoMz

    i can find the tvshow name 鬼灭之刃 in jellyfin,but inside,there is empty,no any seasons。
    scan the media is no any useful。

    There appear to be several issues happening.

    What does your network layout look like?  For example:

    Computer --> Switch --> Synology
    or
    Computer --> Switch --> Router --> x --> Synology
    or
    ? ? ? ? ?

    Next, it is possible some of the videos are corrupt.
    Can you play these videos in any other player, perhaps VLC?  If they play do not play in VLC, then the video is most likely corrupted and you will need to re-rip/re-download the media file(s).

    Also ffprobe may not like the characters in your filenames.  It sometimes is temperamental with "special characters".  Try removing/replacing anything ffprobe may see as special characters in the path and filenames.  (You mention this in a way that seems you think this may be an issue as well.)

    Be sure you are using proper naming conventions.  This can easily be overlooked. 
    • TV Shows | Jellyfin
    • Movies | Jellyfin
    • Music | Jellyfin
    • et cetera

    Verify you have the correct permissions set where your media is stored.
    • Synology | Jellyfin
    • Assign Shared Folder Permissions | DSM - Synology Knowledge Center

    Metadata files may be corrupt.  Remove any metadata files from the directory, such as subtitle files.  Allow jellyfin to rescan and add them again.

    Updates.  Be sure you are working with the latest stable updates.

    I am guessing fixing the above will remove the 'System.IO.IOException: The configured user limit (8192)' errors.  If not:

    [start google results]
    Creating a Scheduled Task in DSM:
    • Navigate to Control Panel > Task Scheduler.
    • Create a new Triggered Task > User-defined script.
    • In the General Settings tab, provide a name (e.g., "Increase inotify limit") and set the Event to Boot-up.
    • In the Task Settings tab, enter the following command in the Run Command box:

    Code:
    sh -c '(sleep 90 && echo 204800 > /proc/sys/fs/inotify/max_user_watches)&'

    This command increases the max_user_watches limit to 204800. The sleep 90 ensures that the command runs after the system has fully booted.
    • Optionally, you can also increase max_user_instances by adding sysctl fs.inotify.max_user_instances=4096; before the echo command if your application also requires more inotify instances.
    • Click Run to execute the task immediately, or reboot the NAS for the changes to take effect.
    • Verifying the Change:
      • Connect to your Synology NAS via SSH.
      • Execute the following command to check the current value:

    Code:
    cat /proc/sys/fs/inotify/max_user_watches
      • The output should reflect the increased limit (e.g., 204800).

    This scheduled task ensures that the increased inotify limit is applied automatically upon every system boot, preventing the limit from resetting to the default after a restart or DSM update.
    [/end google results]

    Debian 13
    11th Gen Intel Core i9-11900KF @ 3.50GHz
    Intel Arc [B580] Battlemage G21 (BMG-G21)
    Corsair 64gb 2133mhz (2x32)
    AI818 M.2 PCIe Gen4 SSD (1TB)
    Ubiquiti UNAS Pro (RAID5 7x24TB = 144TB)
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #5
    2025-09-02, 12:15 PM
    I move the media folder to a new place,then add a new media Library named "test"
    then scan it. but it still empty.
    i don't know why
    i paste the log below, can you analyze? thank you!
    ps: playlists is inaccessible or empty ??? how to solve it?


    [20:07:35] [WRN] [63] MediaBrowser.Controller.Entities.BaseItem: Library folder /var/packages/Jellyfin/target/data/data/playlists is inaccessible or empty, skipping
    [20:07:35] [INF] [65] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [20:07:36] [WRN] [65] MediaBrowser.Controller.Entities.BaseItem: Library folder /var/packages/Jellyfin/target/data/data/playlists is inaccessible or empty, skipping
    [20:07:36] [WRN] [107] MediaBrowser.Controller.Entities.BaseItem: Library folder /var/packages/Jellyfin/target/data/data/playlists is inaccessible or empty, skipping
    [20:07:43] [INF] [63] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Series, Name: 鬼灭之刃, Path: /volume4/动漫/动漫/鬼灭之刃, Id: f79a6aef-ba24-43cf-0212-6b2b95943af7
    [20:07:45] [INF] [34] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
    [20:07:49] [INF] [95] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.3.99 closed
    [20:07:49] [INF] [75] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.3.99 request
    [20:07:57] [INF] [34] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Added 69 items
    [20:07:57] [INF] [34] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Finished library sync, taking 00:00:11.6986982
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #6
    2025-09-02, 02:11 PM
    below is log when media Library's scan


    [22:10:09] [INF] [105] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series 鬼灭之刃
    [22:10:09] [INF] [105] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: 未知季, Path: , Id: c8ba3f61-14aa-c0eb-5f77-068c48fe5599
    [22:10:10] [INF] [105] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season 未知季 entry for 鬼灭之刃
    [22:10:11] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E01.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:11] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E02.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:11] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E03.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:11] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E04.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:12] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E05.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:13] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E06.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:13] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E07.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:13] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E08.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:13] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E09.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:13] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E10.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:14] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E11.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:14] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E12.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:14] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E13.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:14] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E14.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:14] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E15.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:15] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E16.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:15] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E17.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:15] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E18.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E19.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E20.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E21.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E22.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E23.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:16] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E24.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:17] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E25.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:17] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S01/S01E26.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E01.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E02.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E03.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E04.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E05.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E06.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S02/S02E07.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:18] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E01.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:19] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E02.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E03.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E04.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E05.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E06.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E07.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:20] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E08.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:21] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E09.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:21] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E10.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:21] [INF] [105] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S03/S03E11.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:21] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E01.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:22] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E02.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:22] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E03.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E04.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E05.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E06.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E07.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [114] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E08.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:23] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E09.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:24] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E10.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:24] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S04/S04E11.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:24] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E01.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:24] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E02.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:25] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E03.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:25] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E04.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:26] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E05.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:26] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E06.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:26] [INF] [75] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E07.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:26] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/Jellyfin/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume3/剧集/鬼灭之刃/鬼灭之刃/S05/S05E08.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
    [22:10:26] [INF] [114] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series 鬼灭之刃
    [22:10:26] [INF] [114] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: 未知季, Path: , Id: c8ba3f61-14aa-c0eb-5f77-068c48fe5599
    Eri Cka
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Sep
    Reputation: 0
    #7
    2025-09-02, 02:16 PM
    Check your disk health ?
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #8
    2025-09-02, 02:28 PM
    now, after the test,the Episode which in the new folder and in the new media Library named "test" can display S01E01.mp4 ~S01E26.mp4 in jellyfin.
    it seem normal.
    now i continue test, move the folder to the original location and delete the media Library named "test"
    then scan
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #9
    2025-09-03, 02:17 PM
    there is still empty,i give up.
    flamercao
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:China
    #10
    Yesterday, 08:15 AM
    today i try it again
    i have a add two TV series

    1. first i add a tv series named 魔术学姐
    in the directory have S01
    in it have S01E01.mp4~S01E12.mp4
    then jelly show the TV series. but inside it is empty with no season and episode
    i reflash matadate then it is completely ineffective
    log show below:

    [2025-09-08 15:42:08.367 +08:00] [INF] [18] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "魔术学姐"
    [2025-09-08 15:42:08.367 +08:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "未知季", Path: "", Id: a0da9d46-5869-8395-c5b1-248e6db7d50d
    [2025-09-08 15:42:08.370 +08:00] [INF] [18] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "未知季" entry for "魔术学姐"
    [2025-09-08 15:42:08.421 +08:00] [INF] [18] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "魔术学姐"
    [2025-09-08 15:42:08.421 +08:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "未知季", Path: "", Id: a0da9d46-5869-8395-c5b1-248e6db7d50d
    [2025-09-08 15:42:08.423 +08:00] [INF] [18] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "未知季" entry for "魔术学姐"
    ps:未知季 means Unknown Season

    2. then i add a season named S03 in the tv series named 鱿鱼游戏
    in the directory have S01 S02 S03
    in it have S0xE01.mp4~S0xE12.mp4 in each directory
    then jelly show the TV series. but inside it is have S01 and S02 seasons and episodes. metadate are correct
    it also have S03,but inside it only have S03E01 with no metadate. others are missing
    i reflash matadate then it is completely ineffective
    log show below:


    [2025-09-08 15:51:00.844 +08:00] [ERR] [52] Emby.Server.Implementations.Library.LibraryManager: Cannot get image dimensions for "/volume3/剧集/剧集/鱿鱼游戏/fanart.jpg"
    System.IO.FileNotFoundException: File not found
    File name: '/volume3/剧集/剧集/鱿鱼游戏/fanart.jpg'
    at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageSize(String path)
    at Jellyfin.Drawing.ImageProcessor.GetImageDimensions(BaseItem item, ItemImageInfo info)
    at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
    [2025-09-08 15:51:06.080 +08:00] [INF] [19] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Started library sync
    [2025-09-08 15:51:08.170 +08:00] [INF] [19] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Library Sync: Updated 1 items
    [2025-09-08 15:51:08.170 +08:00] [INF] [19] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: Finished library sync, taking "00:00:02.0903293"
    [2025-09-08 15:53:29.923 +08:00] [WRN] [68] Microsoft.EntityFrameworkCore.Query: Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'.

    Is there anybody who can help me?
    log is here. https://privatebin.net/?d247bb3304440599...svMMfFQi8T
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


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

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


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode