• 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 SOLVED: Jellyfin removes new content after every scan

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin removes new content after every scan

    Codsworth
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #1
    2023-10-16, 02:43 PM
    Hi,

    I'm using the latest (10.8.11) version, installed via Debian repository.
    Any time the library scan runs, it seems like it removes everything from "new tv shows" and replaces it with the new discovered ones. But the old should stay there too, I couldn't find a setting for this. It seems to work with movies and animes, but not with tv shows . I guess because there are few changes atm (re-encoding and renaming few files), jellyfin then detects this series as new tv show even tho it existed the whole time and then replaces it with the previously found tv show.
    This behiavor makes it impossible to find new tv shows on the home page.

    Also it seems like content from tv shows is also dissapearing sometimes from "next up", but I can't describe this more.

    Best regards
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-10-16, 03:07 PM
    I think this is expected behavior. Expected meaning that Jellyfin is coded to behave this way. I think Jellyfin uses one of the file creation/modify dates. In my experience, renaming files shouldn't trigger this. But re-encoding probably would since it appears as an entirely new file as far as jellyfin is concerned. I've always waited until I re-encoded files before I added them to my library.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    bitmap
    Offline

    Community Moderator

    Posts: 755
    Threads: 9
    Joined: 2023 Jul
    Reputation: 24
    #3
    2023-10-16, 03:29 PM
    Can confirm that re-encoding 100% will trigger this behavior. If the client you're using supports it, sort the TV shows library by date added and the entire thing becomes a "latest" list.
    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]
    Codsworth
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #4
    2023-10-16, 05:42 PM
    I understand that this is the expected behavior with existing series, but why should it remove others from "newest"? This does not make any sense, how should the user be able to discover new things then without going to the tv show page.
    Also I have setup jellyfin to use the scan date not the file creation date globally.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2023-10-16, 05:49 PM (This post was last modified: 2023-10-16, 05:50 PM by TheDreadPirate. Edited 1 time in total.)
    Its a bit weird for TV shows. I think the max number of items listed in the latest movies section is something like 10 or 16. For TV shows its 100. But jellyfin treats each EPISODE of a TV show as counting towards that 100 item maximum. So if you have a large TV show with a lot of episodes it may be the only item on the latest TV show list. You have to add 100 new episodes of other shows before that large TV show is displaced.

    Something about the way Jellyfin queries the database when generating those Latest lists. Its a known issue and requires a bit a database rework to address. So it may be a bit before that behavior is changed.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Codsworth
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #6
    2023-10-16, 07:51 PM
    Oh okay, that makes sense now, one tv show has over 150 episodes, I guess this already explodes the limit. I guess there is no way to extend this limit? Directly compared to plex, it is significantly less user-friendly to discover new shows like this
    Deleted User

    Unregistered
     
    #7
    2023-10-16, 07:57 PM
    (2023-10-16, 07:51 PM)Codsworth Wrote: Directly compared to plex, it is significantly less user-friendly to discover new shows like this

    an alternative is 2 clicks away

    open the tv shows library section, sort by date added
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2023-10-16, 08:01 PM
    (2023-10-16, 07:51 PM)Codsworth Wrote: Oh okay, that makes sense now, one tv show has over 150 episodes, I guess this already explodes the limit. I guess there is no way to extend this limit? Directly compared to plex, it is significantly less user-friendly to discover new shows like this

    The 100 count limit is hard coded.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Codsworth
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #9
    2023-10-16, 08:28 PM
    (2023-10-16, 07:57 PM)000 Wrote: open the tv shows library section, sort by date added

    Yeah, thats one way, or you simply design an app user friendly like plex, I don't get your response, if you're fine with this, okay, but I don't believe that every user is fine with that.

    (2023-10-16, 08:01 PM)TheDreadPirate Wrote: The 100 count limit is hard coded.

    Okay, well time for me to create a plugin that soft-codes it. Or something that counts the shows and not single episodes, which doesn't make any sense anyways.
    Deleted User

    Unregistered
     
    #10
    2023-10-16, 09:50 PM
    (2023-10-16, 08:28 PM)Codsworth Wrote: Yeah, thats one way, or you simply design an app user friendly like plex, I don't get your response, if you're fine with this, okay, but I don't believe that every user is fine with that.

    well, it was intended as a friendly 'however you can do this' but i can see you are not a friendly person

    enjoy your plex

    have a ____ day
    Pages (2): 1 2 Next »

    « 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