[sankaku] add 'id-format' option (#5073)

This commit is contained in:
Mike Fährmann
2024-01-26 17:56:08 +01:00
parent afd20ef42c
commit 34a4ddc399
3 changed files with 30 additions and 5 deletions

View File

@@ -3009,6 +3009,19 @@ Description
restrict it to only one possible format.
extractor.sankaku.id-format
---------------------------
Type
``string``
Default
``"numeric"``
Description
Format of ``id`` metadata fields.
* ``"alphanumeric"`` or ``"alnum"``: 11-character alphanumeric IDs (``y0abGlDOr2o``)
* ``"numeric"`` or ``"legacy"``: numeric IDs (``360451``)
extractor.sankaku.refresh
-------------------------
Type