<div>Hi all,</div>
<div> </div>
<div>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.</div>
<div> </div>
<div>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 (:=))))</div>
<div> </div>
<div>Me and Marcel are available if you have specific questions related to digiKam DB...</div>
<div> </div>
<div>Gilles<br> </div>
<div><span class="gmail_quote">2007/4/25, Mikolaj Machowski <<a href="mailto:mikmach@wp.pl">mikmach@wp.pl</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Dnia środa 25 kwiecień 2007, Andy Choens napisał:<br>><br>> So, I went command-line, and started looking at the dbs. Here's what I
<br>> found.<br>> _______________________________________________________________________<br>> F-Spot Database<br>>  To save 99% of my info, I really only need to interface with 3 tables.<br>><br>> Table Name            Table Columns
<br>>  photos                       id, time, directory_path, name, description, default version<br>>  tags                 id, name, category_id, is_category, sort_priority, icon<br>>  photo tags           photo_id, tag_id
<br>> _______________________________________________________________________<br>><br>> _______________________________________________________________________<br>> Digikam Database<br>> Obviously, I have to move the info into this db. I'm sure the layout of
<br>> this file is well know to everyone here, but I'll lay it out anyway. I<br>> think I really only need to interact with 3 tables here.<br>><br>> Table Name            Table Columns<br>>  Images                       id, name, dirid, caption, datetime
<br>>  Tags                 id, pid, name, icon, iconkde<br>>  ImageTags            imageid, tagid<br>> _______________________________________________________________________<br><br>I would go (but I don't know how - and if - it would work):
<br><br>Dump F-Spot database to text format.<br>Import several photos by hand (tagging, creating albums, etc.). How many<br>it depends on your current structure.<br>Dump newly created Digikam database into text format.<br>
Compare.<br>Everything is regexp now.<br>Import text version on modified F-Spot database into Digikam.<br><br>m.<br><br>_______________________________________________<br>Digikam-users mailing list<br><a href="mailto:Digikam-users@kde.org">
Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a><br></blockquote></div><br>