• 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 Organizing shows consisting of multiple DVDs

     
    • 0 Vote(s) - 0 Average

    Organizing shows consisting of multiple DVDs

    voltangle
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-08, 08:22 PM (This post was last modified: 2024-08-08, 08:28 PM by voltangle. Edited 3 times in total.)
    So, I have [Censored by TDP] Monster (2004) that consist of 25 DVDs, and I want to put it into Jellyfin and have it actually indexed not as just separate CDs or 25 episodes, but real 74 episodes Monster has.

    This is my (original) directory structure:

    MONSTER
    ├── MONSTER_DVD1
    │   └── VIDEO_TS
    ├── MONSTER_DVD2
    │   └── VIDEO_TS
    ├── MONSTER_DVD3
    │   └── VIDEO_TS
    ...
    ├── MONSTER_DVD25
    │   └── VIDEO_TS

    I want to just find a way of using the VIDEO_TS directories themselves without remuxing each disc to different episodes, because - reasons. My setup revolves around having all actual media in a different folder from the media library, and have all content symlinked into the library instead, and once again, I can not just remux it into .mkv files and go with it.

    Currently when I just try to shove the same directory structure but rename MONSTER_DVD<n> to cd<b> it just shows each cd as it's own episode, and no matter what I do - I can't make it work as I want it to...

    EDIT: I very much know that ChatGPT is far, FAR from being a credible source, but I had no other option at this point. It has mentioned the topic of M3U "playlists" or smth, is that a good/possible way of doing it?

    Is there a way to make this work? Thanks in advance!  Upside-down-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-08, 08:30 PM (This post was last modified: 2024-08-08, 08:31 PM by TheDreadPirate. Edited 1 time in total.)
    If you don't want to remux, you could just rename the files. You would have to take them out of the DVD# folders and put them in a "Season 1" folder (I only see the one season on TMDB).

    You have to use the multi-episode naming syntax. Like "S01E01-E03.ts" or something like that. Jellyfin does allow symlinks of FOLDERS, but Jellyfin will ignore symlinks of individual files, IIRC.

    Your other option is to manually create NFOs and turn off all external providers when scanning this show in.
    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]
    voltangle
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-08-08, 08:35 PM (This post was last modified: 2024-08-08, 08:36 PM by voltangle. Edited 1 time in total.)
    (2024-08-08, 08:30 PM)TheDreadPirate Wrote: You have to use the multi-episode naming syntax. Like "S01E01-E03.ts" or something like that. Jellyfin does allow symlinks of FOLDERS, but Jellyfin will ignore symlinks of individual files, IIRC.

    Welp, my entire library consists of symlinks, even to files, and each and every one works  Upside-down-face
    And wait a minute, I have never seen the "multi-episode" naming syntax anywhere in the docs! Still, thank you dearly, will try it this instant Smiling-face

    EDIT: wtf why my text emojis get converted into full ones, how do I disable that
    voltangle
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #4
    2024-08-08, 08:46 PM
    Just tried the multi-episode naming, it only sees the latter E03 from E01-E03. Just to be clear, I made it look like this:

    MONSTER
    ├── E01-E03
    │ └── VIDEO_TS
    ├── E04-E06
    │ └── VIDEO_TS
    ├── E07-E09
    │ └── VIDEO_TS
    ...
    ├── E72-E74
    │ └── VIDEO_TS
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-08-08, 08:54 PM
    Even if a show only has one season, it should still have "S01" in the name. The file name parser may only be seeing the last episode number since it is missing the season number designator.
    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]
    voltangle
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #6
    2024-08-08, 09:02 PM
    Just tried with the designator - holy shit it works
    The only problem is that it shows up as three episodes in one, which is IMO aint right
    How can I make jellyfin see each episode as it's own episode, instead of just merging three into one?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-08-08, 09:13 PM (This post was last modified: 2024-08-08, 09:14 PM by TheDreadPirate. Edited 1 time in total.)
    .....by splitting the file via remux?  Skull-and-crossbones

    I am not aware of a way to make one file appear as X number of episodes.  The multi-episode syntax is primarily intended for joining true multi-part episodes. Like a two part season finale or something like that.
    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]
    « 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