From 5d2506e69713cd8fd6086fd574b79e9de5364a4c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Aug 2014 22:08:26 +0200 Subject: SongFilter: new filter "modified-since" --- doc/protocol.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index afeffd1ae..cff685060 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1553,7 +1553,7 @@ OK Finds songs in the db that are exactly WHAT. TYPE can - be any tag supported by MPD, or one of the three special + be any tag supported by MPD, or one of the special parameters: @@ -1578,6 +1578,14 @@ OK music directory) + + + + modified-since compares the + file's time stamp with the given value (ISO 8601 or + UNIX time stamp) + + -- cgit v1.2.3