update docs with changes to status and crossfade
git-svn-id: https://svn.musicpd.org/mpd/trunk@76 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
9b1c550597
commit
542becf344
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue