Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Cover art visibility in Cantata
#3
Hello Tim, 

Thank you for reply!
Cantata, MPDroid, etc are not players, but MPD clients. In other words remote managers for Moode.

Nevertheless, I found a solution/workaround/crutch "for the integrated moOde WebUI".
It is necessary to add following lines into /etc/nginx/nginx.conf file:

server {
.....

# Transmit cover art to MPD clients, e.g. Cantata, MPDroid
                        location /music/ {
                        root /var/lib/mpd/music;
                        rewrite /music/(.*) /$1 break;
                        try_files $uri $uri;
                }
.....

and Cantata settings for cover art retrieve will be:


http://A.B.C.D/music/   where A.B.C.D - your Moode IP address.
Reply


Messages In This Thread
Cover art visibility in Cantata - by paulinus - 10-05-2018, 07:05 PM
RE: Cover art visibility in Cantata - by paulinus - 10-06-2018, 09:15 AM

Forum Jump: