Posts: 8
Threads: 1
Joined: Apr 2025
Reputation:
0
No errors in the Javascript console. Could this be an access right issue? I have strict access rights to the NFS. I have given "mpd" the rights, but if the coverart is being fetched by another uid then that could be an issue.
Posts: 8
Threads: 1
Joined: Apr 2025
Reputation:
0
NFS v4 introduced ACLs for better security. QNAP is enforcing them in their NAS. Apparently user "www-data" (due to php) needs to also access the NFS Music share. I changed the uid to 1009 (uids less than 1000 are not allowed by QNAP) and added access rights to the share and all is functioning now. Thanks for the tests on your side to confirm that the issue is on my side. I'm happy now!