Jaisen Mathai
Jaisen Mathai
Python 2.7 will be deprecated in order to streamline maintenance. We'll create a maintenance branch and merge patches as long as they do not require any Python 2.7 specific code...
Uses the `tzwhere` and `pytz` libraries to get the string representation of the location (i.e. US/Pacific) and converts that to an offset which is used to adjust the date related...
Since updating EXIF rewrites the file and can cause corruption we should consider copying the previous version of the file to some known location. Taken from this comment on Medium....
When using the `update` command with `elodie.py` the GooglePhotos plugin will upload the same photo again causing duplicates in the Google Photos library.
HEIC photos taken in panorama or VR format cannot have album or title EXIF updated using `elodie.py`. Importing the files works okay but it's not possible to update them to...
Because the `hash.json` file stores every photo's fully qualified path it's not portable across machines. This also prevents elodie from running on multiple machines to manage a single library.
There should be a way to remove a tag that you've added or was already on a photo. This should include all supported tags (location, title, album, etc).