TheHardew / compress_comics

A script to compress cbz/cbr comics with jpeg xl
The Unlicense
6 stars 0 forks source link

Update the bars periodically #18

Open TheHardew opened 9 months ago

TheHardew commented 9 months ago

Instead of only updating once an image is transcoded, refresh periodically to show the program still works.

Doing it for the transcoded book is easy, but updating both the overall bar and the book will be tricky.

It should also resize the bars when the screen changes sizes.

TheHardew commented 9 months ago

Now it refreshes the bar every 0.5s

The problem is by default the bars get really messed up after changing terminal sizes Also, the processing speed and eta don't get updated And the finished bars do not resize

Probably need custom code for all that