2024-10-18, 10:42 PM
(This post was last modified: 2024-10-23, 02:08 PM by mjpatey. Edited 2 times in total.)
EDIT: I'm making this a new thread, as it's beyond the scope of my original question.
EDIT #2: New thread that resolved this permissions issue: https://forum.jellyfin.org/t-solved-ubun...ermissions
EDIT #2: New thread that resolved this permissions issue: https://forum.jellyfin.org/t-solved-ubun...ermissions
Quote:I've added my libraries, and everything is populating as expected. My user account is currently unable to write new files to the drive, so I need to set up the proper permissions. If I do:
Code:chmod -r 750 "/media/Media"
...will that allow both me and Jellyfin to do what we need? It looks like my Jellyfin installation did create a "jellyfin" user, per this line in /etc/passwd:
Code:jellyfin:x:122:124:Jellyfin default user,,,:/var/lib/jellyfin:/bin/false
I've never gone this deep into this sort of thing, so thanks for any insight!