2024-10-08, 03:34 PM
Assuming that Jellyfin runs on this same host, Jellyfin does not have permissions to read beyond /media/hd/samba/joao.
Can you confirm that Jellyfin is running on this same host?
If so, adding r-x permissions for "others" on /media/hd/samba/joao should be enough.
If that doesn't work, let me know.
Can you confirm that Jellyfin is running on this same host?
If so, adding r-x permissions for "others" on /media/hd/samba/joao should be enough.
Code:
sudo chmod o+rx /media/hd/samba/joao
If that doesn't work, let me know.