Changes

Jump to: navigation, search

MPD Daemon

112 bytes added, 20:36, 4 June 2014
/* How to upload new music the easy way? */
== How to upload new music the easy way? ==
* Copy the following code to a script file upload_foo.sh
<pre>
#!/bin/bash -e
ssh -t -p 1337 foo.fixme.ch "mpc update"
</pre>
* Usage:
chmod +x upload_foo.sh
./upload_foo.sh MyDir
== Participant ==
ControlGroup, administrator
4,235
edits