From c07536beca75ad83551bf4cd792c4f590d86d28b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 24 Feb 2004 16:48:52 +0000 Subject: update with new commands git-svn-id: https://svn.musicpd.org/mpd/trunk@29 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/COMMANDS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/COMMANDS b/doc/COMMANDS index 61624f3b..fb345fdd 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -33,6 +33,13 @@ clearerror close close the connection with the MPD +crossfade + sets and gets crossfading between songs + (a value of 0 disables crossfading). + if _seconds_ is not specified, then the return crossfade returns: + crossfade: = 0> + + delete delete _song_ from playlist @@ -55,6 +62,10 @@ listall lists all songs and directories in _directory_ (recursively) _directory_ is optional +listall + same as listall command, except it also returns metadata info + in the same format as lsinfo + load loads the playlist _name_.m3u from the playlist directory @@ -70,6 +81,13 @@ next pause pause/resume playing +password + this is used for authentication with the server. + _password_ is simply the plaintext password + +ping + does nothing but return "OK" + play begin playing playlist at song number _song_, _song_ is optional @@ -117,7 +135,6 @@ stats uptime: daemon uptime in seconds db_update: last db update in UNIX time playtime: time length of music played - songs_played: total number of songs played status reports current status of player, and volume level. -- cgit v1.2.3