diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-27 01:37:17 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-27 01:37:17 +0000 |
commit | 542becf344841d55ca8af717564a65151fe72309 (patch) | |
tree | 17af51c19bce07a709c1dadf4bbee09a3d8d8951 | |
parent | 9b1c5505973abffe1e3c3ab3ba7f84664fbf161f (diff) | |
download | mpd-542becf344841d55ca8af717564a65151fe72309.tar.gz mpd-542becf344841d55ca8af717564a65151fe72309.tar.xz mpd-542becf344841d55ca8af717564a65151fe72309.zip |
update docs with changes to status and crossfade
git-svn-id: https://svn.musicpd.org/mpd/trunk@76 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/COMMANDS | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index f69ea49e6..f88b3cfdc 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -37,11 +37,7 @@ 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> - + sets crossfading between songs delete <int song> delete _song_ from playlist @@ -155,6 +151,8 @@ status song: (current song playing/paused, playlist song number) time: <int elapsed>:<time total> (of current playing/paused song) bitrate: <int bitrate> (instantaneous bitrate in kbps) + xfade: <int seconds> (crossfade in seconds) + audio: <int sampleRate>:<int bits>:<int channels> error: if there is an error, returns message here stop |