Image-ExifTool - Re: Multiple keywords

Posted on Fri Dec 21 02:33:28 2007 by exiftool in response to 6737 (See the whole thread of 10)
Re: Multiple keywords
This is too easy as well, you're going to have to do better... ;)

The -tagsFromFile option (which you are using implicitly when copying tags) supports copying from a string in which you can embed tags, like this:

exiftool "-xpkeywords<$xpkeywords, $city" FILE

Note that you must use single quotes in Unix shells, or double quotes as above in Windows. Read the -TagsFromFile section in the application documentation for more details.

- Phil
Direct Responses: 6742 | Write a response