<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Yeah I
have to take care about c++ exception.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>I
haven't use your libkexiv2 interface because Jesper tells me to use that
library.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Ok I
had a look at your metadataedit plugin.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>My
plugin should map directly ImageInfo datas to IPTC tags and IPTC tags to
ImageInfo datas.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Right
now I maped it that way from info to Iptc:</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.Headline <--
info.title</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.Caption <--
info.description</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.Category <-- album.name</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.DateCreated <--
info.time().toString("yyyy-MM-dd")</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Envelope.TimeSent
<-- info.time().toString("hh:mm:ss")</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.Keywords <--
info.attributes().key("Keywords")</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Iptc.Application2.City
<-- info.attributes().key("Locations")</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2><SPAN
class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Right now I maped
it that way from Iptc to info:</FONT></SPAN></DIV></FONT></SPAN>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>info.setDescription
<-- Iptc.Application2.Caption</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>info.addAttributes("Keywords") <--
Iptc.Application2.Keywords</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>info.addAttributes("Locations") <--
Iptc.Application2.City</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>info.setTitle <--
Iptc.Application2.Headline</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Just
want to know if you agree with this mapping.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>Does
metadataedit do the same ?</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff size=2>If not
I can think about an integration between both plugin =)</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Cheers.</FONT></SPAN></DIV>
<DIV><SPAN class=851405700-09032007><FONT face=Arial color=#0000ff
size=2>Fabien</FONT></SPAN></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Gilles Caulier
[mailto:caulier.gilles@gmail.com]<BR><B>Sent:</B> Jueves, 08 de Marzo de 2007
05:55 p.m.<BR><B>To:</B> kde-imaging@kde.org<BR><B>Subject:</B> Re:
[Kde-imaging] Export and Import to IPTC<BR><BR></FONT></DIV>Fabien,<BR><BR>I
have take a look into you code. Just "en passant" i have seen that you use
Exiv2 <SPAN class=gmail_quote>library directly without take a care about C++
exception...<BR><BR>If something is wrong during metadata tags manipulations,
the plugin will crash... <BR><BR>Why not to use my libkexiv2 interface
?<BR><BR><A
href="http://websvn.kde.org/trunk/extragear/libs/libkexiv2/">http://websvn.kde.org/trunk/extragear/libs/libkexiv2/</A><BR><BR>Also,
can you give us more informations about your plugin ? what it must doing
exactly ? Is your code cannot be included into MetadataEdit kipi-plugin ?
<BR><BR><A
href="http://websvn.kde.org/trunk/extragear/libs/kipi-plugins/metadataedit/">http://websvn.kde.org/trunk/extragear/libs/kipi-plugins/metadataedit/</A><BR><BR>Cheer<BR><BR>Gilles
Caulier<BR><BR><BR><BR></SPAN>
<DIV><SPAN class=gmail_quote>2007/3/8, Carrion, Fabian (GE Money, consultant)
<<A href="mailto:Fabian.Carrion@ge.com">Fabian.Carrion@ge.com</A>>:
<BR></SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi
the list,<BR><BR>The patch is available at : <A
href="http://fabien.carrion.free.fr/iptc-0.1.tar.bz2">http://fabien.carrion.free.fr/iptc-0.1.tar.bz2</A><BR><BR>The
IPTC integration is already in. But I have a lot of problems to <BR>map iptc
metadata tags on the kipi infos. Could you please help me ?<BR><BR>The
import and export functionality are working.<BR><BR>I would like to have a
good feedback ! I like eXtreme programing :)<BR><BR>Thanks<BR>Fabien
Carrion<BR><BR>_______________________________________________<BR>Kde-imaging
mailing list<BR><A
href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</A><BR><A
href="https://mail.kde.org/mailman/listinfo/kde-imaging">https://mail.kde.org/mailman/listinfo/kde-imaging</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>