diff options
Diffstat (limited to 'doc/protocol.xml')
-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> |