Bug 283011

Summary: Write metadata focallength35 back to images when present in database
Product: [Applications] digikam Reporter: Gerhard Kulzer <gerhardk>
Component: Metadata-HubAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 2.3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gerhard Kulzer 2011-09-29 06:44:30 UTC
Version:           unspecified (using KDE 4.7.1) 
OS:                Linux

I like to know the full frame focal length of my images, but for most lenses this data is not readily available in the metadata.
It is easy to update the respective field (focalLength35 in table ImageMetadata) with a SQL statement (e.g. UPDATE ImageMetadata SET focalLength35=focalLength*1.6 WHERE model LIKE 'Canon EOS%' AND focalLength35 IS NULL;). This metadata is then presented in the info tool (mouse hovering) in digikam. 
I would like to write this data back to the files (Menu: Image->Write Metadata to Image) after doing the same selection of photos in digikam, but it doesn't work. I have to edit images individually with Image->Metadata->Edit all metadata.

Reproducible: Always

Steps to Reproduce:
Image->Write Metadata to Image


Expected Results:  
Image->Write Metadata to Image should write the focalLength35 field back into the exif data of the image files.
Comment 1 caulier.gilles 2014-08-28 15:42:03 UTC

*** This bug has been marked as a duplicate of bug 273811 ***