brenthuisman / par2deep

Produce, verify and repair par2 files recursively.
GNU Lesser General Public License v3.0
84 stars 8 forks source link

Expand progressbar and make interuptable #1

Closed brenthuisman closed 5 years ago

brenthuisman commented 6 years ago

Since executing the actions may take a while, a bit more info on its progress is nice.

Add the following:

brenthuisman commented 5 years ago

Note: First improvement is already done in cli mode (tqdm). Second point: make sure the interrupt is atomic, then cleanup isn't necessary.

brenthuisman commented 5 years ago

With todays updates, the current file is shown during processing. The program is in both cli and gui modes intrerruptable (SIGINT, CTRL+C, Close Window), so we can close this issue. The latest action I think is atomic, but if it wasn't, then that's probably what the user intended by closing the window (shutdown).