andyjohnson0 / TakeoutExtractor

Extract content files from a Google Takeout archive, rename files with a consistent naming scheme and add missing metadata. Runs on Windows and MacOS.
Other
12 stars 2 forks source link

Use sidecar photoTakenTime element for file and directory naming #19

Closed andyjohnson0 closed 9 months ago

andyjohnson0 commented 9 months ago

photoTakenTime defines when the photo was taken, and should be used for naming the copied output file and directory.

The value that was previously used, creationTime, defines when the source photo/video hit the Google Photos service. This may be very close to photoTakenTime if the device is able to upload the file immediately. Or it may be substantially different if the file could not be promptly uploaded (e.g. no wifi) or if the photo/video timestamp was edited in the Google Photos web UI.

andyjohnson0 commented 9 months ago

Fixed in v1.1