Thread

Posted on Tue Dec 26 05:22:21 2006 by eixga
IPTC4XMP - Creator's Job Title
I wanted to get some clarification on the XMP tags (http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html). Isn't there supposed to be a tag for Creator's Job Title under the IPTC 4 XMP Core section? I thought it was part of that module (http://www.iptc.org/std/Iptc4xmpCore/1.0/documentation/Iptc4xmpCore_1.0-doc-CpanelsUserGuide_13.pdf).
Direct Responses: 3900 | 3901 | Write a response
Posted on Wed Dec 27 00:34:24 2006 by jlbec in response to 3892
Re: IPTC4XMP - Creator's Job Title
Even though the IPTC 4 XMP Core seems to specify CreatorJobtitle as the attribute, everyone is using photoshop:AuthorsPosition. So, if you wanted to set the author and his/her job in both IPTC and XMP:

exiftool -xmp:Creator="Joel" -iptc:By-line="Joel" -xmp:AuthorsPosition="Staff Photographer" \ -iptc:By-lineTitle="Staff Photographer" image.jpg
Write a response
Posted on Wed Dec 27 00:37:48 2006 by exiftool in response to 3892
Re: IPTC4XMP - Creator's Job Title
Hi,

My understanding is that the CreatorJobTitle is stored in the XMP-Photoshop:AuthorsPosition tag (as recommended by the IPTC4XMPCore spec). So there is no "CreatorJobTitle" tag as such.

- Phil
Write a response