<div dir="ltr"><div>Hi Johannes,</div><div><br></div><div>I might try this last approach you comment, since I'm more confident at the moment with python than others, my plan (still an idea only) would be to create a script that would satisfy these points:</div><div><ul><li>Simple to call (just passing the file name) and a couple of options</li><li>Safe to call (not overwriting, preserving originals)</li><li>Compliant (write the information in the places that make most sense for the tagging used)</li></ul><div>I'l llet you know what can I accomplish<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Missatge de Johannes Zarl-Zierl <<a href="mailto:johannes@zarl-zierl.at">johannes@zarl-zierl.at</a>> del dia dv., 23 d’ag. 2019 a les 0:26:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Joan,<br>
<br>
Am Donnerstag, 22. August 2019, 18:33:38 CEST schrieb Joan:<br>
> Then, maybe the best way to accomplish what I want would be to add a new<br>
> plugin.<br>
> I would like that the Metadata crated in kphotoalbum was stored in the<br>
> photo exiv field, so I could reuse it on any other program, file explorer,<br>
> etc..<br>
> Where should I start? I have no experience developing in kde<br>
<br>
KPhotoAlbum currently supports two plugin types: KIPI plugins and purpose <br>
plugins.<br>
<br>
KIPI was specifically created with support for image metadata in mind, but is <br>
basically obsolete by now and will be removed from KPhotoAlbum some time in <br>
the future.<br>
<br>
Purpose, is a new plugin system that was created for much simpler needs <br>
(exporting images to websites). It does not currently support metadata export <br>
as you would need. The good news though is that purpose plugins can be <br>
improved to support this use-case.<br>
<br>
This means that you need to:<br>
1. Add support for metadata-exports to purpose<br>
2. Write a purpose plugin that exports the data to exif.<br>
<br>
If you're still interested I can put you in contact with the purpose <br>
maintainer and help you along the way (as far as my time allows).<br>
<br>
I should also mention that there's a different approach that may work for you: <br>
You could parse the index.xml file and use a script to write the info to the <br>
image files (don't forget to recompute the md5 sums in kphotoalbum <br>
afterwards).<br>
<br>
Cheers,<br>
  Johannes_______________________________________________<br>
KPhotoAlbum mailing list<br>
<a href="mailto:KPhotoAlbum@mail.kdab.com" target="_blank">KPhotoAlbum@mail.kdab.com</a><br>
<a href="https://mail.kdab.com/mailman/listinfo/kphotoalbum" rel="noreferrer" target="_blank">https://mail.kdab.com/mailman/listinfo/kphotoalbum</a><br>
</blockquote></div>