Jonathan
Jonathan
My `~/.elodie/config.ini` looks like this: ``` [Directory] location=%city, %state year=%Y month=%B full_path=%year/%month/%album|%location [MapQuest] key=XsGncZA***************GHp4z9bng prefer_english_names=True ``` Using this config, files without location information end up in a directory structure like...
I'm working to import a large existing photo collection, and the metadata is either missing or incorrect for a large number of the photos. I've been importing batches of photos,...
The licence-check-plugin crashed when I added it to my pom and tried to run `mvn clean verify`. Here's an excerpt of the build log: ``` [INFO] --- license-check-maven-plugin:0.5.3:os-check (default) @...
Conditional upgrade of `future` to `v0.18.3` and `tabulate` to `v0.9.0` if and only if python version is > `v3.10`. This fixes the error "ImportError: cannot import name 'Iterable' from 'collections'...