IPTC4XMP - Creator's Job Title

Started by Archive, May 12, 2010, 08:53:59 AM

Previous topic - Next topic

Archive

[Originally posted by eixga on 2006-12-26 03:22:21-08]

I wanted to get some clarification on the XMP tags (http://www.exiftool.org/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).

Archive

[Originally posted by jlbec on 2006-12-26 22:34:24-08]

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:

Code:
exiftool -xmp:Creator="Joel" -iptc:By-line="Joel" -xmp:AuthorsPosition="Staff Photographer" \
  -iptc:By-lineTitle="Staff Photographer" image.jpg

-Joel

cf: IPTC Core Schema for XMP

Archive

[Originally posted by exiftool on 2006-12-26 22:37:48-08]

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