this post was submitted on 09 Jun 2024
6 points (87.5% liked)

Nix / NixOS

1643 readers
1 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 3 months ago (1 children)

Hey there. LocalSend or SyncThing might be what you are looking for. Cheers.

[โ€“] [email protected] 1 points 3 months 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.