-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
The requirement for adding people tag information from JSON files to the exif of photos #273
Comments
If we had exif inserting support i would think about this... but we don't right now :/ But i'll keep this issue - please add some examples of those jsons because mine didn't contain any of this |
the people are listed in the JSON like: "people": [{
"name": "Person Name"
}, {
"name": "Other Name"
}], |
Adding the "People" part is the main reason I want to integrate the JSON from Takeout. Would LOVE to have this supported with GPTH. The place to add this info is the XMP. The tag is: I know that ExifTool can add this info to the XMP metadata in the image. JSON from Takeout with the people info{ XMP sidecarThis shows the tag and the syntax when using an external XMP file. It can also be embedded into the image, which is what you'd want for this solution. <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 12.58'> <rdf:Description rdf:about='' <rdf:Description rdf:about='' <rdf:Description rdf:about='' <rdf:Description rdf:about='' <rdf:Description rdf:about='' |
Because Google Photos has excellent character recognition capabilities, it happens that this information is retained in the JSON file. Can we also import this information into the photo's exif. I am using a replacement for Google Photos, but its character recognition is far inferior to Google Albums. I have searched for many tools but there is no convenient or mature method. Can the author implement this feature? Thank you again for your tools!
The text was updated successfully, but these errors were encountered: