• 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 General Questions How to disable empty Seasons? (missing episode fetcher?)

    Pages (3): « Previous 1 2 3

     
    • 0 Vote(s) - 0 Average

    How to disable empty Seasons? (missing episode fetcher?)

    Stellar3190
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    Country:Fiji
    #21
    2024-07-23, 08:22 AM
    No, I fully deleted the series from everything and rebuild it. Ground up.

    The thing is, Specials are gone now, but there are still a ton of "ghost" episodes. Whether its future episodes or weird glitches. Honestly, I wasted so much time on this, I would just wait for a proper fix. Nothing more we can do.

    Cheers
    homelabResearcher
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #22
    2024-07-27, 04:21 AM (This post was last modified: 2024-07-27, 04:21 AM by homelabResearcher. Edited 1 time in total.)
    It seems the fix only works for new series. Exisiting virtual episodes won't get removed and since they are linked to virtual seasons, these ghost season should still appear eventually. Seems the only way to remove these virtual episodes and seasons is to remove the parent series in the file system.
    Jellyfin 10.9.7
    Ubuntu23.10 Linux 6.6
    Intel N100 
    16GB DDR4
    All media files attached via NFS
    Test servers on 10.9.2 and 10.9.6, backup servers on 10.8.13
    dontcryforme
    Offline

    Junior Member

    Posts: 16
    Threads: 7
    Joined: 2024 Mar
    Reputation: 0
    Country:Madagascar
    #23
    2024-07-27, 07:48 AM (This post was last modified: 2024-07-27, 07:49 AM by dontcryforme. Edited 1 time in total.)
    I went the extreme route.

    Made a copy of Library.db.
    Made sure that Missing Episode Fetcher is not selected in any libraries in Jellyfin.
    Deleted all records in the TypedBasedItems table where isVirtualItems=1 using sqlite3.
    Rescan ALL Libraries (was quick as all media was still in the DB)

    No more missing/future or ghost seasons & episodes.
    paulmiro
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Germany
    #24
    2024-08-03, 12:45 AM
    I went the slightly less extreme route.

    I wrote a python script that uses the Jellyfin API to automatically find and delete all Virtual TV episodes.
    It also deletes empty seasons afterward to avoid having to do a metadata refresh.
    If anyone else here wants to use it, here you go: https://github.com/paulmiro/jellyfin-empty-season-fix

    If I understand it correctly, this should effectively do the same thing as dontcryforme's solution, but without a need to edit the database directly.
    dduniam
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #25
    2024-08-03, 06:26 AM
    ed that GiHub link, and I
    (2024-08-03, 12:45 AM)paulmiro Wrote: I went the slightly less extreme route.

    I wrote a python script that uses the Jellyfin API to automatically find and delete all Virtual TV episodes.
    It also deletes empty seasons afterward to avoid having to do a metadata refresh.
    If anyone else here wants to use it, here you go: https://github.com/paulmiro/jellyfin-empty-season-fix

    If I understand it correctly, this should effectively do the same thing as dontcryforme's solution, but without a need to edit the database directly.

    I tried that GitHub link, but I get a 404 error. I just can't believe that JellyFin doesn't have a way to stop populating season episodes that I don't have in my library, it makes using the client really annoying.
    Iacov
    Offline

    Member

    Posts: 64
    Threads: 22
    Joined: 2024 Feb
    Reputation: 0
    Country:Austria
    #26
    2024-08-05, 12:52 PM
    has anyone had time to test 10.9.9? does it help with the issue?
    ponkotsu
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #27
    2024-08-05, 02:45 PM
    No it doesn't.
    (2024-08-05, 12:52 PM)Iacov Wrote: has anyone had time to test 10.9.9? does it help with the issue?

    No it doesn't.
    tuxfoo
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    #28
    2024-08-06, 09:02 PM
    I went the same route as @dontcryforme

    Disable the missing episode fetcher for effected library in Jellyfin.

    Code:
    root@tuxserver01:/home/tuxfoo# cd /home/docker/jellyfin/config/data/
    # Backup Database
    root@tuxserver01:/home/docker/jellyfin/config/data# cp library.db library.db.bak3
    #  You might need to install sqlite3 if running Jellyfin in docker
    root@tuxserver01:/home/docker/jellyfin/config/data# sqlite3 library.db
    #  Check to make sure that nothing important is going to get removed:
    sqlite> select * from TypedBaseItems where isVirtualItem=1 AND MediaType='Video';
    #  Delete from database
    sqlite> delete from TypedBaseItems where isVirtualItem=1 AND MediaType='Video';
    sqlite> exit


    Now do a rescan of the affected library in Jellyfin, this should be fast.
    Iacov
    Offline

    Member

    Posts: 64
    Threads: 22
    Joined: 2024 Feb
    Reputation: 0
    Country:Austria
    #29
    2024-08-08, 12:51 PM
    i'm not very "github-proficient" - does anyone know what the current status in terms of bug hunting is? are there solutions on the horizon?
    Pages (3): « Previous 1 2 3

    « Next Oldest | Next Newest »

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