• 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 Media Scanning & Identification Episode parts are picked up as versions

     
    • 0 Vote(s) - 0 Average

    Episode parts are picked up as versions

    Iskelderon
    Offline

    Member

    Posts: 75
    Threads: 19
    Joined: 2024 Feb
    Reputation: 1
    Country:Germany
    #1
    2024-10-07, 07:57 AM
    https://jellyfin.org/docs/general/server/media/shows/ lists such cases as 

    Code:
    │      ├── Series Name A S02E03 Part 1.mkv
    │      └── Series Name A S02E03 Part 2.mkv

     but in my case, these are picked up as versions instead of parts:

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 - Love and Anger Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 - Love and Anger Part 2.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E03 - The Queen's Sacrifice Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E03 - The Queen's Sacrifice Part 2.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E04 - So Close, So Far - Part 2.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E04 - So Close, So Far Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E05 - The Friend Found Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E05 - The Friend Found Part 2.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E06 - The Innocent Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E06 - The Innocent Part 2.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E01 - The Perfect Day Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E01 - The Perfect Day Part 2.mp4"

    Putting in a "-" separator between episode title and "Part" doesn't seem to make a difference to Jellyfin either, already tried that.
    IF it makes any difference, I'm using the Jellyfin path preset in Filebot.

    Probably just a tiny difference causing the problem, so it would be great if anyone could point me in the right direction.
    Thanks in advance!
    underdog
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2023 Jul
    Reputation: 1
    Country:Germany
    #2
    2024-10-08, 12:49 PM (This post was last modified: 2024-10-08, 12:55 PM by underdog. Edited 2 times in total.)
    Don Matteo is not Father Matteo.
    Supported part types are:
    cd
    dvd
    part
    pt
    disc
    disk

    So part seems to be correct.
    Jellyfin 10.9.2
    Openmediavault 7
    Docker linuxserver
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-10-08, 02:22 PM (This post was last modified: 2024-10-08, 02:24 PM by TheDreadPirate. Edited 1 time in total.)
    For some reason this thread wasn't show to me as "unread" yesterday and missed it.

    You have to keep in mind that the "parts" detection happens immediately after "S##E##". Since you have the episode name after S13E02, the part detection never happens. And since the episode numbers are the same, but the part syntax wasn't correct, you hit the versions detection.

    So you'd need to change your file names like so.

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - Love and Anger - S13E02 Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - Love and Anger - S13E02 Part 2.mp4"

    Or

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 2.mp4"

    Or

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 1 - Love and Anger.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 2 - Love and Anger.mp4"
    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]
    Iskelderon
    Offline

    Member

    Posts: 75
    Threads: 19
    Joined: 2024 Feb
    Reputation: 1
    Country:Germany
    #4
    2024-10-09, 08:13 AM
    (2024-10-08, 02:22 PM)TheDreadPirate Wrote: For some reason this thread wasn't show to me as "unread" yesterday and missed it.

    You have to keep in mind that the "parts" detection happens immediately after "S##E##".  Since you have the episode name after S13E02, the part detection never happens.  And since the episode numbers are the same, but the part syntax wasn't correct, you hit the versions detection.

    So you'd need to change your file names like so.

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - Love and Anger - S13E02 Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - Love and Anger - S13E02 Part 2.mp4"

    Or

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 1.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 2.mp4"

    Or

    Code:
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 1 - Love and Anger.mp4"
    "G:\Video_other\I\Don Matteo (2000) [tmdbid-21220]\Season 13\Father Matteo (2000) - S13E02 Part 2 - Love and Anger.mp4"

    Thanks!
    Seems there's something weird going on with Filebot, since the show's named one way on some sites and the other on different ones.
    Guess I'll just nuke the episode name in cases like this, since the database will supply the details anyway.
    « 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