diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 17:42:47 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 17:42:47 +0000 |
commit | c1ab52dcb9be8995ea7154d91f21a7a16d463033 (patch) | |
tree | b2dd4da7a735c7641e6640c9a6e57ba6b7bb419f /doc/COMMANDS | |
parent | fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb (diff) | |
download | mpd-c1ab52dcb9be8995ea7154d91f21a7a16d463033.tar.gz mpd-c1ab52dcb9be8995ea7154d91f21a7a16d463033.tar.xz mpd-c1ab52dcb9be8995ea7154d91f21a7a16d463033.zip |
update with new update stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@693 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/COMMANDS')
-rw-r--r-- | doc/COMMANDS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index 62dd3c5e0..979c56e47 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -172,13 +172,17 @@ swap <int song1> <int song2> swap positions of _song1_ and _song2_ increments playlist version by 1 -update +update <string path> searches mp3 directory for new music and removes old music from the db + _path_ is an optional argument that maybe a particular directory or + song/file to update. 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 + NOTE: to update a number of paths/songs at once, use command_list, + it will be much more faster/effecient volume <int change> change volume by amount _change_ |