Problem with music database - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Problem with music database (/showthread.php?tid=5649) |
Problem with music database - phorize - 06-22-2023 Hi. I am running 8.3.3 on a RPI 4. I have a usb sdd with an ext4 filesystem connected. The device mounts as follows: /dev/sda1 on /media/audio type ext4 (rw,nosuid,nodev,noexec,noatime,nodiratime,stripe=8191,uhelper=udisks) I can navigate the directory when I ssh in but have tried rebuilding the library-it scans for a second but no content is found and the library remains empty. Any suggestions? EDIT: Just mounted the drive as an NFS share from another pi running moode and got a permission denied message from MPD when I tried to build the library on that device. So the NFS service device can read and mount the drive but MPD doesnt have the right permissions to read it? RE: Problem with music database - Tim Curtis - 06-22-2023 MPD needs read access to the song files and read+execute access to all containing directories. RE: Problem with music database - phorize - 06-24-2023 (06-22-2023, 06:36 PM)Tim Curtis Wrote: MPD needs read access to the song files and read+execute access to all containing directories. Noted, thank you. |