Jaisen Mathai
Jaisen Mathai
- ExifTool geolocation as MapQuest alternative when no API key is configured - Comprehensive unit tests - Proper fallback behavior - Priority order: MapQuest (if key exists) → ExifTool →...
See #479
All of the tests for this repository use [Nose](https://nose.readthedocs.io/en/latest/). Possible solutions: - Migrate to pynose (https://pypi.org/project/pynose/) - Migrate to pytest (https://pypi.org/project/pytest/) Running the tests results in this error. ``` (.env-elodie)...
1. We identified that the issue occurs when metadata values (like album, extension, or title) are integers instead of strings, which causes .strip() to fail with an AttributeError. 2. We...
Build an Immich plugin similar to the [Google Photos Plugin](https://github.com/jmathai/elodie/tree/master/elodie/plugins/googlephotos).