2025-01-19, 01:35 AM
(This post was last modified: 2025-01-19, 01:36 AM by theguymadmax. Edited 2 times in total.)
Quote:Couldn't I just uncheck "User session defaults" here and just check the "Mount at system startup" box?
Ok, so if I follow your folder structure with my personal media folders, how do I link mine to JF in Docker? A couple of my folders are:
Anime, TV Shows, Movies
Oh, and ok, so if I have my Config/Cache folder structure like that, how is it linked to Docker?
Fstab is the way to go.
Quote:Ok, so if I follow your folder structure with my personal media folders, how do I link mine to JF in Docker? A couple of my folders are:So in my example, that's 2 external drives and it's mounted in docker here:
Anime, TV Shows, Movies
Code:
- /media/Media1:/Movies (Drive 1) dedicated to movies
- /media/Media2:/Shows (Drive 2) dedicated to shoes
For your setup - something like this.
Code:
- /media/Media:Media
* From Jellyfin you'll be able to browse the external drive and choose what folder to mount to each library.
Quote:Oh, and ok, so if I have my Config/Cache folder structure like that, how is it linked to Docker?
It's in the docker compose example.
Code:
volumes:
- /home/max/Dockers/Jellyfin/Config:/config
- /home/max/Dockers/Jellyfin/Cache:/cache