2024-03-27, 10:02 PM
You have to check ALL the parent paths for an ACL.
You can also try temporarily giving the jellyfin user a shell and testing permissions.
Pretty sure that is right. Then try navigating through your media directories and "touch" a file or md5sum a file to verify read permissions, etc.
You can also try temporarily giving the jellyfin user a shell and testing permissions.
Code:
sudo su -u jellyfin -s bash
Pretty sure that is right. Then try navigating through your media directories and "touch" a file or md5sum a file to verify read permissions, etc.