Summary: | Applying data (exif, iptc, xmp caption) in "Edit all Metadata" window inconsistent - results in data loss | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | schuschq |
Component: | Plugin-Generic-MetadataEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alan.pater, caulier.gilles, metzpinguin, schuschq |
Priority: | NOR | ||
Version: | 2.9.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kipi-plugins/5e1dd153b0a8cad1abd6aa21e9ea120b876a34e5 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: | metadataedit.patch |
Description
schuschq
2012-12-01 13:13:12 UTC
results in data loss another example: viewing for example ten images to check the xmp caption shows wrong information: Steps to Reproduce: 1. mark some (example: 3) images in thumbnails window. The first two have (different) xmp captions, the other eight have empty xmp captions 2. choose "Image > Metadata > Edit all Metadata ..." 3. choose "Edit XMP > Content" (you are editing/viewing the first image) 4. You can see the caption of the first image 5. click "Next" 4. You can see the caption of the second image 5. click "Next" 6. You should see an empty caption, because this image doesn't have one - but you see the caption of the second image 7... you see the caption of the second image for all the rest of the images ... so you may think the images are tagged and you close the editor ... but there is no information in this tag ... like this, the use of the metadata editor leads to unpredictable results in daily use -> if you need the xmp caption digikam/kipiplugins are not usable because they are not reliable! this may also be the case for the xmp copyright field it gets even worse together with https://bugs.kde.org/show_bug.cgi?id=311005 can I deliver more infos to help? Regards, Schusch Can you refresh status of this file using last digiKam 4.2.0 ? Gilles Caulier Confirmed using digikam 4.8.0 & exiv2 0.24 on Ubuntu 14.04. It looks like the "Next" and "Previous" buttons do not clear the fields, they just overwrite the text IF the neighbouring image has data for that field. Created attachment 91535 [details]
metadataedit.patch
This patch fixes the issues in the XMP editor.
Git commit 5e1dd153b0a8cad1abd6aa21e9ea120b876a34e5 by Gilles Caulier. Committed on 22/03/2015 at 07:48. Pushed by cgilles into branch 'master'. apply patch #91535 from Maik Qualmann t fix behavior of comment edit in MetadatEdit kipi tool FIXED-IN: 4.9.0 M +5 -4 metadataedit/plugin/altlangstringedit.cpp M +11 -0 metadataedit/xmp/xmpcontent.cpp M +9 -0 metadataedit/xmp/xmpstatus.cpp http://commits.kde.org/kipi-plugins/5e1dd153b0a8cad1abd6aa21e9ea120b876a34e5 Git commit ac8a2c4d011bfb93b39a538383abd72497faf594 by Gilles Caulier. Committed on 21/03/2015 at 17:02. Pushed by cgilles into branch 'frameworks'. backport commit #5e1dd153b0a8cad1abd6aa21e9ea120b876a34e5 from git/master to frameworks branch M +5 -4 PORT.KF5/TODO/metadataedit/plugin/altlangstringedit.cpp M +11 -0 PORT.KF5/TODO/metadataedit/xmp/xmpcontent.cpp M +9 -0 PORT.KF5/TODO/metadataedit/xmp/xmpstatus.cpp http://commits.kde.org/kipi-plugins/ac8a2c4d011bfb93b39a538383abd72497faf594 |