From 2aee1b86f364dfc9d897939081eb4f0403f9a729 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Oct 2013 18:54:34 +0100 Subject: SongFilter: add special keyword "base" Restores the features from the previous draft commands "findin" / "searchin". --- doc/protocol.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 234db46db..2068b6925 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1483,9 +1483,13 @@ OK Finds songs in the db that are exactly WHAT. TYPE can - be any tag supported by MPD, or one of the two special + be any tag supported by MPD, or one of the three special parameters — file to search by - full path (relative to database root), and + + full path (relative to the music directory), + in 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. -- cgit v1.2.3