Commit Graph

18 Commits

Author SHA1 Message Date
fe8b033646 Rename python requirements file to standard name 2024-03-23 22:32:23 +09:00
13c67bdad5 project toml file, minor fixes for main file 2023-12-07 22:12:29 +09:00
72b225bf10 Readme update, pip-requirements.lst file name change 2023-11-27 23:04:00 +09:00
b7de6d8119 Reverse Geolocate Clean up run 2022-11-11 23:08:41 +09:00
a0a023859a README update with new fuzzy option info
Also fix footer seperator width
2018-05-18 15:43:48 +09:00
e4e52927da New option to only list unset data
With the -u flag only XMP data that has unset or missing data will be
listed
2018-03-08 14:12:32 +09:00
a4f694f5d6 Add auto adjust for columns based on terminal width
With flags -a to override any auto adjust and just keep default column
width. And flag -c for automatic compact view (40% column size
reduction)

The auto adjust on terminal size larger than needed is only for path
column at the moment.

For smaller it will auto adjust each column slowly in 10% steps until
the width is smaller than the terminal width.

Side note: CJK characters can still be reason for a skewed layout.
2018-03-07 18:32:21 +09:00
a3496279a9 Update README file with correct stats output 2018-03-07 10:58:41 +09:00
677b2a05fb Exclude folders from processing, add Page number to list view
The include folders argument changed from -x to -i
-x is used for excluding folder or files form processing

In the list view the page number and max pages is also printed out
(cosmetic)
2018-03-07 10:24:00 +09:00
41bae7eb5d Add list data only flag
With the -r flag data will only be read from the XMP files and printed
out and no other action (LR lookup, Maps lookup) is performed
2018-03-05 15:52:07 +09:00
e28659fd88 Config file settings
Google API key and OpenStreetMap Email can be written to a config file
2018-03-01 10:10:47 +09:00
cf06ef35eb Change the python3 shebang to env to find python3 automatically 2018-02-27 14:34:40 +09:00
ef7e071a7d Update OpenStreetMap query with email, fix requests parameters
OpenStreetMap has optional parameter email to add an email address for
large requests amount.
Also check google and open street map options do not overlap.

All requests are now built with the parameters option when queries so
any parameter given is automatically correctly encoded.
2018-02-26 14:32:28 +09:00
05bc66e57d Add OpenStreetMaps to reverse geo lookup
Location data can be checked from OpenStreetMaps too
2018-02-26 13:51:45 +09:00
9088995ff9 Update documentation about install 2018-02-26 09:14:59 +09:00
58d9f4ebde Add strict Lightroom check, various bug fixes for overwrite and check
If -s (--strict) argument is given it will check the path too and not
only the file basename.

The following bug fixes have been done:
- if verbose was not given it was unset and so google lookup debug
output crashed. Is set to 0 on unset
- if data is found multiple times in the Lightroom DB we print out a
different warning and not put it into the not found group
- after a google lookup write the data back into the base set for debug
output purposes
- if Lightroom data is used for overwrite data was never written because
the unset check was done on the already set data and not the original
unset data
2018-02-23 16:27:10 +09:00
4b282c3d13 README file update, Script update to first release 2018-02-23 11:15:50 +09:00
77f755c40f Initial commit 2018-02-23 09:32:15 +09:00