I will use mpdroid to control volumio and i know it cas use webserver to display local covers.
I try to install lighttpd but of course port 80 is already in use.
If 80 is in use and according to the fact volumio have a webGui, there is already a webserver running.
omg, thank you so much for this link.
worked in seconds. Now mpdroid is really nice-looking.
Automatic downloaded Internetcovers were crappy and wrong most times.
Thanks.
Tip: Be sure to check the box “use large cover art tiles… [experimental]” for HighRes Covers in mpdroid.
I inserted 1000px*1000px Covers to my folders and on Galaxy S4 with FullHD display it looks just amazing!
Let me start by saying that I am admittedly somewhat of a noob on linux… I was wondering if anyone else has had issues with setting up this web server in nginx? I am able to execute the first command above, but can still not get access to the server, either in mpod or a browser. When I try to access in a browser (volumio.local/covers), I get a “403 Forbidden nginx/1.2.1” message. Something to do with permissions possibly, I don’t know?
I use Mpad and Mpdroid on my phone to control Volumio (installed on a Raspberry Pi) but i can’t read the local cover.
I tried to follow what i read on the forum but it doesn’t work.
I tried to do this :
SSH to Volumio:
ln -s /var/lib/mpd/music /var/www/covers
And i get the answer : "failed to create symboliuc link /var/www/covers : Permission denied.
In Mpad or my configuration is :
Local cover : [IPVolumio]/music
And my music is under Genre/Artist/Album with a folder.jpg in each albuml folder. Of course i indicate to Mpad or Mpdroid to find “folder.jpg”.
My music si stored on a NAS connected to my Raspberry.
Could someone give me the procedure to use the local cover with this configuration ?
Hi
I got the same problem. When SSH: ln -s /var/lib/mpd/music /var/www/Music
I got the answer: failed to create symbolic link `/var/www/Music’: Permision denied
Need som advice
Edit: Find an advice
Do this:
sudo chmod -R 777 /var/www/
then
ln -s /var/lib/mpd/music /var/www/Music
The allow line should reflect your subnet, so if you are setup with a network with a gateway of 192.168.1.1 that line should be
allow 192.168.1.0/24;
If you want to make the change to the configuration file and test then make the change and then restart nginx with
nginx -s reload
You do not have to
chmod 777 /var/www
or create the link with
ln -s /var/lib/mpd/music /var/www/covers
If everything works you then have to copy you /etc/nginx/nginx.conf file to /var/www/_OS_SETTINGS/etc/nginx so that it gets picked up on the next reboot.
Hello all,
hope you all go a god start to 2015.
I also have the problem that mpdroid does not show cover art. I have Volumio 1.5 on my Udoo quad and tried every single line as described in these posts. My musik is stored on an external hdd, my directory is: Musik/Artists/Albums.
Inside the album folder there is the cover art “folder.jpg” stored.
Hope to get some advice what else to try…
Thanks in advance, Thomas.
Resurrecting this old thread. I have recently updated to volumio 2.x version. There is no www folder. So not sure what I should do now. Has anyone tried to figure this out for Volumio 2.x?
I just found out that Mpdroid and Volumio2 just works! In Mpdroid, “Download local cover art” is ticked, and “Path to music” is “cover-art”, “Cover filename” is “cover.jpg”. tcpdump on the Android device reveals:
GET /cover-art/NAS/music/Terakaft/Terakaft%20-%20Aratan%20N%20Azawad%20%5B2011%5D/co
ver.jpg HTTP/1.1
(I didn’t find any http logs on the Volumio2 device, and no tcpdump in the repos (!) )