2025-04-17, 11:30 PM
(This post was last modified: 2025-04-17, 11:43 PM by J_Net Reloaded. Edited 5 times in total.)
There was an error adding the media path. Please ensure the path is valid and Jellyfin has access to that location.
the folders are on an ext usb and im mounting them to /mnt/points and added ownership and permissions still it gives error There was an error adding the media path. Please ensure the path is valid and Jellyfin has access to that location.
I solved this before left a forum post about it for future resolving this issue and cant find it so i cant remember how i fixed it last time!
Iv tried
sudo chmod 755 /media/jay/59D1-02E4/Vids/Films
sudo ln -s /media/jay/59D1-02E4/Vids/Films /mnt/Movies
sudo chmod 755 /mnt
sudo chown -R jellyfin:jellyfin /media/jay/59D1-02E4/Vids
sudo -u jellyfin ls /mnt/Movies
ls: cannot access '/mnt/Movies': Permission denied
I added it to root group and It now has access
sudo usermod -aG root jellyfin
the folders are on an ext usb and im mounting them to /mnt/points and added ownership and permissions still it gives error There was an error adding the media path. Please ensure the path is valid and Jellyfin has access to that location.
I solved this before left a forum post about it for future resolving this issue and cant find it so i cant remember how i fixed it last time!
Iv tried
sudo chmod 755 /media/jay/59D1-02E4/Vids/Films
sudo ln -s /media/jay/59D1-02E4/Vids/Films /mnt/Movies
sudo chmod 755 /mnt
sudo chown -R jellyfin:jellyfin /media/jay/59D1-02E4/Vids
sudo -u jellyfin ls /mnt/Movies
ls: cannot access '/mnt/Movies': Permission denied
I added it to root group and It now has access
sudo usermod -aG root jellyfin