From d47f37f23a9b674787b55e29e29b0ce236e57e2a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 6 Jul 2018 21:25:00 +0200 Subject: [PATCH] doc/protocol.xml: add command hyperlinks --- doc/protocol.xml | 63 ++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 23 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index a66953e94..bb99cadd1 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -324,8 +324,9 @@ - database: the song database - has been modified after update. + database: the song + database has been modified after update. @@ -408,7 +409,9 @@ not in "idle" mode; no events gets lost while the client is doing something else with the connection. If an event had already occurred since the last call, the new - idle command will return immediately. + idle + command will return immediately. @@ -835,8 +838,9 @@ - volume is deprecated, use - setvol instead. + volume is deprecated, use setvol + instead. @@ -1121,7 +1125,8 @@ OK - Do not use this, instead use playlistinfo. + Do not use this, instead use playlistinfo. @@ -1743,8 +1748,9 @@ OK Finds songs in the db that are exactly - WHAT and adds them to current playlist. - Parameters have the same meaning as for find. + WHAT and adds them to current + playlist. Parameters have the same meaning as for find. @@ -1816,9 +1822,11 @@ OK - Same as listall, except it also - returns metadata info in the same format as - lsinfo. + Same as listall, + except it also returns metadata info in the same format + as lsinfo Do not use this command. Do not manage a client-side @@ -1927,9 +1935,10 @@ OK Searches for any song that contains - WHAT. Parameters have the same meaning - as for find, except that search is not - case sensitive. + WHAT. Parameters have the same + meaning as for find, + except that search is not case sensitive. @@ -1948,7 +1957,8 @@ OK in tag TYPE and adds them to current playlist. - Parameters have the same meaning as for find, + Parameters have the same meaning as for find, except that search is not case sensitive. @@ -1973,7 +1983,8 @@ OK If a playlist by that name doesn't exist it is created. - Parameters have the same meaning as for find, + Parameters have the same meaning as for find, except that search is not case sensitive. @@ -1999,7 +2010,9 @@ OK Prints "updating_db: JOBID" where JOBID is a positive number identifying the update job. You can read the current - job id in the status response. + job id in the status + response. @@ -2012,8 +2025,9 @@ OK - Same as update, but also rescans - unmodified files. + Same as update, + but also rescans unmodified files. @@ -2579,7 +2593,9 @@ OK Set a runtime attribute. These are specific to the output plugin, and supported values are usually printed - in the outputs response. + in the outputs + response. @@ -2703,9 +2719,10 @@ suffix: mpc Each time a client subscribes or unsubscribes, the global idle event subscription is generated. In - conjunction with the channels command, this - may be used to auto-detect clients providing additional - services. + conjunction with the channels + command, this may be used to auto-detect clients providing + additional services.