[Digikam-devel] [digikam] [Bug 332665] digiKam should use Baloo interface

Vishesh Handa me at vhanda.in
Mon Mar 2 11:35:19 GMT 2015


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

--- Comment #55 from Vishesh Handa <me at vhanda.in> ---
(In reply to Gilles Caulier from comment #54)
> >The Baloo dependency can be dropped.
> 
> I don't understand why exactly ?
> 

Baloo in KF5 is just a file indexer. It goes through your file and creates an
index optimized for searching. It also indexes tags, ratings and comments.
These tags, ratings and comments are obtained from the extended attributes of
the file via KFileMetaData::UserMetadata. This is a os independent wrapper on
top of xattr.

Digikam is currently only using KFileMetaData. It is not using Baloo.
Therefore, the dependency can be dropped.

You only need to use Baloo is you want to perform some kind of queries on the
index.

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



More information about the Digikam-devel mailing list