Tool for reading image file exif data and inserting it into a local SQLite instance.
$ brew install exiftool
$ brew install sqlite
$ ./run.sh "-p <path> [extension(s)]"
To read exif data from all supported image files in my local Pictures directory:
$ ./run.sh "-p /Users/jasonracey/Pictures"
To read exif data from all .arw and .cr2 files in my local Pictures directory:
$ ./run.sh "-p /Users/jasonracey/Pictures arw cr2"
To export all photograph data from photographs.db to photographs.csv:
$ ./export-to-csv.sh