Posts: 3
Threads: 1
Joined: Apr 2018
Reputation:
0
Hi Tim,
I tried Picard which is a great utility to fetch hi-res covert arts. Unfortunately my dlna server (minidlna on a qnap nas) only sends a dlna compliant low-resolution thumbnail (160 x 160) to moode audio. There is no way I can change this as it's hard coded and I don't have the skill to compile a patched version.
I could change function getUpnpCoverUrl() in playerlib.php to use another method (don't know yet exactly how) but this file is read only.
Is there another way I could do this, for example by creating some plug in?
Thanks.
Posts: 13,417
Threads: 304
Joined: Mar 2018
Reputation:
544
In moOde 4 series /var/www is r/w unless you manually squashed the file system which would make it r/o.
The low res cover art is part of UPnP spec and cannot be changed AFAIK. The getUpnpCoverUrl() function in playerlib.php simply calls a UPnP utility named upexplorer to fetch the cover art. That utility is part of libupnppsamples-code in the upmpdcli repository.
If you want high res cover art you would prolly need to go with placing a cover image file in the Album dir or embedding the cover art in each of the song files. Then you would use file sharing (Samba or NFS) instead of UPnP/DLNA to access your collection.
-Tim