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

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
pmaster3333
Newbie
Newbie
Posts: 1
Joined: June 20th, 2012, 4:57 pm

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

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post 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.
Post Reply