diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 11:52:29 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 11:52:29 +0000 |
commit | 3c24bf92b2ccc48f304259be845740c60b2acc4c (patch) | |
tree | 62ee26f46460ccd9d34d07b3095e487fe41ae17a /doc | |
parent | 44756f5f10717c77b14cd7e3bdade349f0969be7 (diff) | |
download | mpd-3c24bf92b2ccc48f304259be845740c60b2acc4c.tar.gz mpd-3c24bf92b2ccc48f304259be845740c60b2acc4c.tar.xz mpd-3c24bf92b2ccc48f304259be845740c60b2acc4c.zip |
update with new update stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@682 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/COMMANDS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index be429903e..62dd3c5e0 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -162,6 +162,7 @@ status bitrate: <int bitrate> (instantaneous bitrate in kbps) xfade: <int seconds> (crossfade in seconds) audio: <int sampleRate>:<int bits>:<int channels> + updatings_db: <int job id> error: if there is an error, returns message here stop @@ -173,6 +174,10 @@ swap <int song1> <int song2> update 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 volume <int change> |