Why is it not mounted on the host/cointainer? I dont think you are using jellyfin “wrong” but its not like you cant just configure a mount point if you wanted to use jellyfin with it.
That is an interesting thing to point out though, im not actually sure but i think they used to support smb shares directly, i might just be thinking of kodi though.
tuxec@infosec.pub 9 months ago
I see you’ve got some downvotes, but without anyone suggesting a solution. You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies) Eg: volumes:
local path : path in container
yournamehere@lemm.ee 9 months ago
i know. i did. i hate it. thanks though. but that usually also requires fiddling with fstab and nobody wants that. just imagine the user roles and rights desasters that anyone with access to the host can see the mount. mount where you need the data, not in 2 or more places just to access it from one place. for me personally emby works much better on this. there are so many environments where you can deploy docker but not modify the host - so i do not see jellyfin really being useable here. i wish they’d add this, but from google searches i understand that it has been requested and there does not seem to be any intention to implement it.