Summary: | Metadata XMP Tab Simple List should show more metadata | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Geoff King <gsking1> |
Component: | Metadata-Xmp | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Geoff King
2008-09-10 03:11:13 UTC
Confirming: IPTC and XMP short lists should be synchronized. Exif is more technical so complete sync is impossible but some attempts should be done also there. To Geof, To have an homogenous report from IPTC and XMP with simple view is easy, but take a care that XMP do not support all IPTC tags. Some have been removed and are considerated as obsolete in specification. Look here the list of tags for Simple mode (named HumanList in code) IPTC: http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/metadata/iptcwidget.cpp#045 XMP: http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/metadata/xmpwidget.cpp#045 Like you can see, i have already synchronized contents of default XMP/IPTC tags. To Mik #1, About to sync XMP using Exif and IPTC (and vice versa), i remember that something like that must be in Exiv2. I don't know if Andreas as implemented this features in 0.18. But sync metadata is not the problem of this entry. Metadata panel only show real contents of metadata area from image. We will not make something virtual. I forget to said that human list strings are search into tag names as weel. A tag name is for ex "Iptc.Application2.Caption" or "xmp.dc.description" List of tags are given here : http://www.exiv2.org/metadata.html Gilles Caulier SVN commit 894700 by cgilles: metadata list view : interpret metadata tags names as case insensitive. CCBUGS: 170784 M +1 -1 metadatalistview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=894700 Geoff, With rev. # 894700, tags names are filtered using insensitive case. Let's me hear if it's better for you ? Gilles Caulier In context of this bug I was thinking exclusively about visual sync :) I think that is an improvement. Probably a different wish: I think part of my problem in the XMP section is with all of the technical jargon that is displayed such as "dc" and "tiff" and "photoshop", etc. From my perspective and use most of this terminology seems unnecesary to be presented to the user. I'd much rather see a simple list of data such as: Description Dog on the Beach State Florida Rating 3 rather than... dc Description Dog on the Beach photoshop State Florida xmp Rating 3 #7 For simple view probably justifiable wish. Full list should show full names. I am more and more convinced that instead of configurable per type list of metadata there should be additional sub-panel where you could mix various type of data as you wish: eg. compare captions in exif, iptc, xmp, see filename, date, etc. Mik, I'm not agree with this viewpoint. For me, Metadata view still a technical area. If you want an user friendly resume, use image properties tab Also, i don't want to create virtual tags to synchronize XMP using Exif and Iptc. Metadata view must still a real data view. A customize list of tags to display in a dedicated tabs can be a solution, where Exif, IPTC and XMP can be merged. But EXIF, IPTC, and XMP must show the real contents of metadata containers from image. But it's problem already reported in another bugzilla file. Gilles To Geoff #7: You said "I think that is an improvement."... Do you mean that commit #894700 solve problem relevant of this file ? About jargon: "part of my problem in the XMP section is with all of the technical jargon that is displayed such as "dc" and "tiff" and "photoshop", etc." "dc", "tiff", etc... are real XMP section names... Of course i can give a more user friendly name as "dc" = "Dublin Core". I will take a look. NOTE : for others wishes, please file new files, else it's very difficult to solve bugzilla entries, it take a while to cleanup and review later. Thanks in advance Gilles SVN commit 895616 by cgilles: digiKam from trunk : use XMP sub-section translations instead real name. Look this screenshot for details: http://www.flickr.com/photos/digikam/3100060706/sizes/o/in/pool-817639@N22/ BUG: 170784 M +24 -7 mdkeylistviewitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=895616 Yes I think this specific bug can be closed. I like the change you just made (commit 895616). I think it helps to use the translated names. Agreed - another bug/wish is in order for a more thorough organizing (Mik #8 and maybe syncing XMP and IPTC). I'll have to think about this one. Thanks, Geoff |