update with new update stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@682 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
44756f5f10
commit
3c24bf92b2
|
@ -162,6 +162,7 @@ status
|
||||||
bitrate: <int bitrate> (instantaneous bitrate in kbps)
|
bitrate: <int bitrate> (instantaneous bitrate in kbps)
|
||||||
xfade: <int seconds> (crossfade in seconds)
|
xfade: <int seconds> (crossfade in seconds)
|
||||||
audio: <int sampleRate>:<int bits>:<int channels>
|
audio: <int sampleRate>:<int bits>:<int channels>
|
||||||
|
updatings_db: <int job id>
|
||||||
error: if there is an error, returns message here
|
error: if there is an error, returns message here
|
||||||
|
|
||||||
stop
|
stop
|
||||||
|
@ -173,6 +174,10 @@ swap <int song1> <int song2>
|
||||||
|
|
||||||
update
|
update
|
||||||
searches mp3 directory for new music and removes old music from the db
|
searches mp3 directory for new music and removes old music from the db
|
||||||
|
returned:
|
||||||
|
updating_db: <int job id>
|
||||||
|
where job id, is the job id requested for your update, and is displayed
|
||||||
|
in status, while the requested update is happening
|
||||||
increments playlist version by 1
|
increments playlist version by 1
|
||||||
|
|
||||||
volume <int change>
|
volume <int change>
|
||||||
|
|
Loading…
Reference in New Issue