Image-ExifTool - Re: Script to write text file content to exif as keywords

Posted on Tue May 8 11:38:06 2007 by linuxuser in response to 5071 (See the whole thread of 4)
Re: Script to write text file content to exif as keywords
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.
Direct Responses: 5085 | Write a response