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 ?

  • Maoo [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    3
    ·
    edit-2
    8 months ago

    One thing you can do to troubleshoot is to execute a shell in your docker container and try to list the files in the directory that Jellyfin is looking for. This can help you rule out typos or sshfs problems.

    This looks something like docker exec -it /bin/sh