Jellyfin Forum
Content of mounted shared folder is not recognized by Jellyfin - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: Content of mounted shared folder is not recognized by Jellyfin (/t-content-of-mounted-shared-folder-is-not-recognized-by-jellyfin)

Pages: 1 2


RE: Content of mounted shared folder is not recognized by Jellyfin - Daniel_King - 2023-07-13

I created a fresh Jellyfin Docker Container.
This time is set it directly like:

Code:
docker run -d \
--name jellyfin \
--net=host \
--volume jellyfin-config:/config \
--volume jellyfin-cache:/cache \
--mount type=bind,source=/mnt,target=/media \
--restart=unless-stopped \
jellyfin/jellyfin

And now it works.


RE: Content of mounted shared folder is not recognized by Jellyfin - Daniel_King - 2023-07-18

I still have some issues with the folder. I had set up a fresh Docker installation before, and I used the following mount setting:

--mount type=bind,source=/mnt/jelly,target=/media \

When I started Jellyfin for the first time, all was good. I could see the files when selecting the /media folder.

As I was trying and playing around with the CIFS integration, I removed the /mnt/jelly folder and re-added it. I guess this was enough to break the whole system again. Now the /media folder is empty.

I assume that this is due to the fact that it is a new folder and some permissions are missing. I'm not a Linux pro, therefore I don't know how I need to adjust the permissions, any idea on that?


RE: Content of mounted shared folder is not recognized by Jellyfin - e900542 - 2023-07-20

Not a docker person but I set jellyfin file permissions for external drives / mounts using:

sudo setfacl -m user:jellyfin:rxw /path/to/your/media/