Jellyfin library empty on Synology NAS - 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: Jellyfin library empty on Synology NAS (/t-jellyfin-library-empty-on-synology-nas) Pages:
1
2
|
RE: Jellyfin library empty on Synology NAS - Efficient_Good_5784 - 2024-02-14 Ok, so I think I understand what's going on now. You most likely have a shared folder on volume1 named "Media". You now have a shared folder on volume2 named "Media". This is what's giving you an error. The GUI that Synology made where you add shared folders doesn't display which folders reside in which volume, so it's a guessing game. I would try renaming either of the shared folders so that both are not "Media". Go to the control panel and edit the name of one of these shared folders. If you rename the "Media" folder in volume2, just select that new shared folder name in the container manager setup. RE: Jellyfin library empty on Synology NAS - aptmx - 2024-02-15 (2024-02-14, 10:41 PM)Efficient_Good_5784 Wrote: I tried googling how Synology handles showing you multiple volumes and the best I found is this: https://www.reddit.com/r/synology/comments/3yk3jg/comment/cyf41tt/ So as a test, I tried copying oner movie file into /Movies (which is on Vol 1) and added that path to the container to allow access. I made sure permissions had SYSTEM R/W to that folder. I then went on Jellyfin and added that library using that path and same issue! Completely empty and blank. I am at a complete loss here.. It just can not access any folder regardless of location..... (2024-02-14, 10:51 PM)Efficient_Good_5784 Wrote: Ok, so I think I understand what's going on now. The Media share on exists on Vol 2. I do not have anything with that name on Vol 1. I do have a share called Movies which I tried as a test and that did not even work. (my previous post). Frustrating but I do appreciate your help in trying to figure this out! RE: Jellyfin library empty on Synology NAS - aptmx - 2024-02-15 So I tried this way of installing Jellyfin : https://nascompares.com/guide/easy-way-to-install-jellyin-on-a-synology-nas-2023/ This way worked perfectly. This was through Synocommunity. I am not sure if this is considered more "risky" that using docker? This saw everything though once I set the permission as described. Working as it should now! RE: Jellyfin library empty on Synology NAS - Cyphersphere - 2024-07-14 I had the same exact problem using NFS. Perms were fine and nothing I did would allow Jellyfin to see the media. What worked for me was simply using cifs instead of nfs. I just added a line like this to my /etc/fstab: //xxx.xxx.xxx.xxx/Video /media/video cifs username=xxx,password=xxx 0 0 |