[Digikam-devel] [Bug 121460] Album date average incorrect

Marcel Wiesweg marcel.wiesweg at gmx.de
Wed Jul 12 12:28:54 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121460         
marcel.wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
            Version|0.8.1                       |0.9.0-svn



------- Additional Comments From marcel.wiesweg gmx de  2006-07-12 13:28 -------
It's not so easy at a second glance.
There is the ioslave which is doing one part of the scanning (adding to db), there is the ScanLib which does the other part, and then there is again the ioslave which reads from the db.
Only the latter has a filter applied which is taken from the album settings.

So we could
- use the getAllFileFilter() in DIO::scan as well (which starts the ioslave scan)
- add filter support in ScanLib

But what if the user changes the extensions in the setup? What if the AlbumIconView adds an extension to the list? What if an extension is _removed_?

We could also think about why there is the massive code duplication of ScanLib + ioslave + AlbumDB. We could also postpone this to an undetermined point of time...



More information about the Digikam-devel mailing list