Changes

MPD Daemon

292 bytes added, 00:43, 1 August 2013
* Nice GTK client
* http://gmpclient.org/
 
== How to upload new music the easy was? ==
 
<pre>
#!/bin/bash -e
 
lftp -e "mirror -L -R \"$1\" /incoming/music/; quit" fixme:fixme@ftp.fixme.ch
 
ssh -t -p 1337 foo.fixme.ch "sudo python /home/mpd-wsgi/app/update_music.py"
ssh -t -p 1337 foo.fixme.ch "mpc update"
</pre>
== Participant ==
* [[User:Freestorm]]
* [[User:Gcmalloc]]
* [[User:Francois]]
512
edits