|
You didn't tell which script you like to use. I discussed this not so long ago for the bash. I write the keywords in a text-file, each line a key (can contain more words) and then import this file to the keywords with exiftool -q -q -overwrite_original -@ "$KEYWORDARGSTXT" "$Image" . The advantage is, that you can create the keys (textfile) as it is possible, by script or manually.
|