diff options
author | Max Kellermann <max@duempel.org> | 2009-09-10 23:18:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-10 23:18:43 +0200 |
commit | fdc479676f7f39d33287111900f0862ddb7797af (patch) | |
tree | 9b77638e323b14e8b5cba3fd002ac2d7c580e06a /doc/protocol.xml | |
parent | 4cdf62000c2d5403f0dc5a5078719c2d63d268c7 (diff) | |
parent | 985b8b2d7159a47d1dd1d3604d6b8f6edc94d2e7 (diff) | |
download | mpd-fdc479676f7f39d33287111900f0862ddb7797af.tar.gz mpd-fdc479676f7f39d33287111900f0862ddb7797af.tar.xz mpd-fdc479676f7f39d33287111900f0862ddb7797af.zip |
Merge branch 'v0.15.x'
Conflicts:
NEWS
configure.ac
doc/mpdconf.example
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 30f8792c8..922d27676 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1224,29 +1224,24 @@ OK <term> <cmdsynopsis> <command>update</command> - <arg><replaceable>URI</replaceable></arg> + <arg choice="opt"><replaceable>URI</replaceable></arg> </cmdsynopsis> </term> <listitem> <para> - Updates the music database. + Updates the music database: find new files, remove + deleted files, update modified files. </para> <para> <varname>URI</varname> is a particular directory or - song/file to update. + song/file to update. If you do not specify it, + everything is updated. </para> <para> Prints "updating_db: JOBID" where - <varname>JOBID</varname> is the job id requested for - your update, and is displayed in status, while the - requested update is happening. - </para> - <para> - To update a number of paths/songs at once, use - command_list, it will be much more faster/efficient. - Also, if you use a command_list for updating, only one - <command>update</command> job id will be returned per - sequence of updates. + <varname>JOBID</varname> is a positive number + identifying the update job. You can read the current + job id in the <command>status</command> response. </para> </listitem> </varlistentry> |