https://bugs.kde.org/show_bug.cgi?id=492010
--- Comment #22 from Maik Qualmann <[email protected]> --- The log shows that Exiv2 is reading metadata from all images. The renaming string therefore contains a metadata option. digiKam-8.4.0 already includes a metadata cache, so if the same metadata option is used, it doesn't need to be loaded again for all images. However, it does need to be loaded once, as this information isn't stored in the database. Especially with network drives and a large number of images being renamed, I don't see any way to speed up the process. It would be possible to perform the reading in a separate thread and then update the renaming result in the GUI step by step. However, one would also have to wait until everything has been read to ensure there are no conflicts before the renaming can be carried out. Maik -- You are receiving this mail because: You are watching all bug changes.
