stemroller icon indicating copy to clipboard operation
stemroller copied to clipboard

Suggestion: Show progress instead of "Processing"

Open alectrocute opened this issue 3 years ago • 1 comments

Since this is a long-running process, it would be really helpful to print some sort of progress/stdout/etc. to the user. I'd be happy to make a PR for this if I have time, but am leaving this here just in case.

alectrocute avatar Aug 08 '22 22:08 alectrocute

Great idea! Should be possible, as Demucs prints progress during processing files, just need to figure out a way to handle that stdout data...

iffyloop avatar Aug 08 '22 22:08 iffyloop

After a short while attempting to parse data from the Demucs process and update the UI accordingly, it turns out this is a non-trivial issue that will require some refactoring (and also better understanding of how to stream the data from the Demucs child process). Would really like to have this feature implemented but am not planning to work on it myself anytime in the near future. Will leave the issue open though in case anyone else wants to give it a try or I have time to fix it later.

iffyloop avatar Dec 21 '22 07:12 iffyloop

Devin Burnette's changes have been merged into the develop branch and should be merged into main shortly... closing.

iffyloop avatar Oct 08 '23 03:10 iffyloop