Net_MPD_Common | --Net_MPD_Playback
For controlling playback aspects of MPD
bool nextSong( )
bool pause( )
bool play( [$song $song = 0])
bool playId( [$song $song = 0])
bool previousSong( )
bool random( [$on $on = false])
true repeat( [$on $on = false])
bool seek( $song $song, $time $time)
bool seekId( $song $song, $time $time)
bool setCrossfade( $sec $sec)
true setVolume( $vol $vol)
bool stop( )