Problem with exiftool google photos json

Started by romulusx, November 18, 2020, 11:04:14 AM

Previous topic - Next topic

romulusx


Hello everyone, I just downloaded all the photos from google to put them in my nas qnap and google puts many folders where my photos are inside and the labeling of the GPS places I am trying to attach this information to the photos and I get this error


zsh: no such file or directory: GeoDataAltitude»

and this is de command

exiftool -r -tagsfromfile «%d/%F.json» «-GPSAltitude<GeoDataAltitude» «-GPSLatitude<GeoDataLatitude» «-GPSLatitudeRef<GeoDataLatitude» «-GPSLongitude<GeoDataLongitude» «-GPSLongitudeRef<GeoDataLongitude» «-Keywords<Tags» «-Subject<Tags» «-Caption-Abstract<Description» «-ImageDescription<Description» «-DateTimeOriginal<PhotoTakenTimeTimestamp» -d %s -ext jpg -overwrite_original <Photos Folder>

any help please

StarGeek

Don't use this character «

Use single quotes '

Also, double check to see if the data you're adding isn't already in the files.  Google Photos does not strip away any data, so unless you made changes on the website, you don't need to do anything.

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype