From 14908b7f285305fe4a1e0a14f8be5751027d8164 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Aug 2014 22:38:53 +0200 Subject: [PATCH] doc/protocol: reformat the "find" types --- doc/protocol.xml | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index cec92e180..afeffd1ae 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1554,14 +1554,34 @@ OK Finds songs in the db that are exactly WHAT. TYPE can be any tag supported by MPD, or one of the three special - parameters — file to search by + parameters: + - full path (relative to the music directory), - base to restrict the search to - songs in the given directory (also relative to the music - directory) and - any to match against all - available tags. WHAT is what to find. + + + + any checks all tag values + + + + + + file checks the full path + (relative to the music directory) + + + + + + base restricts the search to + songs in the given directory (also relative to the + music directory) + + + + + + WHAT is what to find.