diff options
author | Max Kellermann <max@duempel.org> | 2014-08-11 22:08:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-11 22:38:58 +0200 |
commit | 5d2506e69713cd8fd6086fd574b79e9de5364a4c (patch) | |
tree | 0b67fa0d4c85bf72174869db802d22cf19290bbc /doc | |
parent | 14908b7f285305fe4a1e0a14f8be5751027d8164 (diff) |
SongFilter: new filter "modified-since"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 10 |
1 files changed, 9 insertions, 1 deletions
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 <para> Finds songs in the db that are exactly <varname>WHAT</varname>. <varname>TYPE</varname> 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: </para> @@ -1578,6 +1578,14 @@ OK music directory) </para> </listitem> + + <listitem> + <para> + <parameter>modified-since</parameter> compares the + file's time stamp with the given value (ISO 8601 or + UNIX time stamp) + </para> + </listitem> </itemizedlist> <para> |