Bug 470359 - Geolocation Edit plugin ignores lazy synchronization / immediately writes metadata
Summary: Geolocation Edit plugin ignores lazy synchronization / immediately writes met...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Gps (other bugs)
Version First Reported In: 8.0.0
Platform: Flatpak Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-28 12:03 UTC by Paul Krause
Modified: 2023-10-23 02:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 8.2.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Krause 2023-05-28 12:03:46 UTC
SUMMARY
See title


STEPS TO REPRODUCE
1. Settings -> Metadata -> Behavior -> Use lazy synchronization
2. Settings -> Metadata -> Behavior -> Write this information to the metadata -> Geolocation
3. Select at least one file / item / photo / video
4. Item -> Edit Geolocation
5. Drag & drop item onto map, alternatively paste coordinates via the context menu
6. Hit apply button


OBSERVED RESULT
The metadata is written immediately.


EXPECTED RESULT
Lazy synchronization, i.e., files are added to the metadata write queue.


Thanks!
Comment 1 Maik Qualmann 2023-05-28 12:25:04 UTC
The geolocation tool is also used by showFoto, but under digiKam it has a database interface. Since the geolocation metadata is covered by the database, I will see if we can implement it for this tool.

Maik
Comment 2 Paul Krause 2023-10-11 14:16:41 UTC
Fixed in latest appimage / 8.2.
Presumable by https://bugs.kde.org/show_bug.cgi?id=465635

Thanks!