2024-01-17, 04:39 PM
(This post was last modified: 2024-01-17, 04:40 PM by tmsrxzar. Edited 1 time in total.)
jellyfin needs to be either the owner of the files or part of the owning group
add jellyfin to group 'andrew'
usermod -a -G andrew jellyfin
or change the owner of the files
chown -R jellyfin:(jellyfins group) files/
you may also need allow_other in your mount, you didn't note how you are mounting though
add jellyfin to group 'andrew'
usermod -a -G andrew jellyfin
or change the owner of the files
chown -R jellyfin:(jellyfins group) files/
you may also need allow_other in your mount, you didn't note how you are mounting though