Summary: | XMP synchronization of digiKam namespace occurs for second tag | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Tim Jenness <tim.jenness> |
Component: | Metadata-Xmp | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Tim Jenness
2009-07-13 10:10:21 UTC
Code is there : http://lxr.kde.org/source/extragear/graphics/digikam/libs/dmetadata/dmetadata.cpp#578 and this method is called from there : http://lxr.kde.org/source/extragear/graphics/digikam/digikam/metadatahub.cpp#643 Gilles Caulier Thanks. I'll try to rebuild digikam with some debugging to see whether it enters that routine the first time. Do you see the behaviour that I see or does it all seem to work for you? For me add/remove tag work fine here. but perhaps i miss something... Gilles Works for me as well. It's only when I start with an untagged photo without any XMP or IPTC information and then tag it that I get the partial write of XMP information. When the second tag is added the first tag is also written to the file and then I can add and delete whatever I want. Will try the test again tonight. Rebuilt the whole thing and now it does work and writes the tag instantly. Sorry for the noise. I wonder if it was caused by the program originally being built against an exiv2 0.18 that did not have XMP enabled... |