Bug 175304 - db does replicate to iptc or exif
Summary: db does replicate to iptc or exif
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-MetadataEdit (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-16 16:07 UTC by Philippe ROUBACH
Modified: 2022-01-15 22:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
version of the different modules (38.60 KB, image/jpeg)
2008-11-16 17:38 UTC, Philippe ROUBACH
Details
caption window (52.22 KB, image/jpeg)
2008-11-16 17:39 UTC, Philippe ROUBACH
Details
keywords window (43.44 KB, image/jpeg)
2008-11-16 17:39 UTC, Philippe ROUBACH
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2008-11-16 16:07:35 UTC
Version:           0.9.5-beta2 (using 3.5.9, compiled sources)
Compiler:          Target: i586-manbo-linux-gnu
OS:                Linux (i686) release 2.6.24.7-desktop-1mnb

Mandriva 2008.1
kde 3.5.9
digikam 0.9.5b2 svn 16 11 2008
kipi-plugins svn 16 11 2008

legend is not copied to iptc caption or exif usercomment

when you open exif or iptc window to modify
all is in grey
not able to activate the fields according to modify

i tried with success to modify iptc caption with picasa 3 (linux)
Comment 1 caulier.gilles 2008-11-16 16:18:02 UTC
It's not clear...

legend == comments ?

Are you set on right option in digiKam metadata settings panel ?

Gilles Caulier
Comment 2 Philippe ROUBACH 2008-11-16 16:46:17 UTC
i use only the digikam syntax i see in the different windows

i made an error: the synchronizing mecanism works well thus i can modify the iptc caption but there is a remaining pb

i exlain

in the right panel there is a tool to see and to modify "legende" and "Etiquettes"

i see a value in "légende" field and another value in iptc caption field
there is a synchronize mecanism which works well then i found the same value
to exif "usercomment" and to iptc "caption"

but if i want to use the tool in the menu "image" then "Métadonnées"/modifier iptc then select "légende" all is in grey
and it's true for all other groups as "mots clés"






Comment 3 caulier.gilles 2008-11-16 16:55:10 UTC
"Légende" and "étiquette" are French translations. Please switch digiKam into English to report here. Others developpers do not speak French (:=)))

>but if i want to use the tool in the menu "image" then "Métadonnées"/modifier 
>iptc then select "légende" all is in grey and it's true for all other groups 
>as "mots clés" 

Which file format ? Sound like you trying to changes metadata to a read only file (as RAW for ex)

Currently Exiv2 stable library (used in background to play with metadata) support only JPEG in writting mode. With next version, it will be possible to write in RAW tiff/EP files (NEF, PEF, DNG), TIFF, PNG, and JPEG2000.

Gilles Caulier
Comment 4 Philippe ROUBACH 2008-11-16 17:24:06 UTC
my files did not change this night
they are jpg type
i checked the read-wwrite properties. all is ok

with picasa i changed with success iptc caption and "keywords" fields
with digikam with the tool in the right panel i changed with success also
iptc caption and iptc keywords

for english spoken (sorry)
"légende" = Caption
"Etiquette" = tags


Comment 5 Philippe ROUBACH 2008-11-16 17:38:56 UTC
Created attachment 28610 [details]
version of the different modules
Comment 6 Philippe ROUBACH 2008-11-16 17:39:33 UTC
Created attachment 28611 [details]
caption window
Comment 7 Philippe ROUBACH 2008-11-16 17:39:59 UTC
Created attachment 28612 [details]
keywords window
Comment 8 caulier.gilles 2008-11-16 17:50:33 UTC
Ok, know i understand.i check it.

Gilles
Comment 9 caulier.gilles 2008-11-16 18:20:20 UTC
SVN commit 885140 by cgilles:

libkexiv2 from trunk : Wrong logic to check if file is read only

CCBUG: 175304


 M  +5 -5      kexiv2.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=885140
Comment 10 caulier.gilles 2008-11-16 18:22:34 UTC
SVN commit 885142 by cgilles:

libkexiv2 from KDE3 branch: backport commit #885140 from trunk
CCBUG: 175304


 M  +4 -4      kexiv2.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=885142
Comment 11 caulier.gilles 2008-11-16 18:23:28 UTC
I found the problem in libkexiv2. please checkout code from svn, recompile, install and try again...

Gilles Caulier
Comment 12 Philippe ROUBACH 2008-11-16 18:40:30 UTC
is there a mean to minimize compiling and installing ?
Comment 13 caulier.gilles 2008-11-16 18:49:53 UTC
just recompile and install libkexiv2. It's enough. Binary compatibility is preserved...

Gilles Caulier
Comment 14 Philippe ROUBACH 2008-11-16 18:57:21 UTC
ok
but
with what statement (svn) i load the new version ot just the diff ?
Comment 15 caulier.gilles 2008-11-16 19:11:20 UTC
go to libkexiv2 source dir, and type "svn up"

After that you can compile and install

That all...

Gilles Caulier
Comment 16 Philippe ROUBACH 2008-11-16 19:38:54 UTC
that works well

no more pb
Comment 17 caulier.gilles 2008-11-16 19:45:43 UTC
Thanks for your report (and patience (:=)))

Gilles Caulier