2025-02-25, 05:43 AM
(2025-02-24, 01:21 PM)TheDreadPirate Wrote: Keep in mind that Jellyfin runs as a separate user. The simple fix is to add "noperm" to the mount options for your SMB share. That tells the OS to not check the permissions of the user requesting access to the SMB.
Code://192.168.1.3/library /media/library cifs credentials=/home/chris/.smbcredentials,noperm 0 0
Thank you for that! I will use it!