I download and store music in my home folder for my desktop user, but also would like to share it with my jellyfin server, but obviously I cannot select a folder from my home folder as a library folder.

Is there any simple and clean way to make this folder available on a server?

  • NationProtons@sh.itjust.worksOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    24 days ago

    I’m already using LocalSend and Syncthing to transfer files between devices (they work great!) But this was more meant as a question how to share files between the jellyfin user and my own local user on the same device. I want to avoid copying the files with syncthing or rsync.

    I suppose the best option is to make a new folder somewhere on my computer and set the ownership to a user group. Then put my local user and the jellyfin user in that group so they can both access this folder.

    And possibly symlink the folder to my home folder for easy access.

    But I feel like I’m making it more complicated than it could be.