2024-02-14, 03:19 PM
New to Jellyfin, and tried setting it up on Synology NAS using Docker. I followed this guide: https://mariushosting.com/how-to-install...ology-nas/
I made sure my GID and UID were correct. The NAS has two volumes (docker folder is on Vol 1 and media library is on Vol 2). I created the correct folders in the docker folder (on vol 1). My Media folder (on vol 2) contains about 6 various folders of movies and tv shows (comedies, tv shows, action, etc.)
This was the script I used:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/configconfig \
-v /volume1/docker/jellyfin/cachecache \
-v /volume2/Mediamedia \
--user 1026:100 \
--net=host \
--restart always \
jellyfin/jellyfin
When trying to add my library, I see /media but the library is empty after I select it. I also don't see how to add more libraries based on the folders I have within my media folder. I had read giving it access to the /volume2/Media folder should allow access to the main 6 folders within that. I also made sure that the media folder had SYSYTEM read/write permissions as mentioned towards the bottom of the article so that docker has access to that folder. Any idea why Jellyfin will show empty libraries still? I am at a loss. Thanks
I made sure my GID and UID were correct. The NAS has two volumes (docker folder is on Vol 1 and media library is on Vol 2). I created the correct folders in the docker folder (on vol 1). My Media folder (on vol 2) contains about 6 various folders of movies and tv shows (comedies, tv shows, action, etc.)
This was the script I used:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/configconfig \
-v /volume1/docker/jellyfin/cachecache \
-v /volume2/Mediamedia \
--user 1026:100 \
--net=host \
--restart always \
jellyfin/jellyfin
When trying to add my library, I see /media but the library is empty after I select it. I also don't see how to add more libraries based on the folders I have within my media folder. I had read giving it access to the /volume2/Media folder should allow access to the main 6 folders within that. I also made sure that the media folder had SYSYTEM read/write permissions as mentioned towards the bottom of the article so that docker has access to that folder. Any idea why Jellyfin will show empty libraries still? I am at a loss. Thanks