Bug 258202

Summary: keep custom metadata (tags, rating) when converting
Product: [Applications] digikam Reporter: Dahaniel <dm>
Component: Plugin-Bqm-ConvertAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, dm
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.0

Description Dahaniel 2010-11-28 18:31:03 UTC
Version:           1.6.0
OS:                Linux

Hi there,

it would be nice if the dng converter would keep tags and ratings when converting. This means tags from within the file and from the digikam database (at least when called from within digikam)

I am now converting CR2 files which I tagged but where the tags could not be written to the file from digikam.

Reproducible: Didn't try
Comment 1 caulier.gilles 2011-03-16 12:42:13 UTC
Git commit 581609bb50f2f71d58a3f5ff6973d211a09ff14d by Gilles Caulier.
Committed on 16/03/2011 at 12:40.
Pushed by cgilles into branch 'master'.

original and destination url are inverted when cloning data is processed.
BUGS: 267650
BUGS: 258202

M  +8    -8    batchprocessimages/batchprocessimagesdialog.cpp     
M  +5    -5    batchprocessimages/batchprocessimagesdialog.h     
M  +3    -3    dngconverter/plugin/aboutdata.h     
M  +3    -3    dngconverter/plugin/batchdialog.cpp     
M  +1    -1    dngconverter/plugin/batchdialog.h     
M  +1    -1    rawconverter/actions.h     
M  +2    -2    rawconverter/actionthread.cpp     
M  +2    -2    rawconverter/actionthread.h     
M  +5    -5    rawconverter/batchdialog.cpp     
M  +3    -3    rawconverter/batchdialog.h     
M  +2    -2    rawconverter/clistviewitem.h     
M  +2    -2    rawconverter/plugin_rawconverter.cpp     
M  +6    -6    rawconverter/plugin_rawconverter.h     
M  +2    -2    rawconverter/rawdecodingiface.cpp     
M  +2    -2    rawconverter/rawdecodingiface.h     
M  +7    -7    rawconverter/singledialog.cpp     
M  +3    -3    rawconverter/singledialog.h     

http://commits.kde.org/kipi-plugins/581609bb50f2f71d58a3f5ff6973d211a09ff14d
Comment 2 Dahaniel 2012-02-12 19:04:43 UTC
Not sure if the bug was solved and reappeared but in Digikam 2.5.0 I still/again have this behaviour.
Comment 3 caulier.gilles 2012-02-12 19:46:59 UTC
It's really solved in current implementation from git/master. i just work on...

Gilles Caulier