We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want people to be able to query their Apple Photos metadata without having to first run upload to upload all of their files to their own S3 bucket.
upload
To do this I can have apple-photos calculate SHA256 hashes of each photo if the uploads table does not yet exist (or does not contain that photo).
apple-photos
uploads
The text was updated successfully, but these errors were encountered:
Most annoying part of this is the difficulty of actually showing a photo.
Maybe I need to run a local proxy that I can link to? A custom Datasette plugin perhaps?
Sorry, something went wrong.
d5d69b9
No branches or pull requests
I want people to be able to query their Apple Photos metadata without having to first run
upload
to upload all of their files to their own S3 bucket.To do this I can have
apple-photos
calculate SHA256 hashes of each photo if theuploads
table does not yet exist (or does not contain that photo).The text was updated successfully, but these errors were encountered: