From 985b8b2d7159a47d1dd1d3604d6b8f6edc94d2e7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Sep 2009 19:54:15 +0200 Subject: doc/protocol: clarify "update" The update job id is positive. When used in a command list, MPD prints one job id for each "update" command. --- doc/protocol.xml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'doc/protocol.xml') diff --git a/doc/protocol.xml b/doc/protocol.xml index 5418ea8f..2bc7d55a 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1210,29 +1210,24 @@ OK update - URI + URI - Updates the music database. + Updates the music database: find new files, remove + deleted files, update modified files. URI is a particular directory or - song/file to update. + song/file to update. If you do not specify it, + everything is updated. Prints "updating_db: JOBID" where - JOBID is the job id requested for - your update, and is displayed in status, while the - requested update is happening. - - - 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 - update job id will be returned per - sequence of updates. + JOBID is a positive number + identifying the update job. You can read the current + job id in the status response. -- cgit v1.2.3