[digiKam-users] Digikam SQL database question

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Digikam SQL database question

s maroukis
In the main sqlite database (for me `digikam4.db`), under the table `Images`, what does the `status` field correspond to?

I'm seeing statuses of 1,3,and 4, and multiple entries for some of the 'same' photos (with different imageid's)

I'm trying to copy the tags/lables from my JPGs to my CR2 files, by copying & creating the entries in the ImageTags table for the Raw files.

Reply | Threaded
Open this post in threaded view
|

Re: Digikam SQL database question

Gilles Caulier-4
Hi,

Look this document for database schema details :

https://invent.kde.org/kde/digikam/-/blob/master/project/documents/DBSCHEMA.ODS

Best

Gilles Caulier

Le lun. 24 févr. 2020 à 09:29, s maroukis <[hidden email]> a écrit :
>
> In the main sqlite database (for me `digikam4.db`), under the table `Images`, what does the `status` field correspond to?
>
> I'm seeing statuses of 1,3,and 4, and multiple entries for some of the 'same' photos (with different imageid's)
>
> I'm trying to copy the tags/lables from my JPGs to my CR2 files, by copying & creating the entries in the ImageTags table for the Raw files.
>