[Digikam-users] Disappearing images

Milan Zamazal pdm at zamazal.org
Sat Aug 21 21:00:42 BST 2010


>>>>> "MZ" == Milan Zamazal <pdm at zamazal.org> writes:

    MZ> I still don't know how to identify other possibly hidden images
    MZ> in the database.

I've found the hidden images are those which are present in Images table
but have no entries in ImageInformation table.  So the remedy is

  delete from Images where id not in (select imageid from ImageInformation);

It would be fine if digiKam wouldn't omit such images in album views and
added the missing entries to ImageInformation instead.





More information about the Digikam-users mailing list