Skip to content

Instantly share code, notes, and snippets.

@rogerthomas84
Created April 26, 2024 07:47
Show Gist options
  • Save rogerthomas84/69056a87a356ae45642245b0fef89a09 to your computer and use it in GitHub Desktop.
Save rogerthomas84/69056a87a356ae45642245b0fef89a09 to your computer and use it in GitHub Desktop.
exiftool google photos takeout fix command
# Get exiftool here -> https://exiftool.org/
exiftool -r -d %s -tagsfromfile %d%f.%e.json -description "-createdate<creationdatetimestamp" "-datetimeoriginal<phototakentimetimestamp" "-modifydate<modificationtimetimestamp" -overwrite_original
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment