Document new added-since filter introduced in 1615fbc

This commit is contained in:
kaliko 2023-12-17 10:00:19 +01:00
parent 8d6f503e04
commit 23b34fe142
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ of:
file's time stamp with the given value (ISO 8601 or UNIX file's time stamp with the given value (ISO 8601 or UNIX
time stamp). 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 - ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``: compares the audio
format with the given value. See :ref:`audio_output_format` for a format with the given value. See :ref:`audio_output_format` for a
detailed explanation. detailed explanation.