fxstein / GoProX

The missing GoPro data and workflow manager for macOS
MIT License
23 stars 3 forks source link

Bug: Incorrect file creation dates #27

Open fxstein opened 1 year ago

fxstein commented 1 year ago

Both import and process seem to be setting the incorrect FileCreateDate. Imported and processed files get the date the process was run and not that of the original image creation date.

Needs further analysis.

fxstein commented 1 year ago

Further testing has confirmed that goprox sets the correct file creation dates - at least initially and can be verified through the built in test suite (only available in a developer install - from the cloned git repo root)

goprox --test

Looking into potential prior version bugs.

fxstein commented 1 year ago

Could be related to 6e0a50a.

After applying the -if condition fix some imported media files have now the correct creation time.