Image-ExifTool - Re: Multiple keywords

Posted on Tue Apr 17 14:35:21 2007 by exiftool in response to 4902 (See the whole thread of 10)
Re: Multiple keywords
Ah. This is the difference between a normal tag and a "list" tag. In the tag name documentation, the "list" tags are indicated by a '+' sign in the Writable column. Multiple copies of these tags can be written, and when extracting they are combined into a single comma-separated list for convenience. The XPComment tag is not one of these tags, so you must write the exact string you want returned. ie)

exiftool -xpkeywords="Phil's Exif, Tool" -keywords="Phil's Exif" -keywords="Tool" test.jpg

- Phil
Direct Responses: 6735 | Write a response