From cc143105b884bfcaa188c6e9f93babec5958ea87 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 12 Dec 2014 22:12:19 +0100 Subject: sticker/Match: add operator "EQUALS" Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. --- doc/protocol.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 2d5979a5f..e5567c91f 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -2138,6 +2138,25 @@ OK + + + + + sticker + find + TYPE + URI + NAME + = + VALUE + + + + + Searches for stickers with the given value. + + + -- cgit v1.2.3