mattwilson1024 / google-photos-exif

A tool to populate missing `DateTimeOriginal` EXIF metadata in Google Photos takeout, using Google's JSON metadata.
MIT License
866 stars 127 forks source link

How do I start? #39

Open migben01 opened 1 year ago

migben01 commented 1 year ago

Hey Matt

I believe your tool can help me but I have no coding knowledge so I´m a bit lost here. I did the Google Takeout and 10 % ( around 13K photos ) of my photos have no metadata or a Json file in a different folder. How do i use this script? I am on a mac. Does anyone know how I can get this tool up and running? Do I use terminal? Thanks?

esoterik-dev commented 1 year ago

If there are JSON files in different folder, all of the media and json have to be moved into a single folder. You can either do it manually or use a script like https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper

And to use this script, you will need to have node & yarn installed.

Then you can follow the instructions from Quick Start

guba91 commented 11 months ago

this should be in the wiki :)