-
Notifications
You must be signed in to change notification settings - Fork 33
Description
[enhancement suggestion]
Hey!
I am currently batch processing 50 txt files( chapters) which I split up from one larger file. It's working flawlessly, It puts every chapter into a separate project to review and then download as mp3.
I split up the file because one time, It broke after a couple hours with one large file.
A batch mp3 download would be extremely appreciated!
Batch download( select which ones you want) and then download into a folder which one specifies before.
I've seen it do a couple of hickups, misspoken words... but I'm ok with not correcting every single one π
Would be insanely convenient!
At the moment I have to manually load every single project, wait for the chunks to load and then click the button. And after that, I have to go into the folder to get the file.
A separate python script could achieve it, but within the program... would just be nicer.
Thank you for your great work! π₯³
Greetings,
Luke
------ Oh, It just error'd during the 23/50 file with "maximum recursion depth exceeded":
Maybe It's just a VRAM issue(12GB only) and I have to do smaller batches.
After 23 which is incomplete of course, It still created every folder up to 50 and It put a single 15kb wav file( without sound) in each of it.
I can post the console output If needed :)