Initial version of export added to command line

This commit is contained in:
Rhet Turnbull
2019-12-22 10:43:45 -08:00
parent 8a00318399
commit 2519104928
3 changed files with 190 additions and 1 deletions

View File

@@ -19,3 +19,5 @@ _TESTED_OS_VERSIONS = ["12", "13", "14", "15"]
# Photos 5 has persons who are empty string if unidentified face
_UNKNOWN_PERSON = "_UNKNOWN_"
_EXIF_TOOL_URL = "https://exiftool.org/"