From 6edc8341430298bbddda07c44df3ff5a532fffeb Mon Sep 17 00:00:00 2001 From: kaliko Date: Wed, 21 Mar 2018 15:43:14 +0100 Subject: [PATCH] doc/protocol.xml: clarify how find behaves with albumartist --- doc/protocol.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index 77c767847..020f615fa 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1657,7 +1657,10 @@ OK Finds songs in the db that are exactly - WHAT. TYPE can + WHAT. + + + TYPE can be any tag supported by MPD, or one of the special parameters: @@ -1691,6 +1694,14 @@ OK UNIX time stamp) + + + + albumartist looks for + WHAT in AlbumArtist and falls back to + Artist tags if AlbumArtist does not exist. + +