• 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 tvshow episodes stop at 99

     
    • 0 Vote(s) - 0 Average

    tvshow episodes stop at 99

    How to see episodes over 99 ?
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #1
    2024-06-12, 09:09 PM (This post was last modified: 2024-06-12, 09:20 PM by pcm. Edited 3 times in total.)
    So, the show 'Dragon Ball Super' has 1-season with 131 episodes according to TMDB https://www.themoviedb.org/tv/62715-drag...u/season/1 

    I have all 131 episodes in my tv-library. But, when I go try to view the episodes list within season-1 I only see till episode 99
    [Image: Screenshot-2024-06-12-at-5-06-03-PM.png]

    episode 100 does not get any metadata filled in
    [Image: Screenshot-2024-06-12-at-5-16-55-PM.png]

    and episodes 101 to 131 doubled as episode-1 to episode-31 ... So now I have two episode 1, episode 2 etc till episode 31 ... 32 onwards have the right metadata
    [Image: Screenshot-2024-06-12-at-5-17-39-PM.png]


    What's going on here ? How do I fix this metadata glitch ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-12, 09:19 PM
    Rename the files s01eXXX.mp4. Once you've renamed the files rescan the show. If your server is running linux you can use sed in a loop to mass-rename the files.
    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]
    1
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #3
    2024-06-12, 09:21 PM
    okay. let me try that.
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #4
    2024-06-12, 09:32 PM
    That did the trick! thanks!
    mildlyjelly
    Offline

    Junior Member

    Posts: 31
    Threads: 2
    Joined: 2024 Jun
    Reputation: 4
    #5
    2024-06-13, 12:50 AM
    How did you rename the files? Did you use a tool or elbow grease?
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #6
    2024-06-13, 01:48 AM (This post was last modified: 2024-06-13, 01:52 AM by pcm. Edited 3 times in total.)
    (2024-06-13, 12:50 AM)mildlyjelly Wrote: How did you rename the files? Did you use a tool or elbow grease?

    shell oneliner 

    in my case it was 

    Code:
    for f in * ; do mv -v "$f" "$(echo \"$f\" | sed -E \"s/episode (.+).mp4/S01E\1.mp4/\")" ; done

    Let me know if you need me to explain what's happening here... Or if you need help coming up with something you wanna mass-rename...
    mildlyjelly
    Offline

    Junior Member

    Posts: 31
    Threads: 2
    Joined: 2024 Jun
    Reputation: 4
    #7
    2024-06-13, 02:32 AM
    Thanks, I had actually written a very similar command. In my case, I just needed to prefix "S01" to my episodes (ironically for DBZ Super).
    Anyways, I was just hoping you had some really awesome (besides bash) tool for renaming these.
    1
    « 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