Update subgen.py add queuing and threading.#85
Conversation
(was from my own testing)
|
Thanks, my issue has always been overthinking it and trying to get queueing to also work with ASR/Detect-language. My limited testing shows it following the queueing nicely. Take a look and let me know what you think. I added a check under If
If we can figure out how to queue up the ASR/Detect-language as well, that would be great (or at least be aware when they are running). |
|
Sorry for spamming your branch, trying to make edits on my phone. |
General clean up, removed the old array that tracked items and added Bazarr. Bazarr doesn't obey the CONCURRENT_TRANSCRIPTIONS, which is probably best since those have a fixed timeout they need to respond by.
fix queuing .#51