aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-11 22:08:26 +0200
committerMax Kellermann <max@duempel.org>2014-08-11 22:38:58 +0200
commit5d2506e69713cd8fd6086fd574b79e9de5364a4c (patch)
tree0b67fa0d4c85bf72174869db802d22cf19290bbc /doc/protocol.xml
parent14908b7f285305fe4a1e0a14f8be5751027d8164 (diff)
downloadmpd-5d2506e69713cd8fd6086fd574b79e9de5364a4c.tar.gz
mpd-5d2506e69713cd8fd6086fd574b79e9de5364a4c.tar.xz
mpd-5d2506e69713cd8fd6086fd574b79e9de5364a4c.zip
SongFilter: new filter "modified-since"
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml10
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>