Module Mpd.Playback_lwt
val next : Client_lwt.t -> Protocol.response Lwt.tPlay next song in the playlist.
val previous : Client_lwt.t -> Protocol.response Lwt.tPlay previous song in the playlist.
val stop : Client_lwt.t -> Protocol.response Lwt.tStop playing.
val pause : Client_lwt.t -> bool -> Protocol.response Lwt.tToggle pause/resumers playing
val play : Client_lwt.t -> int -> Protocol.response Lwt.tBegin playing the playlist at song number.
val playid : Client_lwt.t -> int -> Protocol.response Lwt.tBegin playing the playlist at song id.
val seek : Client_lwt.t -> int -> float -> Protocol.response Lwt.tSeek to the position time of entry songpos in the playlist.
val seekid : Client_lwt.t -> int -> float -> Protocol.response Lwt.tSeek to the position time of song id.
val seekcur : Client_lwt.t -> float -> Protocol.response Lwt.tSeek to the position time within the current song. TODO : If prefixed by '+' or '-', then the time is relative to the current playing position