Bug: Exiftool cannot show ordered array lists in xmp files

Started by rggjan, October 23, 2014, 09:43:22 AM

Previous topic - Next topic

rggjan

Output of exiftool -X:
<XMP-DPose:CameraIntrinsics>
  <rdf:Bag>
   <rdf:li>1</rdf:li>
   <rdf:li>2</rdf:li>
   <rdf:li>3</rdf:li>
   <rdf:li>4</rdf:li>
  </rdf:Bag>
</XMP-DPose:CameraIntrinsics>

Actual content of the xmp file:
<DPose:CameraIntrinsics>
            <rdf:Seq>
               <rdf:li>1</rdf:li>
               <rdf:li>2</rdf:li>
               <rdf:li>3</rdf:li>
               <rdf:li>4</rdf:li>
            </rdf:Seq>
         </DPose:CameraIntrinsics>

(Notice the "rdf:Seq" vs "rdf:Bag")

exiftool 9.70

Phil Harvey

Lists are lists in the ExifTool output.  ExifTool only outputs one list type.

- 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 ($).