![]() |
moOde doesn't see files on NAS, but linux does - 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: moOde doesn't see files on NAS, but linux does (/showthread.php?tid=902) Pages:
1
2
|
RE: moOde doesn't see files on NAS, but linux does - Tim Curtis - 01-15-2019 The user configuration in moOde has nothing to do with the permission issues in the MPD log. In fact if you alter the user config in moOde it will probably cause breakage and side effects. Those errors occur when MPD is not able to access the music directories and files because they are not set with the correct permissions. MPD needs to see at least read permission on the music files and read+execute permission on all music directories (and all of their parent directories). Typically on the NAS you want to grant "Full access" to "Everyone" to the Share and then using some screen on the NAS (I have no idea how QNAP handles this) verify or set the file and directory permissions. When the NAS is configured correctly you will see something like below when listing it's dirs from the Pi. The permissions mask is formatted as 9 bits representing Read, Write, Execute for user|group|other. In Linux "other" means "everyone". All music directories must have at least read+execute assigned to "other" to allow MPD to access them. The line shows read and execute (marked in red) assigned to "other" for the directory "Alison Krauss". You might also see drwxrwxrwx. drwxr-xr-x 2 root root 32768 Dec 18 11:59 Alison Krauss RE: moOde doesn't see files on NAS, but linux does - CallMeMike - 01-16-2019 (01-15-2019, 11:38 PM)TheOldPresbyope Wrote: I guess I don't understand the question. I have an old TS-112 for back-up duties and there was no need for extra configuration in DHCP-assigned IP address... Moode 'sees' and plays the music files without problems. RE: moOde doesn't see files on NAS, but linux does - lukas12p - 01-16-2019 Thanks for Your help, it works All time I was connecting to it via NFS and permissions on mounted folders were drwxrwx--- 2 root root Now I have tried Samba and permissions are the same as above, but I logged as user pi (who is added on NAS) and it works |