[Digikam-devel] [Bug 273811] New: recreating xmp sidecar file does not store all properties

rene at brandenburger.lu rene at brandenburger.lu
Sat May 21 18:29:16 BST 2011


https://bugs.kde.org/show_bug.cgi?id=273811

           Summary: recreating xmp sidecar file does not store all
                    properties
           Product: digikam
           Version: 2.0.0
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Metadata
        AssignedTo: digikam-devel at kde.org
        ReportedBy: rene at brandenburger.lu


Version:           2.0.0 (using KDE 4.5.5) 
OS:                Linux

Rewriting an xmp sidecar file using the Picture-> rewrite Metadata (in German
Bild -> Metadaten in das Bild schreiben) only writes part of the available
Metadata to the file.

Reproducible: Always

Steps to Reproduce:
select an image
Assign Coordinates using the Geolocation tool
Check the xmp file:

<?xml version="1.0" encoding="UTF-8"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:exif="http://ns.adobe.com/exif/1.0/"
   exif:GPSVersionID="2.0.0.0"
   exif:GPSMapDatum="WGS-84"
   exif:GPSLatitudeRef="N"
   exif:GPSLatitude="50,47.06539122N"
   exif:GPSLongitudeRef="E"
   exif:GPSLongitude="7,9.59396638E"/>
 </rdf:RDF>
</x:xmpmeta>

Delete the xmp file and recreate it using the picture->write metadata to picure
menue item

check the xmp file

Actual Results:  
Not all metadata has been written to the xmp file 

the GPS Data is missing although it is still present in the database (the
geolocation tab on the right side correctly places the image on the map).

<?xml version="1.0" encoding="UTF-8"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:exif="http://ns.adobe.com/exif/1.0/"
    xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
    xmlns:digiKam="http://www.digikam.org/ns/1.0/"
    xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0/"
   tiff:Software="digiKam-2.0.0-beta6"
   tiff:DateTime="2011-05-04T11:59:18"
   xmp:CreatorTool="digiKam-2.0.0-beta6"
   xmp:CreateDate="2011-05-04T11:59:18"
   xmp:MetadataDate="2011-05-04T11:59:18"
   xmp:ModifyDate="2011-05-04T11:59:18"
   xmp:Rating="0"
   exif:DateTimeOriginal="2011-05-04T11:59:18"
   photoshop:DateCreated="2011-05-04T11:59:18"
   digiKam:PickLabel="0"
   digiKam:ColorLabel="0"
   MicrosoftPhoto:Rating="0"/>
 </rdf:RDF>
</x:xmpmeta>



Expected Results:  
the xmp file is recreated with all available metadata

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list