Summary: | "Robust metadata support", "Exception resistance", "Versioning", "Outside Program Interference" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Sherwood Botsford <sgbotsford> |
Component: | Metadata-Versioning | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.8.2 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.1.0 | |
Sentry Crash Report: |
Description
Sherwood Botsford
2008-03-17 16:50:09 UTC
Hi Sherwood, before going into the details: 0.8.2 is outdated by now; 0.9.3 is the current stable version and 0.9.4 will be out soon (see http://www.digikam.org/?q=about/releaseplan). Therefore many issues you raise are fortunately already solved. 0.) there should be no problem with that 1.) Digikams albums directly correspond to directories on the hard disk. Virtual albums can be created by using Tags. (A particular case of virtual albums are the result of user defined searches or dates view). 2.) See point 3) in https://bugs.kde.org/show_bug.cgi?id=125736 Please add any comments there. 3.) Is possible with the current version 4.) Is possible with the current version 5.) Could you please file a separate wish for this one? 6.) Searching for similar pictures will be done for digkkam 0.10, This is to some extent also related to https://bugs.kde.org/show_bug.cgi?id=125387 7.) A.) With the current digikam version, all metadata can be stored both in the database and in the image file (if supported). B.) hash values will be used for digikam 0.10 D.) For digikam 0.10 the Haar measure will be used to detect similar images. I would suggest to close this bug because too many things are already solved. Maybe you could try the current version and then, if you miss a feature, file separate wishes for each of them, because otherwise it is difficult to keep track of the corresponding discussion and patches. Thanks a lot, Arnd Sherwood, I'm sorry, but I cannot accept a bug report about 0.8.2. This version is too old. If you want a review of new feature implemented in 0.9.x series, please take a look into this paage: http://www.digikam.org/?q=changelog ... you will see than a huge list of improvements have been done (:=))) Also, do not post more than major subject in the same report: it's infernal to manage in bugzilla. Gilles Caulier Please, update last stable release Since 6.0.0, the Metadata Engine used in digiKam core is fully wrapped with C++ Exception and all Exiv2 call are protected with thread lock. I write an unit test to check performance and stability using read/write of meta-data with Exiv2 with multicore/multithread environment. My huge collection of photo (RW/JPEG/PNG/TIFF, etc.) pass without dysfunction. Gilles Caulier |