SongFilter: new filter "modified-since"

This commit is contained in:
Max Kellermann
2014-08-11 22:08:26 +02:00
parent 14908b7f28
commit 5d2506e697
4 changed files with 93 additions and 1 deletions

View File

@@ -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>