[Originally posted by exiftool on 2009-12-16 14:48:07-08]Hi Pedro,
It looks to me as if the extra quotes are coming from your
applescript, so I can't help much with this. But another problem
is that you are writing all of the keywords together instead of
separately. The exiftool command line should look like this to
assign keywords properly:
exiftool -keywords=green -keywords=blue FILE
which should be easier from the point of view of quotes
since they aren't necessary on the command line when the
values don't contain spaces or other special characters.
One more point is that you should probably write XMP:Subject
instead of IPTC:Keywords if you want compatibility with the
Adobe products.
- Phil
[Originally posted by exiftool on 2009-12-16 14:52:19-08]Also, you can read
FAQ
number 17 for some information on this subject.
- Phil