perkeep / gphotos-cdp

This program uses the Chrome DevTools Protocol to drive a Chrome session that downloads your photos stored in Google Photos.
Apache License 2.0
651 stars 36 forks source link

Consider setting file creation/update date from EXIF information #7

Closed JakeWharton closed 4 years ago

JakeWharton commented 4 years ago

This could be done as a post-processing step externally, but then you either have to do it on all files every time or try to track new items. It doesn't seem outside of the responsibility of the tool to consider making this a built-in feature.

mpl commented 4 years ago

@JakeWharton I feel like this falls exactly under the use-case of the -run flag, no?

JakeWharton commented 4 years ago

Yep! Not sure how I overlooked that. Thanks!