Image-ExifTool - xmp:subject -how to distinguish separate keywords?

Posted on Sun Dec 23 11:15:32 2007 by bogdan
xmp:subject -how to distinguish separate keywords?
Hi,
Assume, inside xmp:subject, we have following keywords:

"one"
"two, three" -such "mistakes" happen
"four"

If I use:
exiftool -xmp:subject image.jpg
-I get/see:
Subject: one, two, three, four

And attempt to delete:
exiftool -xmp:subject-="two" image.jpg
-will, of course, fail (without "obvious" reason).

I guess, you get the point: How can I tell, "two, three" is a single keyword? Is there a possibility I can force exiftool to use another keyword delimiter -so I could get (for example):
Subject: one; two, three; four

Greetings,
Bogdan
Direct Responses: 6752 | Write a response