Sort tool
Go to file
Jaisen Mathai 52e9a3b7c0 Initial prototype of album update support 2015-10-14 00:46:36 -07:00
elodie Refactor code to use pyexiv2 for photos and videos and move methods out to Media class 2015-10-14 00:39:30 -07:00
tests Refactor code to use pyexiv2 for photos and videos and move methods out to Media class 2015-10-14 00:39:30 -07:00
.gitignore Initial version of photo importer 2015-10-08 02:22:30 -07:00
README.md Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
import.py Refactor code to use pyexiv2 for photos and videos and move methods out to Media class 2015-10-14 00:39:30 -07:00
update.py Initial prototype of album update support 2015-10-14 00:46:36 -07:00

README.md

elodie

pip install exifread pip install LatLon pip install requests

brew install exiftool

Need config.ini for reverse lookup

Need pyexiv2. Here's how to install on OS X using homebrew...on your own to use other tools.

Sourced from http://stackoverflow.com/a/18817419/1318758

May need to run these. brew rm $(brew deps pyexiv2) brew rm pyexiv2

Definietly need to run these brew install boost --build-from-source brew install pyexiv2