JorgenMygindPilgaard / MemoryMate

A UI for updating your photos with metadata like title, description, tags, geo-location and more
Other
3 stars 0 forks source link

Ability to paste Delta-date/time #109

Open JorgenMygindPilgaard opened 1 week ago

JorgenMygindPilgaard commented 1 week ago

Currently it is possible copy date/time to one or more images in one go. It should be possible to paste a delta date/time from one image to multiple. It should work like this:

  1. You edit the date-time of source photo to be correct
  2. Behind the scenes, the program calculates the delta, e.g. Plus 0 days 1 hour and 12 minutes.
  3. When pasting, the paste-menu should hold a "Date Delta" option in addition to date option.
  4. If user pastes with Date Delta-option, the Date/time of the target photo(s) are shifted with the delta.
JorgenMygindPilgaard commented 1 week ago

In ui_main.py line 870, check if delta, and calculate target-value from by adding delta, if it is a delta-paste.