aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-24 16:48:52 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-24 16:48:52 +0000
commitc07536beca75ad83551bf4cd792c4f590d86d28b (patch)
tree311f1bd17020f50c17aef7e538248ac131584a84 /doc
parent8a8f1f2d18a66c4498d539234b9f9e726e34ff90 (diff)
update with new commands
git-svn-id: https://svn.musicpd.org/mpd/trunk@29 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS19
1 files changed, 18 insertions, 1 deletions
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 <int seconds>
+ sets and gets crossfading between songs
+ (a value of 0 disables crossfading).
+ if _seconds_ is not specified, then the return crossfade returns:
+ crossfade: <unsigned integer >= 0>
+
+
delete <int song>
delete _song_ from playlist
@@ -55,6 +62,10 @@ listall <string directory>
lists all songs and directories in _directory_ (recursively)
_directory_ is optional
+listall <string directory>
+ same as listall command, except it also returns metadata info
+ in the same format as lsinfo
+
load <string name>
loads the playlist _name_.m3u from the playlist directory
@@ -70,6 +81,13 @@ next
pause
pause/resume playing
+password <string password>
+ this is used for authentication with the server.
+ _password_ is simply the plaintext password
+
+ping
+ does nothing but return "OK"
+
play <int song>
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.