Casvt / Kapowarr

Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.
https://casvt.github.io/Kapowarr/
GNU General Public License v3.0
348 stars 12 forks source link

Add progress reports for tasks #155

Closed PhAzE-Variance closed 2 months ago

PhAzE-Variance commented 2 months ago

Is your feature request related to a problem? Please describe. When files are converted or renamed at mass, the popup should have a progress bar to show that it's not hung, and to visually show the user its making progress.

Describe the solution you'd like Currently when you convert a bunch of files, it can take a while and the popup just shows it's converting files. It would be great to see a progress bar of at minimum the file count completed vs total, and perhaps a display of the file it's currently working on.

Additional context N/A

Casvt commented 2 months ago

The planning is to change these two actions to tasks. So there won't be a pop up anymore that stays there for the entire duration. Instead, the two actions will work in the background, similar to a refresh & scan or auto search and will report in the bottom left of the nav bar.

And then they tie into the another thing on my to-do list, which is to improve the progress reports of any of these tasks. Progress on the update all, search all, rename and convert.

PhAzE-Variance commented 2 months ago

I like that idea better actually. That way the app is still usable while the task runs.