• 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?)

     
    • 0 Vote(s) - 0 Average

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

    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.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-15, 06:38 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by TheDreadPirate - 2024-07-15, 03:46 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-15, 03:51 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by TheDreadPirate - 2024-07-15, 06:04 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by ThereIsNoSpoon - 2024-07-15, 11:07 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by TheDreadPirate - 2024-07-15, 11:38 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-16, 05:30 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by niels - 2024-07-16, 06:38 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-16, 08:02 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by niels - 2024-07-16, 08:15 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by paulc - 2024-07-21, 10:28 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by TheDreadPirate - 2024-07-22, 12:03 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by paulc - 2024-07-22, 04:21 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by theguymadmax - 2024-07-22, 01:34 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-22, 08:37 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-22, 03:43 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by TheDreadPirate - 2024-07-22, 05:14 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-22, 05:44 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Stellar3190 - 2024-07-22, 08:05 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-07-23, 06:53 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Stellar3190 - 2024-07-23, 08:22 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by homelabResearcher - 2024-07-27, 04:21 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by dontcryforme - 2024-07-27, 07:48 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by paulmiro - 2024-08-03, 12:45 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by dduniam - 2024-08-03, 06:26 AM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-08-05, 12:52 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by ponkotsu - 2024-08-05, 02:45 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by tuxfoo - 2024-08-06, 09:02 PM
    RE: How to disable empty Seasons? (missing episode fetcher?) - by Iacov - 2024-08-08, 12:51 PM

    • 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