• 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 help naming Plex to JF

     
    • 0 Vote(s) - 0 Average

    help naming Plex to JF

    Recommended explanation of naming from Plex to JF
    Phrenemy
    Offline

    Junior Member

    Posts: 9
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #1
    2024-03-24, 02:41 AM
    Hi,

    I have a number of shows which have been used in a Plex context and I'm wanting to move over to Jellyfin.
    (Currently, Jellyfin is running with the files, but there's been problems which I assume derive from retaining the Plex naming, and I want to resolve them. Plex and Jellyfin are currently both running. I've been testing Jellyfin to see if it works for me.)

    What I'm after is a good guide on how to migrate the naming schemes between these two servers.
    I'm aware of the webpage where is explains TVs, movies, etc; but, this page doesn't explain everything and I'd rather get it right the first time, since this will take a fair amount of work.

    For example, Plex allows multiple resolutions of a show/movie and then selects the most suitable one for your client. You do this following:
    SHOW S01E01 NAME {edition-1080p}.mkv
    SHOW S01E01 NAME {edition-720p}.mkv

    It seems vaguely possible to do this in Jellyfin, but I have no idea how and it's not in the documentation. Currently, the episode shows up multiple times, one for each resolution.

    Another example would be the best way to add nfo files, since I've not had to deal with them using Plex. eg., per episode or per season or per show.

    Any help would be appreciated.
    thanks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-03-24, 04:03 AM (This post was last modified: 2024-03-24, 04:04 AM by TheDreadPirate. Edited 1 time in total.)
    Replace the squiggly brackets {} with square brackets [].

    Also, Jellyfin does not currently do "versions" the way that it does for movies. You can still do "version", they will just be separate listings for the show/season.

    https://forum.jellyfin.org/t-group-series-episode
    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]
    Phrenemy
    Offline

    Junior Member

    Posts: 9
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #3
    2024-03-27, 06:16 PM
    When Jellyfin is going to list a name for an episode, is there a way to not show the technical info listed in the file name, such as video and audio codecs, resolution, Rip Time?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-03-27, 06:26 PM
    For an episode of movie, if you click on the "..." context menu for that file there is a "Media Info" view that will show all the technical info about the file. I'm not sure what you mean by "Rip Time" though.
    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]
    Phrenemy
    Offline

    Junior Member

    Posts: 9
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #5
    2024-03-29, 07:00 PM
    Oh. I meant in the file name and how it's listed in the client.
    eg., NAME S01E01 TITLE 1080p Bluray x265 5.1DTS.mkv

    I think I figured out how to approach it by using nfo files (which I haven't used thus far), but I was asking how Jellyfin would natively read the above file example and under the show "NAME" in the S01E01 slot only give "TITLE" in the client.
    For some of my shows, I think only custom ones, I get TITLE plus the "1080p Bluray x265 5.1DTS".

    Would Jellyfin ignore it if the file name was
    NAME S01E01 TITLE (1080p Bluray x265 5.1DTS).mkv?
    Or some other bracket?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-03-29, 11:28 PM (This post was last modified: 2024-03-29, 11:30 PM by TheDreadPirate. Edited 1 time in total.)
    Jellyfin would show whatever it retrieves from TMDB/TVDB/your preferred metadata DB. All the extra resolution, codec tags in the file name are ignored. When it scans the file with ffprobe it will retrieve all that information and it will display in the UI the codec, resolution, etc.

    Having said that, we generally recommended removing all those tags since A) they are ignored by Jellyfin for the purposes of tagging and B) they are NOT ignored for the purposes of identification of the show/movie and can sometimes cause identification issues.

    The exception being when you follow our syntax for "multiple versions" of a movie.
    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]
    Phrenemy
    Offline

    Junior Member

    Posts: 9
    Threads: 4
    Joined: 2023 Oct
    Reputation: 0
    #7
    2024-03-30, 01:53 AM
    Oh. I meant in the file name and how it's listed in the client.
    eg., NAME S01E01 TITLE 1080p Bluray x265 5.1DTS.mkv

    I think I figured out how to approach it by using nfo files (which I haven't used thus far), but I was asking how Jellyfin would natively read the above file example and under the show "NAME" in the S01E01 slot only give "TITLE" in the client.
    For some of my shows, I think only custom ones, I get TITLE plus the "1080p Bluray x265 5.1DTS".

    Would Jellyfin ignore it if the file name was
    NAME S01E01 TITLE (1080p Bluray x265 5.1DTS).mkv?
    Or some other bracket?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-03-30, 03:29 AM
    In a Shows library the title or episode name is retrieved from your online metadata source. It is NOT pulled from the file name. The title in the file name is only used for constructing the query to TMDB/TVDB/etc.
    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