• 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 Proper organization folders for different language

     
    • 0 Vote(s) - 0 Average

    Proper organization folders for different language

    Balinus
    Offline

    Junior Member

    Posts: 26
    Threads: 4
    Joined: 2025 Feb
    Reputation: 0
    Country:Canada
    #1
    2025-02-20, 04:32 PM
    Hello!

    I am about to install a Jellyfin server on my LAN. In parallel, I am also about to restructure my folders of Movies, TV Shows and a personnal "Home Videos" which I built using a Kodi logic (Home Videos have local nfo files, with folder like Season 2016, etc.). The movies and TV Shows are either in english or in french (either dubbed english shows or native french shows).

    My question is how should I reorganize them so that it works with less pain with Jellyfin. I'd like to get a confirmation from knowledgeable persons or suggestions before I proceeed. 

    Thanks!

    ---

    My idea was to organize as follow:

    Shows and Movies would have the same logic.

    Shows (EN)
    └── Show 1
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
    └── Show 2
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv

    Shows (FR)
    └── Show 1
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
    └── Show 2
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv



    Home Videos
    └── Home Videos
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
            └── S02E01.mkv

    Now, I guess I simply have to add all of the following root drectories with the proper (and different) Jellyfin options :

    Movies (FR) -> Add as a single library and set language to FR
    Movies (EN) ->  Add as a single library and set language to EN
    Shows (FR) ->  Add as a single library and set language to FR
    Shows (EN) ->  Add as a single library and set language to EN

    Home Videos -> Is there an option to only check for local nfo files? I haven't installed the Jellyfin server yet (anyway, this folder won't be reorganized in the short term unless this structure is incompatible with Jellyfin logic).
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-20, 05:34 PM
    What you've described makes perfect sense. I recall a Spanish speaking user who did something similar with the results you'd expect.

    If you have a show or movie that you'd like to show up in both libraries, but with different metadata languages, you can use symlinks for the folder of the show/movie so you aren't doubling your disk usage.

    You can also control which libraries are exposed to specific users. If you have French speaking users you would give them access to the French metadata libraries, and so on.
    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]
    Balinus
    Offline

    Junior Member

    Posts: 26
    Threads: 4
    Joined: 2025 Feb
    Reputation: 0
    Country:Canada
    #3
    2025-02-20, 06:01 PM
    Thanks! The idea of symlinks is clever, haven't thought about that! I will proceed on this reorganization while I wait for my server to be delivered.

    For users, I will have to explore that. I'm used to having a single user on Kodi, but my kids are now growing and they might want to have their own progression for each shows and movies.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-20, 06:09 PM
    If you have kids, the symlink suggestion can be used to create an "approved" library.

    While Jellyfin does have parental controls that work reasonably well, I've found that the ratings some shows get I don't agree with. In both directions. Some shows with "kid friendly" ratings I would be hesitant to let my kid watch. Some content with "teenager" ratings I think are perfectly fine for my kid.

    So creating an "approved" library(s) with symlinks was my way to control what my kid watches without having to worry about a show/movie not having a rating I agree with.
    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]
    Balinus
    Offline

    Junior Member

    Posts: 26
    Threads: 4
    Joined: 2025 Feb
    Reputation: 0
    Country:Canada
    #5
    2025-02-20, 11:09 PM
    ah, I see! So, you basically have a "master" folder and a "kids" folder with symlink to "approved" movies/series? That is a good idea indeed!
    TheXaman
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2025 Feb
    Reputation: 2
    Country:Germany
    #6
    2025-02-26, 11:11 AM
    (2025-02-20, 04:32 PM)Balinus Wrote: Hello!

    I am about to install a Jellyfin server on my LAN. In parallel, I am also about to restructure my folders of Movies, TV Shows and a personnal "Home Videos" which I built using a Kodi logic (Home Videos have local nfo files, with folder like Season 2016, etc.). The movies and TV Shows are either in english or in french (either dubbed english shows or native french shows).

    My question is how should I reorganize them so that it works with less pain with Jellyfin. I'd like to get a confirmation from knowledgeable persons or suggestions before I proceeed. 

    Thanks!

    ---

    My idea was to organize as follow:

    Shows and Movies would have the same logic.

    Shows (EN)
    └── Show 1
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
    └── Show 2
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv

    Shows (FR)
    └── Show 1
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
    └── Show 2
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv



    Home Videos
    └── Home Videos
        ├── Season 01
        │  └── S01E01.mkv
        └── Season 02
            └── S02E01.mkv
            └── S02E01.mkv

    Now, I guess I simply have to add all of the following root drectories with the proper (and different) Jellyfin options :

    Movies (FR) -> Add as a single library and set language to FR
    Movies (EN) ->  Add as a single library and set language to EN
    Shows (FR) ->  Add as a single library and set language to FR
    Shows (EN) ->  Add as a single library and set language to EN

    Home Videos -> Is there an option to only check for local nfo files? I haven't installed the Jellyfin server yet (anyway, this folder won't be reorganized in the short term unless this structure is incompatible with Jellyfin logic).

    If you have media with mulitple audio tracks in different languages I just released a plugin that automatically scans your media and adds language tags based on its audio tracks. This allow filtering based on language and also to also limits a users shown content to their desired language via parental controls.

    Check it out: https://github.com/TheXaman/jellyfin-plu...nguageTags
    Balinus
    Offline

    Junior Member

    Posts: 26
    Threads: 4
    Joined: 2025 Feb
    Reputation: 0
    Country:Canada
    #7
    2025-02-26, 03:07 PM (This post was last modified: 2025-02-26, 03:12 PM by Balinus. Edited 1 time in total.)
    Nice! I will take a look.

    I have successfully installed Jellyfin yesterday. Was much quicker than anticipated. I have only added english folders right now for testing and configuration tests right now, so this plug in is interesting for me.

    Edit- is there a visual tag when looking at the library?
    TheXaman
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2025 Feb
    Reputation: 2
    Country:Germany
    #8
    2025-02-27, 06:20 PM
    Glad to hear it! And no, there is no visual indicator, its "just" for filtering at the moment.
    « 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