Closed pjrinaldi closed 4 years ago
implement file/hash size check to determine if it is already hashed and if it should be hashed again, this will speed up processing already processed files. similar to how i implemented zip archive expansion.
Implemented
Need to incrementally save the hashes as they are generated so when it crashes, it will have written some hashes so the user doesn't have to start over.
then i'll need to implement a method to restart where it checks if a hash exists and won't redo the already done hash.