NoFoolLikeOne / EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format
GNU General Public License v3.0
34 stars 4 forks source link

Delete originals can result in missing files. #1

Closed NoFoolLikeOne closed 7 years ago

NoFoolLikeOne commented 7 years ago

It turns out that Elite Dangerous creates a sequence number by by using the number on the most recent file in the directrory.

If the plugin deletes the original file then the sequence starts from zero and any file in the converted directory can get overwritten.

The fix will need to maintain a seperate sequence number in the converted directory instead of capturing the number from the original file

NoFoolLikeOne commented 7 years ago

Fixed in release 1.1