![]() |
SOLVED: Problems with the library - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Problems with the library (/t-solved-problems-with-the-library) |
Problems with the library - Zraner - 2025-03-30 Hello, I am trying to set up a private Jellyfin server, coming from Plex. I want to use my old Raspberry Pi to create the server, just as I did with Plex, and I have managed to do so without problems until I reached the point of adding libraries. The problem I have is that I have not been able to add the hard drive that I have connected via USB to the Raspberry Pi. In Plex, I used the path /media/pi/Peliculas/Peliculas, but from Jellyfin I can only find the path /media/pi. I tried granting permissions with these two commands: find /media/pi/Peliculas -type d -exec chmod 755 {} \; find /media/pi/Peliculas -type f -exec chmod 644 {} \; And it still doesn’t work. I’d like to see if anyone here can help me, as this is the only step left to finish my configuration. I would like to add the path /media/pi/Peliculas/Peliculas to the movies library, and the path /media/pi/Peliculas/Series to the series library. I managed to fix it; I had to force unmount and remount, and since then everything has been fine! |