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

Inconsistent output across different filesystems #14

Closed andyjohnson0 closed 1 year ago

andyjohnson0 commented 1 year ago

Depending on the filesystem used to store the input files, the photo/video output differs. This is manifested in two ways:

The root-cause is that the ordering of output from DirectoryInfo.EnumerateFiles() is filesystem-dependent - see https://stackoverflow.com/questions/14097264/directory-enumeratefiles-read-order

andyjohnson0 commented 1 year ago

Fixed in v0.9