Define custom folder mapping or manually map folders? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Define custom folder mapping or manually map folders? (/t-define-custom-folder-mapping-or-manually-map-folders) |
Define custom folder mapping or manually map folders? - BoomBoom - 2025-01-01 Hi. New Jellyfin user here, moving to fully self-hosted infrastructure. I've read the docs at https://jellyfin.org/docs/general/server/media/shows/ and https://jellyfin.org/docs/general/server/media/movies/ These recommended folder structures are not particularly handy for organization of media. I have mixed shows and movies in varying depth structures, as an example: Code: Movies With different groups of media, such as Disney's cartoon shows, series of full features, single full features, with and without extras, the depth can vary quite a lot. I was looking for plugins or modules that can allow me to define my own folder mapping rules, and couldn't find anything decisive. Does anyone have solutions for organized filing structures? RE: Define custom folder mapping or manually map folders? - TheDreadPirate - 2025-01-01 AFAIK, such a plugin does not exist. Your only option is to have multiple "root" folders for each sub-folder. Like instead of pointing the library at "Movies" you'd point it at "MCU". But that only works if all your movies are at the same depth, which you've stated is not the case. Also, mixed libraries are buggy AF and are strongly discouraged. RE: Define custom folder mapping or manually map folders? - BoomBoom - 2025-01-03 (2025-01-01, 06:49 PM)TheDreadPirate Wrote: But that only works if all your movies are at the same depth, which you've stated is not the case. Okay, thanks. I was able to solve this by creating symlinks to individual movie/show directories, so I just created a dedicated library directory, now it's just up to producing a passable script to automate the translation of directory structure to media library. |