|
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
|