# Remote Music Player Daemon

<img src="./mpd_logo.png" height="70" width="170" />

MPD simply runs in the background playing music from its playlist. Client programs communicate with the MPD to manipulate playback, the playlist, and the database.

You can use your foxG20 as a remote player of your favorite music.

## Configure MPD to work with Daisy16 audio adapter

* Install mpd
<pre class="minicom">
apt-get install mpd
</pre>

* Stop mpd daemon
<pre class="minicom">
/etc/init.d/mpd stop
</pre>

* Configure /etc/mpd.conf more info [here](http://mpd.wikia.com/wiki/Configuration), we have create an adhoc config file for you [mpd.conf](http://www.madefree.eu/download/daisy16/mpd.conf) (MD5:a52a320d5e609b0265091ee276587d39)
<pre class="minicom">
cp mpd.conf /etc/mpd.conf
</pre>

* Create database
<pre class="minicom">
mpd --create-db
</pre>


* Start mpd daemon
<pre class="minicom">
/etc/init.d/mpd start
</pre>

* Copy your favorite music
Use the scp command from PC client to copy your music into the foxg20
<pre class="minicom">
scp -r "Your Music Directory" root@FOX-IP:/var/lib/mpd/music/
</pre>

Now connect to the server with the client you want, a list [here](http://mpd.wikia.com/wiki/Clients).
Configure the client with correct IP address of the server and *mpd* as password.

<iframe width="320" height="240" src="http://www.youtube.com/embed/VHWEIl3bI9I" frameborder="0" allowfullscreen></iframe>

In this video we chose as client [MPDroid](https://market.android.com/details/com.namelessdev.mpdroid) for Android phone and [Theremin](http://theremin.sigterm.eu/) for Mac...

## Related links

* [Daisy16 more info](http://www.acmesystems.it/daisy_16_audio)
* [MPD Wiki](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki)
* [MPD Client List](http://mpd.wikia.com/wiki/Clients)

@shop='COMBO-2'
@shop='DAISY-1'
@shop='DAISY-16'
@shop='FC-19818-10P-FF'
@shop='JJ-02291-10P-F'
@shop='FC-3754-1M'
