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 ?

  • nobloat@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    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.