Help for this page

Select Code to Download


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