10-21-2018, 12:17 AM
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
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