[Digikam-users] F-Spot --> Digikam

Gilles Caulier caulier.gilles at gmail.com
Wed Apr 25 17:45:53 BST 2007


Hi all,

Fabien, if users have a script to move from f-spot to digiKam, i will be
happy to see it on digiKam FAQ web project page.

I lets script guru find a right way to give a fine solution. I'm not a
really good script developper. I still better C++ developper (:=))))

Me and Marcel are available if you have specific questions related to
digiKam DB...

Gilles

2007/4/25, Mikolaj Machowski <mikmach at wp.pl>:
>
> Dnia środa 25 kwiecień 2007, Andy Choens napisał:
> >
> > So, I went command-line, and started looking at the dbs. Here's what I
> > found.
> > _______________________________________________________________________
> > F-Spot Database
> >  To save 99% of my info, I really only need to interface with 3 tables.
> >
> > Table Name            Table Columns
> >  photos                       id, time, directory_path, name,
> description, default version
> >  tags                 id, name, category_id, is_category, sort_priority,
> icon
> >  photo tags           photo_id, tag_id
> > _______________________________________________________________________
> >
> > _______________________________________________________________________
> > Digikam Database
> > Obviously, I have to move the info into this db. I'm sure the layout of
> > this file is well know to everyone here, but I'll lay it out anyway. I
> > think I really only need to interact with 3 tables here.
> >
> > Table Name            Table Columns
> >  Images                       id, name, dirid, caption, datetime
> >  Tags                 id, pid, name, icon, iconkde
> >  ImageTags            imageid, tagid
> > _______________________________________________________________________
>
> I would go (but I don't know how - and if - it would work):
>
> Dump F-Spot database to text format.
> Import several photos by hand (tagging, creating albums, etc.). How many
> it depends on your current structure.
> Dump newly created Digikam database into text format.
> Compare.
> Everything is regexp now.
> Import text version on modified F-Spot database into Digikam.
>
> m.
>
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20070425/826f53d9/attachment.html>


More information about the Digikam-users mailing list