Tag does not exist

Started by llapthorn, September 19, 2012, 09:37:13 AM

Previous topic - Next topic

llapthorn

Hello,

I'm having a problem with the tags containing spaces in the description. I saw in the FAQ https://exiftool.org/faq.html#Q2 that we had to use the -s option to see the real name of the tag.

exiftool -s 00525820.jpg | grep Custom
CustomField1                    : Isopix
CustomField2                    : Agences d'origine
CustomField3                    : Photographe
CustomField4                    : Isopix



So when I want to edit CustomField4 for example I get the error :
exiftool -CustomField4=Reporters 00525820.jpg
Warning: Tag 'CustomField4' does not exist
Nothing to do.


ExifToolVersion                 : 9.01

Is there a bug or am i doing something wrong ?

Thank you & Regards.

Phil Harvey

I did some research, and I'm guessing that this is a proprietary Fotostation XMP tag.

You can write these tags, but it will require creating user-define tags to do this.

If you can post the output of "exiftool -xmp -b" on this file, I can verify my assumption about the origin of this tag.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

llapthorn

Thank you for your quick answer. Here is the output :
exiftool -xmp -b 00525820.jpg
<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 9.01'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>

<rdf:Description rdf:about=''
  xmlns:Iptc4xmpCore='http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/'>
  <Iptc4xmpCore:CreatorContactInfo rdf:parseType='Resource'>
   <Iptc4xmpCore:CiAdrCity>ssss</Iptc4xmpCore:CiAdrCity>
   <Iptc4xmpCore:CiAdrCtry>dddd</Iptc4xmpCore:CiAdrCtry>
   <Iptc4xmpCore:CiAdrExtadr>ddddd</Iptc4xmpCore:CiAdrExtadr>
   <Iptc4xmpCore:CiAdrPcode>Code postal</Iptc4xmpCore:CiAdrPcode>
   <Iptc4xmpCore:CiAdrRegion>Departement</Iptc4xmpCore:CiAdrRegion>
   <Iptc4xmpCore:CiEmailWork>adresse é</Iptc4xmpCore:CiEmailWork>
   <Iptc4xmpCore:CiTelWork>numéros de télé</Iptc4xmpCore:CiTelWork>
   <Iptc4xmpCore:CiUrlWork>site web</Iptc4xmpCore:CiUrlWork>
  </Iptc4xmpCore:CreatorContactInfo>
  <Iptc4xmpCore:IntellectualGenre>domaine</Iptc4xmpCore:IntellectualGenre>
  <Iptc4xmpCore:Location>lieu</Iptc4xmpCore:Location>
  <Iptc4xmpCore:Scene>
   <rdf:Bag>
    <rdf:li>code de scène</rdf:li>
   </rdf:Bag>
  </Iptc4xmpCore:Scene>
  <Iptc4xmpCore:SubjectCode>
   <rdf:Bag>
    <rdf:li>Code rubrique IPTC</rdf:li>
   </rdf:Bag>
  </Iptc4xmpCore:SubjectCode>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:Iptc4xmpExt='http://iptc.org/std/Iptc4xmpExt/2008-02-29/'>
  <Iptc4xmpExt:LocationCreated>
   <rdf:Bag>
    <rdf:li rdf:parseType='Resource'>
     <Iptc4xmpExt:City>Ville création photo</Iptc4xmpExt:City>
     <Iptc4xmpExt:CountryName>Nom diu pays de la photo</Iptc4xmpExt:CountryName>
     <Iptc4xmpExt:ProvinceState>Département; Photo</Iptc4xmpExt:ProvinceState>
     <Iptc4xmpExt:Sublocation>Lieu création photo</Iptc4xmpExt:Sublocation>
    </rdf:li>
   </rdf:Bag>
  </Iptc4xmpExt:LocationCreated>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:dc='http://purl.org/dc/elements/1.1/'>
  <dc:creator>
   <rdf:Seq>
    <rdf:li>Créateur</rdf:li>
   </rdf:Seq>
  </dc:creator>
  <dc:description>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>Dr NO 1962 DIRECTED BY TERENCE YOUNG Sean Connery</rdf:li>
   </rdf:Alt>
  </dc:description>
  <dc:format>image/jpeg</dc:format>
  <dc:rights>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>Reporters</rdf:li>
   </rdf:Alt>
  </dc:rights>
  <dc:subject>
   <rdf:Bag>
    <rdf:li>mots clés</rdf:li>
   </rdf:Bag>
  </dc:subject>
  <dc:title>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>Titre document</rdf:li>
   </rdf:Alt>
  </dc:title>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:exif='http://ns.adobe.com/exif/1.0/'>
  <exif:ColorSpace>65535</exif:ColorSpace>
  <exif:ExifVersion>52 56 32 53 48 32 53 48 32 52 57 32 </exif:ExifVersion>
  <exif:PixelXDimension>3602</exif:PixelXDimension>
  <exif:PixelYDimension>4074</exif:PixelYDimension>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:fwc='http://ns.fotoware.com/iptcxmp-custom/1.0/'>
  <fwc:CustomField1>Isopix</fwc:CustomField1>
  <fwc:CustomField2>Agences d'origine</fwc:CustomField2>
  <fwc:CustomField3>Photographe</fwc:CustomField3>
  <fwc:CustomField4>Isopix</fwc:CustomField4>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:fwl='http://ns.fotoware.com/iptcxmp-legacy/1.0/'>
  <fwl:LocalCaption>légende locale</fwl:LocalCaption>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:fwu='http://ns.fotoware.com/iptcxmp-user/1.0/'>
  <fwu:UserDefined1>TEST1</fwu:UserDefined1>
  <fwu:UserDefined2>TEST4</fwu:UserDefined2>
  <fwu:UserDefined253>Champ 253</fwu:UserDefined253>
  <fwu:UserDefined254>Champ 254</fwu:UserDefined254>
  <fwu:UserDefined255>Champ 255</fwu:UserDefined255>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:photoshop='http://ns.adobe.com/photoshop/1.0/'>
  <photoshop:AuthorsPosition>Titre créatuer</photoshop:AuthorsPosition>
  <photoshop:CaptionWriter>Auteur de la légende</photoshop:CaptionWriter>
  <photoshop:Category>Catégorie 2</photoshop:Category>
  <photoshop:City>ville 2</photoshop:City>
  <photoshop:ColorMode>3</photoshop:ColorMode>
  <photoshop:Country>Pays 2</photoshop:Country>
  <photoshop:Credit>Crédit © Rue des Archives/DILTZ</photoshop:Credit>
  <photoshop:Headline>James Bond 007 contre Dr No</photoshop:Headline>
  <photoshop:Instructions>Utilisation exclusivement editoriale. Droits additionnels requis pour utilisation commerciale ou promotionnelle, y compris couvertures de livres. RDA ne garantit pas les droits a l'image de la personne representee. L'image ne doit pas etre modifiee.</photoshop:Instructions>
  <photoshop:LegacyIPTCDigest>0DE24B7296B486746988B3294F0709BE</photoshop:LegacyIPTCDigest>
  <photoshop:Source>Source</photoshop:Source>
  <photoshop:State>Département 2333</photoshop:State>
  <photoshop:SupplementalCategories>
   <rdf:Bag>
    <rdf:li>Catégories supplémentaiures</rdf:li>
   </rdf:Bag>
  </photoshop:SupplementalCategories>
  <photoshop:TransmissionReference>identifiant de la tache</photoshop:TransmissionReference>
  <photoshop:Urgency>0</photoshop:Urgency>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:plus='http://ns.useplus.org/ldf/xmp/1.0/'>
  <plus:CopyrightOwner>
   <rdf:Seq>
    <rdf:li rdf:parseType='Resource'>
     <plus:CopyrightOwnerName>Propriétaire du copyright</plus:CopyrightOwnerName>
    </rdf:li>
   </rdf:Seq>
  </plus:CopyrightOwner>
  <plus:ImageCreator>
   <rdf:Seq>
    <rdf:li rdf:parseType='Resource'>
     <plus:ImageCreatorName>Créateur image</plus:ImageCreatorName>
    </rdf:li>
   </rdf:Seq>
  </plus:ImageCreator>
  <plus:ImageSupplier>
   <rdf:Seq>
    <rdf:li rdf:parseType='Resource'>
     <plus:ImageSupplierID>ID du fournisseur de l'image</plus:ImageSupplierID>
     <plus:ImageSupplierName>Nom du fournisseur de l'imùage</plus:ImageSupplierName>
    </rdf:li>
   </rdf:Seq>
  </plus:ImageSupplier>
  <plus:ImageSupplierImageID>Id de l'image du forunisseur</plus:ImageSupplierImageID>
  <plus:Version>1.2.0</plus:Version>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:tiff='http://ns.adobe.com/tiff/1.0/'>
  <tiff:Orientation>1</tiff:Orientation>
  <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
  <tiff:XResolution>40000000/100000</tiff:XResolution>
  <tiff:YResolution>40000000/100000</tiff:YResolution>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
  <xmp:CreateDate>2012-08-22T11:38:33+02:00</xmp:CreateDate>
  <xmp:CreatorTool>FotoWare FotoStation</xmp:CreatorTool>
  <xmp:MetadataDate>2012-09-18T12:54:24+02:00</xmp:MetadataDate>
  <xmp:ModifyDate>2012-09-18T12:54:24+02:00</xmp:ModifyDate>
  <xmp:XMPFileStamps>
   <rdf:Seq>
    <rdf:li>2012-09-18T12:42:30+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:21+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:21+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:26+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:26+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:28+02:00</rdf:li>
    <rdf:li>2012-09-18T12:46:28+02:00</rdf:li>
    <rdf:li>2012-09-19T15:11:25+02:00</rdf:li>
    <rdf:li>2012-09-19T15:11:25+02:00</rdf:li>
   </rdf:Seq>
  </xmp:XMPFileStamps>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:stEvt='http://ns.adobe.com/xap/1.0/sType/ResourceEvent#'
  xmlns:xmpMM='http://ns.adobe.com/xap/1.0/mm/'>
  <xmpMM:DocumentID>xmp.did:05801174072068119457AC22CD065C5A</xmpMM:DocumentID>
  <xmpMM:History>
   <rdf:Seq>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:05801174072068119457AC22CD065C5A</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-06T14:24:56+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:0180117407206811994CB4842D7B5AEA</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-07T10:02:32+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:F77F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:29:55+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:F87F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:36:32+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:F97F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:38:07+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:FA7F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:40:41+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:FB7F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:41:50+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:FC7F117407206811A7BAA26B39BA1B72</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-11T15:45:52+02:00</stEvt:when>
    </rdf:li>
    <rdf:li rdf:parseType='Resource'>
     <stEvt:action>saved</stEvt:action>
     <stEvt:changed>/</stEvt:changed>
     <stEvt:instanceID>xmp.iid:078011740720681192B0A83874B6468E</stEvt:instanceID>
     <stEvt:softwareAgent>Adobe Photoshop CS5 Macintosh</stEvt:softwareAgent>
     <stEvt:when>2012-09-18T12:54:24+02:00</stEvt:when>
    </rdf:li>
   </rdf:Seq>
  </xmpMM:History>
  <xmpMM:InstanceID>xmp.iid:078011740720681192B0A83874B6468E</xmpMM:InstanceID>
  <xmpMM:OriginalDocumentID>xmp.did:05801174072068119457AC22CD065C5A</xmpMM:OriginalDocumentID>
</rdf:Description>

<rdf:Description rdf:about=''
  xmlns:xmpRights='http://ns.adobe.com/xap/1.0/rights/'>
  <xmpRights:Marked>False</xmpRights:Marked>
  <xmpRights:UsageTerms>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>droits er conditions de l'utilisation</rdf:li>
   </rdf:Alt>
  </xmpRights:UsageTerms>
  <xmpRights:WebStatement>utl infos copyright</xmpRights:WebStatement>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>

Phil Harvey

I was correct. :)

Attached below is a config file that will allow you to write all of the proprietary Fotostation XMP tags in this image.

See the sample config file for instructions on how to activate the attached file.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

llapthorn

Thank you for your great help Phil.