-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bug: Script seems to strip metadata from downloaded assets #3
Comments
What kind of metadata do you expect there to be on the downloaded asset? And what is the actual metadata? |
Mostly exif. The images I downloaded had their exif stripped, so all the dates tags were reset to the download date. Your script is actually part of a chain, the next step being to sync the files to google photos. No exif means that photos can't place the pictures properly in the timeline |
So looking into it more, I think the culprit is classdojo that strips the exif when the educator uploads a picture. I figure it's a feature to meet privacy requirements or something. I forked your repo and I'm going to look into modules too edit the exif. I figure I can reinject exif data from the content timestamps |
Makes sense that classdojo strips it out. |
Yeah it's not the most accurate timestamp, but so far with my daycare, they're uploading on the same day, so I'm not to worried. I can accept a few days discrepancy. I just can't have two year old photos bunched up with yesterday's. |
No description provided.
The text was updated successfully, but these errors were encountered: