Page 1 of 1

Extract/repair next file while post-process script running?

Posted: June 20th, 2012, 5:04 pm
by pmaster3333
I have SABnzbd set up to use sabToSickBeard.py as a post-processing script for tv category. The problem is that the sickbeard script takes forever to run, especially when it is doing an entire season rip. Oftentimes i will have multiple files done downloading ready to be extracted but they are being held up by the post-process script. Is there a way to make the post-process script non-blocking, or make the extraction process allow multiple jobs at once?

btw, I am running the latest github python source on Windows 7 x64 w/ 64 bit Python 2.7

Re: Extract/repair next file while post-process script runni

Posted: June 21st, 2012, 3:39 am
by shypike
No.
It would complicate things a lot and on the average bring no gain, because
running multiple par2 and unrar jobs simultaneously will choke the hard disk soon.