Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.ml
jellyfin·Jellyfin: The Free Software Media Systembynobloat

Jellyfin not reading mounted sshfs folders

I set up jellyfin with docker and it's working fine with local files. I wanted to add some additional media files so I mounted a directory using sshfs. The directory is present with the media files and it is bound to a volume in Docker. But jellyfin doesn't add the files. It doesn't find the subdirectories or the media files. Am I doing something wrong ?

View original on lemmy.ml
7

4 replies

lemmy.world

What are the permissions on these files/folders? Maybe Jellyfin doesn't have read access?

6

I figured it out. For some reason the directories created were owned by root. I did change the ownership of the main directory but forgot that it needs to be changed for the subdirectories as well. In the add folder menu I could see the mounted directory but couldn't access the subdirectories (shows, movies). It's working fine now.

3

Seconded, its the first thing to check. I am only using local files but depending how I transfer files from other devices it seems they get different permissions assigned. I made it a regular workflow to just run chmod (linux system) over anything new I want to add.

2

Can you go into the docker container with "exec -it" and try to check if the mount point is mounted correctly and if the files are readable?

2

You reached the end

Jellyfin not reading mounted sshfs folders | Spyke