Skip to content
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

Suggestion to copy other data fields such as gps data #18

Open
tuanla93 opened this issue Jun 7, 2021 · 2 comments
Open

Suggestion to copy other data fields such as gps data #18

tuanla93 opened this issue Jun 7, 2021 · 2 comments

Comments

@tuanla93
Copy link

tuanla93 commented Jun 7, 2021

Hi,

Thanks for this useful tool! I love it!
I just have a suggestion.

As I can see in src/helpers/update-exif-metadata.ts , this is to update the DateTimeOriginal only.
May be it will be useful in the future if you could copy/tag all other infomation in json such as GPS data?

Thank you.

@DD0011
Copy link

DD0011 commented Jan 9, 2022

Hello,

Thanks for this tool!! It would be great addition to include the following from the JSON file along with the currently supported:
"photoTakenTime": {"timestamp": "1630106806", "formatted": "Aug 27, 2021, 11:26:46 PM UTC"}

Please update the code to include the following
-- "description": " defined description from manually adding to photo"

-- "geoData": {
"latitude": 41.853960799999996,
"longitude": -88.157765,
"altitude": 0.0,
"latitudeSpan": 0.0013490000000001604,
"longitudeSpan": 0.0013488999999991288
Assuming these entries have data values

Thank you ..

@AlecRust
Copy link

In my testing, GPS data is retained in the image's exif data when exported with Takeout.

So this tool could manually re-apply the JSON data to the image, but there's no need?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants