enable 'metadata-url/-path/-parent/-extractor]' by default

assign values to "private" keys to not have them appear in the
standard JSON output, while still making it easier to access them
This commit is contained in:
Mike Fährmann
2026-02-03 19:20:42 +01:00
parent f0f9575406
commit 2cbd9740f2
3 changed files with 28 additions and 11 deletions

View File

@@ -71,11 +71,11 @@
"path-convert" : null,
"path-extended": true,
"metadata-extractor": null,
"metadata-extractor": "_extr",
"metadata-parent" : "_parent",
"metadata-path" : "_path",
"metadata-url" : "_url",
"metadata-http" : null,
"metadata-parent" : null,
"metadata-path" : null,
"metadata-url" : null,
"metadata-version" : null,
"sleep" : 0,