https://bugs.kde.org/show_bug.cgi?id=388476
Bug ID: 388476 Summary: Missing image metadata in gallery.xml Product: digikam Version: 5.6.0 Platform: Debian testing OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Export-HTMLGallery Assignee: digikam-bugs-n...@kde.org Reporter: b...@dotcommie.net Target Milestone: --- Exporting to html gallery some important information about the image is incorrect / missing: collections/collection/image/title Field maps to file name [1] instead of image title; I think this used to be the case with the KIPI based html export as well. collections/collection/image/date Field is missing for some reason; without this field its not possible to sort the generated album using XSL:sort. Work around is to use collections/collection/image/exif/exifimagedatetime but it has its own challenges as described below. collections/collection/image/exif/exifimagedatetime The date gets converted to local date/time format of system on which the gallery was created [2], this makes it hard for a theme writer to do anything with the date. There is value in keeping this field as is, but it would be very handy is ISO8601 variant of this field was also supplied so it could be treated in standards compatible way. [1] https://github.com/KDE/digikam/blob/9330f9c1e25ce754f374abac840bef2521a032ca/utilities/assistants/htmlgallery/generator/galleryelement.cpp#L37 [2] https://github.com/KDE/digikam/blob/c18ce5dad78e1985626a01ef3251b0f09153b724/utilities/assistants/htmlgallery/generator/galleryelementfunctor.cpp#L278 -- You are receiving this mail because: You are watching all bug changes.