[digikam] [Bug 345802] New: html export does not longer export the description tag to gallery.xml

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 345802] New: html export does not longer export the description tag to gallery.xml

Bugzilla from alain.quincerot_lnx@m4am.net
https://bugs.kde.org/show_bug.cgi?id=345802

            Bug ID: 345802
           Summary: html export does not longer export the description tag
                    to gallery.xml
           Product: digikam
           Version: 4.6.0
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Export
          Assignee: [hidden email]
          Reporter: [hidden email]

html export to a local directory does not longer export the description (title)
of an image.
But this was exported in an earlier version running in December 2010.
The current kipi plugins version is 4.6.0-13.23

The <description> is empty, whatever the langage is ( fr-FR, or x-default, or
both)
The current gallery.xml looks as :

<?xml version="1.0" encoding="UTF-8"?>
<collections>
 <collection>
  <name>AAAA</name>
  <fileName>aaaa</fileName>
  <comment></comment>
  <image>
   <title>A08_001.jpg</title>
   <description></description>
   <date>1970-12-25T09:59:27</date>
   <full fileName="a08_001_jpg.jpeg" height="1024" width="1011"/>
   <thumbnail fileName="thumb_a08_001_jpg.jpeg" height="120" width="120"/>

But the xmp file, when generated, shows the description, as in this example :

  <rdf:Description rdf:about=""
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
    xmlns:digiKam="http://www.digikam.org/ns/1.0/"
    xmlns:exif="http://ns.adobe.com/exif/1.0/"
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmp:CreatorTool="digiKam-4.5.0"
   xmp:CreateDate="1970-12-25T09:59:27"
   xmp:MetadataDate="1970-12-25T09:59:27"
   xmp:ModifyDate="1970-12-25T09:59:27"
   photoshop:Urgency="0"
   photoshop:DateCreated="1970-12-25T09:59:27"
   digiKam:PickLabel="0"
   digiKam:ColorLabel="0"
   exif:DateTimeOriginal="1970-12-25T09:59:27"
   tiff:DateTime="1970-12-25T09:59:27"
   tiff:Software="digiKam-4.8.0">
   <dc:title>
    <rdf:Alt>
     <rdf:li xml:lang="fr-FR">1970</rdf:li>
    </rdf:Alt>
   </dc:title>
  </rdf:Description>


Reproducible: Always

Steps to Reproduce:
1. select the Caption/Tags menu
2. select an image and enter a comment in the Description Title area (ie. 1970
)
3. clic on the "Apply" button or select an other image
4. select the Export to HTML menu ...
5. in the export directory, you'll find the gallery.xml

Actual Results:  
 <title>A08_001.jpg</title>
   <description></description>

Expected Results:  
 <title>A08_001.jpg</title>
   <description>1970</description>

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[kipiplugins] [Bug 345802] html export does not longer export the description tag to gallery.xml

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=345802

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|digikam                     |kipiplugins
                 CC|                            |[hidden email]
          Component|Export                      |HTMLExport
           Assignee|[hidden email]       |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 345802] html export does not longer export the description tag to gallery.xml

bugzilla_noreply
In reply to this post by Bugzilla from alain.quincerot_lnx@m4am.net
https://bugs.kde.org/show_bug.cgi?id=345802

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|kipiplugins                 |digikam
           Assignee|[hidden email]         |[hidden email]
          Component|HTMLExport                  |HTMLGallery
            Version|4.6.0                       |unspecified

--
You are receiving this mail because:
You are the assignee for the bug.