[Digikam-devel] [digikam] [Bug 323718] Rebuild all thumbnails does not get rid of all thumbnails first

Gilles Caulier caulier.gilles at gmail.com
Sat Dec 7 15:12:04 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=323718

--- Comment #10 from Gilles Caulier <caulier.gilles at gmail.com> ---
Marcel

as you can see in code from thumbnailtask.cpp:line 84 :

d->catcher->thread()->deleteThumbnail(d->path);

We only delete valid previous file registered in DB. It do not clear all other
dummy entries.

A garbage collector can be a powerful tool to prevent to rebuild all items. but
for each album to process, we can clean all items, including all garbage
entries... this can be most simple to implement. There is no method implemented
in this way currently. Right ?

Note : the real question here is why garbage entries are present in DB. When an
item is removed or disappear, thumb is DB is not removed automatically ?

Gilles

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list