* 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]]