--write-tags: instead of filename.png.txt only filename.txt #6398
-
hey,
seems like it should be an easy fix but i think of anything. i didnt manage to find how to configure the filename output of the --write-tags option. maybe you need something else. an alternative could be to automatically rename all the file.png.txt files and somehow remove the .png part in it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Add the following to your config file and use "postprocessor": {
"tags": {
"name": "metadata",
"mode": "tags",
"extension-format": "txt"
}
} |
Beta Was this translation helpful? Give feedback.
Add the following to your config file and use
-P tags
instead of--write-tags
.Put it either before the
"extractor"
block (and add a comma) or before"netrc"
at the very end.