Summary: | Possibility of having the tag hierarchy also written in the Xmp.MicrosoftPhoto.LastKeywordXMP field | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | hugotrip |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
hugotrip
2011-03-25 22:20:38 UTC
Git commit fbe5efbb1041a5f3b7748d02b3d47ab9ae2062b5 by Gilles Caulier. Committed on 28/03/2011 at 13:27. Pushed by cgilles into branch 'master'. support Xmp.MicrosoftPhoto.LastKeywordXMP with Tags hierarchy for compatibility with Windows Live Photo Gallery BUGS: 269418 M +96 -1 NEWS M +12 -2 libs/dmetadata/dmetadata.cpp D +0 -103 project/NEWS.2.0.0-beta4 http://commits.kde.org/digikam/fbe5efbb1041a5f3b7748d02b3d47ab9ae2062b5 Thank you for the quick response, and sorry for answering so late. I've tried the svn version of digikam, and it worked great, but unfortunately, it appears that windows live pĥoto gallery only writes on Xmp.MicrosoftPhoto.LastKeywordXMP, but doesn't read from it (so I don't get the use of this field). Sorry for not having testing this before. So now, I've mad some tests and also found a reference (http://msdn.microsoft.com/en-us/library/ee719963%28v=vs.85%29.aspx) about the functioning of windows live photo gallery : it only reads from Xmp.dc.subject, but it also writes on it the hierarchy. So as Digikam only exports the tag leaves to Xmp.dc.subject, like many other applications (http://trac.yorba.org/wiki/HierarchicalTags) I'm guessing that Windows Live Photo Gallery behavior isn't standard enough to ask for writing hierarchy on Xmp.dc.subject... |