RaspyFi - Topic: How to make RaspyFi an Album / Cover Art web server (instructions here) http://www.raspyfi.com/forum/raspyfi-install-and-troubleshooting/how-to-make-raspyfi-an-album-cover-art-web-server-instructions-here/ Simple:Press Version 5.2.6 Rowar on How to make RaspyFi an Album / Cover Art web server (instructions here) http://www.raspyfi.com/forum/raspyfi-install-and-troubleshooting/how-to-make-raspyfi-an-album-cover-art-web-server-instructions-here/#p1903 RaspyFi install and troubleshooting http://www.raspyfi.com/forum/raspyfi-install-and-troubleshooting/how-to-make-raspyfi-an-album-cover-art-web-server-instructions-here/#p1903 Or you use the built in Webserver: http://www.raspyfi.com/forum/r.....y-1/#p1656

]]>
Thu, 21 Nov 2013 15:08:53 +0100
TobySnooker on How to make RaspyFi an Album / Cover Art web server (instructions here) http://www.raspyfi.com/forum/raspyfi-install-and-troubleshooting/how-to-make-raspyfi-an-album-cover-art-web-server-instructions-here/#p1816 RaspyFi install and troubleshooting http://www.raspyfi.com/forum/raspyfi-install-and-troubleshooting/how-to-make-raspyfi-an-album-cover-art-web-server-instructions-here/#p1816 Mpad can retrieve album cover art from a web server. The most convenient way of doing this is to have the RaspyFi host act as a web server, so RaspyFi server the album art to Mpad. This assumes that in every album directory that contains MP3s or FLACs you have a "Folder.jpg" file containing the album artwork. This method survives reboots.

I use PuTTY to connect to my RaspyFi, so the first thing is to connect and log in, then do the following:

sudo apt-get update --fix-missing
sudo apt-get install lighttpd
(will fail to start as the RaspyFi web server is already listening on port 80)
sudo nano /etc/lighttpd/lighttpd.conf
server.document-root = "/mnt"
server.port = 8080
add this: server.dir-listing = "enable"
Ctrl-X to exit, Y to save, enter to commit.

Go to mpad on your ipad and change the settings.
Fetch local cover art --> On
Fetch from Amazon --> Off
Fetch from Discogs --> Off

Configure the active RaspyFi server in Mpad:
Local Cover Art:
URL --> http://192.168.1.29:8080 (change the IP to be that of your RaspyFi)
Cover filename --> folder.jpg (this is case sensitive. Mpad will look for this filename in each of the folders on your music server)
Click on Save and you're done.

To test it browse for any album in Mpad and click on "Cover Wizard". You should see your covers being retrieved from the local store. A bonus of this is that you can also browse your entire music collection from a web browser on your computer. just point your browser at http://your.ip.address.here:8080

I hope someone finds this useful.

]]>
Fri, 15 Nov 2013 11:38:16 +0100