HashCheck icon indicating copy to clipboard operation
HashCheck copied to clipboard

[Feature Request] Hash Verify -- opening multiple hash files

Open a-raccoon opened this issue 3 years ago • 4 comments

One issue that I encounter regularly is trying to verify multiple hash files, all at once, which creates a huge drag with the harddisk attempting to read multiple files in parallel. There are a few solutions I would like to propose, if any of them would be of interest to implement.

  • When a hash verify window is already open, then reuse it by amending additional hash file contents to it and continue processing in sequential order.
  • Spawn multiple hash verify windows, like normal, but pause them until the previous windows are done.
  • Add options for Joining (and Splitting) hash files, so I can join a few thousand together into one hash file, and then just verify it as normal. Joining and Splitting would have to take the *relative\folder\paths\ into consideration from each of the joined or split hash files.

Thoughts?

a-raccoon avatar Apr 09 '21 03:04 a-raccoon