Summary: | Can't remove "legend" field when updating metadata | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Nicolas Pomarede <npomarede> |
Component: | Metadata-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.5.0 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.11.0 | |
Sentry Crash Report: |
Description
Nicolas Pomarede
2015-05-12 18:23:01 UTC
1/ Select all relevant images from icon-view 2/ from Captions & Tags sidebar, clear comment string 3/ Press Apply button on the bottom This will clear comments in DB. Else after to clear comments with Exiftool, re-synchronize DB with file metadata. 1/ Select all relevant images from icon-view 2/ From Captions & Tags sidebar got to More drop down menu, select Read method and press Apply. Gilles Caulier Gilles Caulier (In reply to Gilles Caulier from comment #1) > 1/ Select all relevant images from icon-view > 2/ from Captions & Tags sidebar, clear comment string > 3/ Press Apply button on the bottom > > This will clear comments in DB. Hi this one worked. > Else after to clear comments with Exiftool, re-synchronize DB with file > metadata. > > 1/ Select all relevant images from icon-view > 2/ From Captions & Tags sidebar got to More drop down menu, select Read > method and press Apply. But this one didn't work. I select the image, click the "more" drop down menu at the bottom, choose "read metadata from the file to the database" (rough translation from french). But then, the "apply" button stays greyed, I can't click on apply, so the comment is not removed. >But this one didn't work.
>I select the image, click the "more" drop down menu at the bottom, choose "read metadata >from the file to the database" (rough translation from french). But then, the "apply" button stays >greyed, I can't click on apply, so the comment is not removed.
Correction : you don't need to press Apply button. Selecting option in drop down menu start process automatically.
Note : If you want to drop comment from file metadata with ExifTool, you need to remove tags from Exif, JPEG comments, IPTC, and XMP, else data will be restored. digiKam try all tags one by one until it found something to backport in DB.
So, the first method is the most simple to apply.
Gilles Caulier
(In reply to Gilles Caulier from comment #3) > >But this one didn't work. > >I select the image, click the "more" drop down menu at the bottom, choose "read metadata >from the file to the database" (rough translation from french). But then, the "apply" button stays >greyed, I can't click on apply, so the comment is not removed. > > Correction : you don't need to press Apply button. Selecting option in drop > down menu start process automatically. > > Note : If you want to drop comment from file metadata with ExifTool, you > need to remove tags from Exif, JPEG comments, IPTC, and XMP, else data will > be restored. digiKam try all tags one by one until it found something to > backport in DB. > I made the test again, and I think this method doesn't work. - I use a jpg with " Image Description : SAMSUNG CSC" - I rename it to test.jpg and add it to a digikam album - under image/metadata/modify/exif, I see that description and caption were set to "SAMSUNG CSC" as expected when image is imported - while digikam runs, I removed the tags using exiftool : exiftool -ImageDescription= -UserComment= -Description= -Caption-Abstract= -Comment= test.jpg - the change is detected in digikam, if I use image/metadata/modify, there's no more trace of the "SAMSUNG CSC" text in any field of exif/iptc/xmp, so the change is correct. The tag was correctly removed from all data (doing 'strings test.jpg |grep "SAMSUNG CSC"' finds nothing) - I click on "more" in the "captions and tags" sidebar window, choose "read metadata from file", but nothing happens, the text is still "SAMSUNG CSC" in the caption window. > So, the first method is the most simple to apply. I confirmed this one worked on all my photos. |