Improvements to opentimestamps enricher - make OTS file a sub-file of original media

This commit is contained in:
Patrick Robertson
2025-03-12 11:45:13 +00:00
parent 1423c10363
commit 394b8b2dd1
7 changed files with 309 additions and 347 deletions

View File

@@ -13,7 +13,7 @@
},
"filename_generator": {
"default": "static",
"help": "how to name stored files: 'random' creates a random string; 'static' uses a replicable strategy such as a hash.",
"help": "how to name stored files: 'random' creates a random string; 'static' uses a hash, with the settings of the 'hash_enricher' module (defaults to SHA256 if not enabled)",
"choices": ["random", "static"],
},
"save_to": {"default": "./local_archive", "help": "folder where to save archived content"},