Jellyfin Forum
SOLVED: Jellyfin permissions - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: SOLVED: Jellyfin permissions (/t-solved-jellyfin-permissions)



Jellyfin permissions - acuz3r - 2024-04-05

Hello,

I have a jellyfin server (10.8.13) running on an Ubuntu server (22.04.4 LTS)

I have set my media files in /media/stuff/movies and media/stuff/shows/ and gave the paths to jellyfin for both libraries. The only problem is that everytime I add new content, I have to run this command for example :
Code:
chmod -R 775 /media/stuff/movies
or else jellyfin won't be able to read the file (although the content is showing up in the app). 

Am I missing something here ? Any help is appreciated.

Thanks !


RE: Jellyfin permissions - TheDreadPirate - 2024-04-05

That is normal. If another user creates a file/folder it will set the permissions appropriate for that user. New files/folders do not inherit permissions from the folders they are in. If there is a way to make Linux have new files/folders inherit permissions, I have yet to find it.

Looks like there is a way. For what you want, I think you just have to use the sticky bit for group permissions.

https://unix.stackexchange.com/questions/115631/getting-new-files-to-inherit-group-permissions-on-linux

Also, I didn't mean to mark this as a solution, but I can't undo it. DOH!


RE: Jellyfin permissions - acuz3r - 2024-04-06

Ill give it a try, thanks !


RE: Jellyfin permissions - stephany - 2024-10-11

(2024-04-06, 01:41 PM)acuz3r Wrote: Ill give it a try, thanks !

Did you ever find a solution for this? I am having exact same issue by using another user and uploading over SCP.


RE: Jellyfin permissions - Duvel - 2024-10-11

This is one of the dozen reasons why Radarr and Sonarr are helpful to manage your media library. They apply correct chown and chmod when they move files.


RE: Jellyfin permissions - stephany - 2024-10-12

(2024-10-11, 10:38 PM)Duvel Wrote: This is one of the dozen reasons why Radarr and Sonarr are helpful to manage your media library. They apply correct chown and chmod when they move files.

Thanks for patching in!
Index-pointing-up I would be open to this but I don't want anything to do with the download features, I only want the file naming sorting function. Which one would be the best match then?


RE: Jellyfin permissions - TheDreadPirate - 2024-10-13

I don't use either, but everyone I've suggested Tiny Media Manager to have loved it.