Help for this page
# start the daemon & play something ./playdaemon -i mytest play "../Music/Snow Patrol - Run.mp3" ... # we're done, kill the server ./playdaemon -i mytest exit
#!/usr/bin/perl -w # usage: playdaemon [--id uniqueid, opts] {play|pause|stop} <audiofile +> ... sub help { print "Help TODO\n"; }