Summary: | Moving tags in hierarchy not reflected in XMP metadata "TagsList" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | krienke |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
krienke
2009-03-06 08:36:15 UTC
There is a small typo in my initial description. At one place I wrote "/x/y/tag12". I meant of course "/x/y/tag1". Sorry. I think there is a longstanding bug about the same problem, but I cant find it at the moment. I would like to have some pieces of infrastructure in place before implementing this, remember a simple tag rename might result in rewriting metadata of thousands of pictures, that's not trivial. SVN commit 982571 by cgilles: This is a long standing bug about Tag synchronization to XMP and IPTC keywords. To wrap around this problem, we remove all previous keywords before to apply new sets. Marcel, i think MetadataHub is right : new and old tags lists are fine. Problem must be in libkexiv2. Anyway this patch fix the problem for the moment. BUGS: 175321 BUGS: 159158 BUGS: 141912 BUGS: 186308 CCMAIL: marcel.wiesweg@gmx.de M +7 -4 metadatahub.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=982571 |