Commit c1ab52dc authored by Warren Dukes's avatar Warren Dukes

update with new update stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@693 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent fc7a264e
...@@ -172,13 +172,17 @@ swap <int song1> <int song2> ...@@ -172,13 +172,17 @@ swap <int song1> <int song2>
swap positions of _song1_ and _song2_ swap positions of _song1_ and _song2_
increments playlist version by 1 increments playlist version by 1
update update <string path>
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
_path_ is an optional argument that maybe a particular directory or
song/file to update.
returned: returned:
updating_db: <int job id> updating_db: <int job id>
where job id, is the job id requested for your update, and is displayed where job id, is the job id requested for your update, and is displayed
in status, while the requested update is happening in status, while the requested update is happening
increments playlist version by 1 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> volume <int change>
change volume by amount _change_ change volume by amount _change_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment