2024-02-09, 02:30 PM
(This post was last modified: 2024-02-09, 03:08 PM by Jinjo. Edited 1 time in total.)
Hi,
I'd like to know if it's possible to organize my shows by the first letter, so have top-level directories of A, B, C, D, etc., and then within each of those directories will be the actual show directories. I want to do this strictly to make it easier to manage and backup my files.
When I tried this, Jellyfin considered the A, B, C, etc. directories to be shows and populated them with show info. All actual show directories within the letter directories were ignored.
Here is an example of what I want to do using the official docs format... I screwed it up, but I think the idea's there:
Shows
├── A
│ ├──── Series Name A (2010)
│ ├──── Season 00
│ │ ├──── Some Special.mkv
│ │ ├──── Series Name A S00E01.mkv
│ │ └──── Series Name A S00E02.mkv
│ ├──── Season 01
│ │ ├──── Series Name A S01E01-E02.mkv
│ │ ├──── Series Name A S01E03.mkv
│ │ └──── Series Name A S01E04.mkv
│ └── Season 02
│ ├──── Series Name A S02E01.mkv
│ ├──── Series Name A S02E02.mkv
│ ├──── Series Name A S02E03 Part 1.mkv
│ └──── Series Name A S02E03 Part 2.mkv
└── B
├──── Series Name B (201
├── Series Name B S01E01.mkv
├── Series Name B S01E02.mkv
├── Series Name B S02E01-E02.mkv
└── Series Name B S02E03.mkv
Thanks!
I'd like to know if it's possible to organize my shows by the first letter, so have top-level directories of A, B, C, D, etc., and then within each of those directories will be the actual show directories. I want to do this strictly to make it easier to manage and backup my files.
When I tried this, Jellyfin considered the A, B, C, etc. directories to be shows and populated them with show info. All actual show directories within the letter directories were ignored.
Here is an example of what I want to do using the official docs format... I screwed it up, but I think the idea's there:
Shows
├── A
│ ├──── Series Name A (2010)
│ ├──── Season 00
│ │ ├──── Some Special.mkv
│ │ ├──── Series Name A S00E01.mkv
│ │ └──── Series Name A S00E02.mkv
│ ├──── Season 01
│ │ ├──── Series Name A S01E01-E02.mkv
│ │ ├──── Series Name A S01E03.mkv
│ │ └──── Series Name A S01E04.mkv
│ └── Season 02
│ ├──── Series Name A S02E01.mkv
│ ├──── Series Name A S02E02.mkv
│ ├──── Series Name A S02E03 Part 1.mkv
│ └──── Series Name A S02E03 Part 2.mkv
└── B
├──── Series Name B (201
├── Series Name B S01E01.mkv
├── Series Name B S01E02.mkv
├── Series Name B S02E01-E02.mkv
└── Series Name B S02E03.mkv
Thanks!