Remove tag name before xmp metadata value

Started by Archive, May 12, 2010, 08:54:11 AM

Previous topic - Next topic

Archive

[Originally posted by nonsense on 2007-10-15 21:35:49-07]

If I use this tag:
Code:
exiftool -xmp-dc:Creator filename.jpg
The output becomes:
Code:
Creator         :(Creator name)
I'd like get just the value WITHOUT the tag name or the colon:
Code:
(Creator name)

Is that possible?

Great app BTW.

Archive

[Originally posted by exiftool on 2007-10-15 22:12:54-07]

Try this:

Code:
exiftool -S -s -xmp-dc:Creator filename.jpg

- Phil

Archive

[Originally posted by nonsense on 2007-10-16 08:22:28-07]

That did that trick!

What fantastic app indeed.

Cheers.