Module Mpd.Playback
val next : Client.t -> Protocol.responsePlay next song in the playlist.
val previous : Client.t -> Protocol.responsePlay previous song in the playlist.
val stop : Client.t -> Protocol.responseStop playing.
val pause : Client.t -> bool -> Protocol.responseToggle pause/resumers playing
val play : Client.t -> int -> Protocol.responseBegin playing the playlist at song number.
val playid : Client.t -> int -> Protocol.responseBegin playing the playlist at song id.
val seek : Client.t -> int -> float -> Protocol.responseSeek to the position time of entry songpos in the playlist.
val seekid : Client.t -> int -> float -> Protocol.responseSeek to the position time of song id.
val seekcur : Client.t -> float -> Protocol.responseSeek to the position time within the current song. TODO : If prefixed by '+' or '-', then the time is relative to the current playing position