-
Notifications
You must be signed in to change notification settings - Fork 572
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
Write exif informations from apple metadata #448
Comments
What specific metadata attribute(s) from iCloud you would like to see in exif? Can you please outline a scenario to test functionality once implemented? E.g. 1) upload photo without XYZ exif 2) check that iCloud Web UI shows ABC attribute 3) download photo and check that XYZ matches ABC data. |
In my case I am interested in detected persons and albums. |
What tool are you using to search local files by exif tags? What tags does that tool use for Person & Album? I scanned https://exiv2.org/tags.html and don't see anything close to the requested metadata. |
At the moment I export from iCloud with osxphotos it writes the information at various tags. Christoph Drexler is a person, icloudpd is a album. Apple photos is scanning my photos and add some aditional information, like persons, selfies, duplicates, etc. And I sort photos to albums. Everything happens in the cloud. As soon as I export it with icloudpd I loose these information. osxphotos is capable, but only runs on mac. And I have only a virtual mac which runs, but Linux on the server would be better. Because it runs 24/7. |
I am not really familiar with these things. But I am looking for a solution to save the additional information apple is adding to my photos. |
I observed that icloudpd.exe under Windows is basically downloading the Metadata. However the IPTC part is missing. The reason for using icloudpd was the hope for accessing the caption, which is unfortunately part of IPTC block. |
Hi, I am interested as well in extension of the support of exif information. Specifically the adjusted GPS location (as priority 1) and detected persons (priority 2). |
My brief googling suggested that there are many approaches to storing metadata and XMP seems to be the preferred way for face data. What is your experience with using XMP/Exif/etc in photo organizing software? Maybe icloudpd should support rich metadata export into XMP? |
I will update my last comment, my need was in fact more to retrieve the edited photos and videos that user can see on iPhone after edit. The adjusted date works already fine in 1.15.1. Thus my need is more related to enhancement #249 and #412 for which I could build a working solution at least for my needs. I'll follow-up in #249. |
Summary
Adding metadata from apple photos to exif
Context
Apple or the photos app is generating metadata which contains keywords, persons, GPS location, etc. At the moment not all of them are written to the exif information in a picture.
It would be nice, if there is a option like
--exif
to write all these data to the files.So other programs can make use of it. For example, as far as I know Adobe Lightroom is working with these, or a batch rename/move can use this.
The text was updated successfully, but these errors were encountered: