-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import photo metadata from Apple Photos into SQLite #1
Comments
I'm going to use osxphotos for this. Since I've already got code to upload photos and insert them into a table based on their |
Command will be this:
This will populate a |
For locations: I'll add
|
To get the taken date in UTC:
|
Albums have UUIDs:
|
Record burst_uuid as a column:
|
Reading this source code is really useful for figuring out how to store a photo in a DB table: https://github.com/RhetTbull/osxphotos/blob/7444b6d173918a3ad2a07aefce5ecf054786c787/osxphotos/photoinfo.py |
Needs documentation. |
Faces, albums, locations, that kind of thing.
The text was updated successfully, but these errors were encountered: