[Digikam-devel] [Bug 139361] Templates for meta data

Marcel Wiesweg marcel.wiesweg at gmx.de
Wed Jul 1 12:02:10 BST 2009


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





--- Comment #35 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-07-01 13:02:05 ---
When using the right sidebar, DMetadata::getMetadataTemplate is used (*). This
reads only one XMP value per property.
When a new file is scanned, ImageScanner will use DMetadata::getMetadataField.
This uses often more than one XMP field or IPTC field (takes the first one in
which a value is found). The used fields are documented in DBSCHEMA.ods, tab
"Metadata Mapping", and in the API docs of the ImageCopyright class.
DMetadata::setMetadataTemplate now seems to write to all relevant fields again.

I assume there is a bug or mismatch somewhere. Can you post or check the
database copyright values for this file and the relevant metadata fields?

(*) I plan to unify the loading methods for "Read metadata to database",
currently done with MetadataHub, and the ImageScanner code. There must be only
one implementation.

-- 
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