[Digikam-devel] [Bug 185915] Album View: "Created" time of video set to "00:00"

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Mar 3 20:58:01 GMT 2009


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





--- Comment #4 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-03-03 21:58:00 ---
No unfortunately there is no easy way at the moment. Especially, importing from
a second place will not do it (digikam is too smart sometimes and will
recognize it already knows these images).
The current way is to set modification date to null in the db which enforces a
full rescan. So opening the db file with the sqlite3 tool and execute

UPDATE Images SET modificationDate=null WHERE category=2;

I hope that does the trick. (If you have valuable tags assigned to these video
files make a db backup before ;-) )

Sorry for that problem and thanks for beta-testing!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list