[pp:directory] add 'directory' post processor (#7432)

This commit is contained in:
Mike Fährmann
2025-04-27 22:05:35 +02:00
parent 7386cb78bc
commit 9b43a3677e
4 changed files with 64 additions and 0 deletions

View File

@@ -6440,6 +6440,19 @@ Description
Only compare file sizes. Do not read and compare their content.
directory.event
---------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"prepare"``
Description
The event(s) for which directory_ format strings are (re)evaluated.
See `metadata.event`_ for a list of available events.
exec.archive
------------
Type
@@ -7738,6 +7751,8 @@ Description
``compare``
| Compare versions of the same file and replace/enumerate them on mismatch
| (requires `downloader.*.part`_ = ``true`` and `extractor.*.skip`_ = ``false``)
``directory``
Reevaluate directory_ format strings
``exec``
Execute external commands
``hash``