[Digikam-users] Plugin development: any tutorials?

Andi Clemens andi.clemens at gmx.net
Fri Apr 24 19:24:55 BST 2009


Well one way to read digikam tags is to query the database. There are a lot of 
ways to do this in python.

In digiKam 0.11 the Batch Queue Manager could be used to create two copies of 
your images.
A custom command can be used (at least it is planned) so you could also add 
some ftp command to the batch queue.

I think a kipi-plugin would be overkill, but if you want to do so:
Just copy an existing plugin into a new folder, change it to fit your needs 
and finally copy this plugin into your system folder (make && make install).

We don't have a tutorial for this, but actually it is really simple if you 
know C++.

Andi

On Friday 24 April 2009 20:12:55 Dotan Cohen wrote:
> Is it possible to write a plugin for Digikam for personal use, like a
> Firefox extension, without recompiling Kipi?
>
> Specifically, we mark photos to upload to a website. I need to make
> two copies of each image (one 160x120px and the second 640x480px) and
> upload them via ssh or ftp to a remote server. Is this possible?
>
> If this is not possible, then I could write a bash script to do it if
> there is a way to read the digikam tags via bash (or better yet,
> Python). Thanks in advance.




More information about the Digikam-users mailing list