2024-06-28, 03:23 AM
(This post was last modified: 2024-06-28, 03:37 AM by m0r4a. Edited 3 times in total.)
I changed the target directory in docker_compose.yaml from /shows to /media, literally just a rename and now it's working, I'm legally downloading two movies to check if I rename the /Movies to /media2 does the trick and I can get that up and running, if so I will let you know.
I will edit this post in a few minutes to add the output for the permissions that you asked for
Edit 1:
-- Output for the command ---
drwxrwxrwx 1 root root 4096 Jun 27 18:03 /nvme
drwxrwxrwx 1 root root 0 Jun 27 17:47 /nvme/jellyfin
drwxrwxrwx 1 root root 0 Jun 27 17:47 /nvme/jellyfin/media
-- News --
Apparently renaming the target to /media and /media2 did the trick but I don't understand why
(In docker_compose.yaml)
- type: bind
source: ./shared/media/Shows
target: /media
- type: bind
source: ./shared/media/Movies
target: /media2
Edit 2:
I added a third media source with target name /media3 and still works, added "read_only: true" option and still works, so apparently the naming is the problem?
I will edit this post in a few minutes to add the output for the permissions that you asked for
Edit 1:
-- Output for the command ---
drwxrwxrwx 1 root root 4096 Jun 27 18:03 /nvme
drwxrwxrwx 1 root root 0 Jun 27 17:47 /nvme/jellyfin
drwxrwxrwx 1 root root 0 Jun 27 17:47 /nvme/jellyfin/media
-- News --
Apparently renaming the target to /media and /media2 did the trick but I don't understand why
(In docker_compose.yaml)
- type: bind
source: ./shared/media/Shows
target: /media
- type: bind
source: ./shared/media/Movies
target: /media2
Edit 2:
I added a third media source with target name /media3 and still works, added "read_only: true" option and still works, so apparently the naming is the problem?