Bug 283011 - Write metadata focallength35 back to images when present in database
Summary: Write metadata focallength35 back to images when present in database
Status: RESOLVED DUPLICATE of bug 273811
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Hub (show other bugs)
Version: 2.3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 06:44 UTC by Gerhard Kulzer
Modified: 2017-08-13 10:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***