2025-06-08, 10:31 AM
Basically, my file/folder structure looks like this:
The Series are inside the Movies directory.
If
I would like to be able to manually enable/disable individual folders for specific library only.
- One library for the Movies, where I exclude all Shows
- One library for the Shows, where I exclude all Movies
I guess I that's not possible, so I'll wait until 10.11.
Before restructuring my entire media tree, I'd like to make sure that I fully understand the Jellyfin possibilities/options in this respect.
Movies
├── Serie 01
│ ├── Season 01
│ │ ├── Season 01
│ │ ├── ...
│ ├── Season xx
│ ├── .ignore
│ └── ...
├── Movie 01
├── Movie 02
├── Movie 03
├── ...
└── Movie xx
The Series are inside the Movies directory.
.ignore
is a flag for all libraries, in my case Serie 01
.If
.ignore
is used, it applies to all libraries.I would like to be able to manually enable/disable individual folders for specific library only.
- One library for the Movies, where I exclude all Shows
- One library for the Shows, where I exclude all Movies
I guess I that's not possible, so I'll wait until 10.11.
Before restructuring my entire media tree, I'd like to make sure that I fully understand the Jellyfin possibilities/options in this respect.