Bug 258202 - keep custom metadata (tags, rating) when converting
Summary: keep custom metadata (tags, rating) when converting
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Convert (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 18:31 UTC by Dahaniel
Modified: 2022-09-08 07:42 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

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