From 23b34fe142a1b585d2a7ac22241206b573591212 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 17 Dec 2023 10:00:19 +0100 Subject: [PATCH] Document new added-since filter introduced in 1615fbc --- doc/protocol.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/protocol.rst b/doc/protocol.rst index 4f9db1810..35d312696 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -214,6 +214,9 @@ of: file's time stamp with the given value (ISO 8601 or UNIX time stamp). +- ``(added-since 'VALUE')``: compares time stamp when the file was added with + the given value (ISO 8601 or UNIX time stamp). + - ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``: compares the audio format with the given value. See :ref:`audio_output_format` for a detailed explanation.