07-24-2019, 02:24 AM
(07-24-2019, 02:00 AM)Tim Curtis Wrote: Just posting "it doesn't work" is not helpful, although the fact that there are no issues when using USB stick would suggest some sort of configuration or compatibility issue between moOde and your NAS.
Maybe try examining some logs for indications of what might be happening.
Reboot then:
cat /var/log/moode.log
Re-Gen MPD database then:
cat /var/log/mpd/log
Yes, I have been regenerating, deleting the mount and using an ip address, trying nfs rather than samba and looking at those logs. with nfs I don't get covers at all.
It seems to me that there must be some difference in what permissions are needed by the audio playing routines and the cover display routines. Though I can't say what exactly. It seems to me that if the file can be accessed to be played it can be accessed
to see if there is an embedded cover.
I use tail -f /var/log/moode.log
and tail-f /var/log/mpd/log
20190723 211359 enhanceMetadata(): coverurl: (/coverart.php/NAS%2FMusic%2FWFMU%2Ftx181018.mp3)
20190723 211359 enhanceMetadata(): Song file
20190723 211359 engine-mpd: Metadata returned to client: Size=(31)
20190723 211359 engine-mpd: Get initial status
20190723 211359 engine-mpd: UI state=(play), MPD state=(play)
20190723 211359 engine-mpd: Wait for idle timeout
20190723 211400 engine-mpd: Get initial status
20190723 211400 engine-mpd: UI state=(play), MPD state=(play)
20190723 211400 engine-mpd: Wait for idle timeout
file plays and displays cover (which is embedded) in album view but in player view shows the place holder image
Thanks