libmpd-0.9.2.0: An MPD client library.
Copyright(c) Joachim Fasting 2012
LicenseMIT
Maintainerjoachifm@fastmail.fm
Stabilitystable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.MPD.Applicative.Status

Description

Querying MPD's status.

Synopsis

Documentation

clearError :: Command () #

Clear current error message in status.

currentSong :: Command (Maybe Song) #

Song metadata for currently playing song, if any.

idle :: [Subsystem] -> Command [Subsystem] #

Wait until there is noteworthy change in one or more of MPD's subsystems. When active, only noidle commands are allowed.

noidle :: Command () #

Cancel an idle request.

status :: Command Status #

Get the current status of the player.

stats :: Command Stats #

Get database statistics.