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

--- Comment #11 from [email protected] ---
Hi Maik,

ItemInfo class as a cached getter to know the face counts for an item. So it
will be easy to to add an overlay about facetags.

For Exif, Iptc, and Xmp, there are no cached getter to know if chunk exists in
file. DMetadata must be used instead, which will be a time consuming task.

Q : in the iteminfodata.h we have 2 boolean :

    // These two are initially true because we assume the data is there.
    // Once we query the data and find out it is missing, we set them to false.

    bool                                     hasVideoMetadata           = true;
    bool                                     hasImageMetadata           = true;

I think these variables are used internally while metadata are imported in the
database, not to know the availability of image/video metadata information for
an item. Right ?

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to