Page 1 of 2

[PP-Script] FailureLink

Posted: 17 Sep 2014, 16:58
by hugbug
This script works with nzb indexers supporting HTTP header X-DNZB-FAILURE.

If the download fails, the script informs the indexer about the failure and as response the indexer gives another nzb-file for the same title, which is queued then.

Ask your indexer's stuff if the indexer supports X-DNZB-FAILURE header.

Info
Home page and source code: https://github.com/nzbget/FailureLink.

Download
FailureLink releases page.

Re: [PP-Script] FailureLink

Posted: 19 Sep 2014, 22:47
by blindpet
Is there a list of indexers that supports this feature anywhere?

Re: [PP-Script] FailureLink

Posted: 19 Sep 2014, 22:59
by clintonhall
dognzb does and I have heard rumors of another...

we all hope this gets adopted into the next gen newznab...

Re: [PP-Script] FailureLink

Posted: 19 Sep 2014, 23:33
by blindpet
Yea that would be great. I guess I will ask on the other indexer forums to find out :)

Re: [PP-Script] FailureLink

Posted: 21 Sep 2014, 15:05
by hugbug
Update 1.21:
  • added an option for disabling the Video Corruption checks.

Re: [PP-Script] FailureLink

Posted: 05 Nov 2014, 22:50
by blindpet
hugbug, could you post this along with FakeDetector on sourceforge too when you get a chance?

Re: [PP-Script] FailureLink

Posted: 06 Nov 2014, 17:05
by hugbug
blindpet wrote:hugbug, could you post this along with FakeDetector on sourceforge too when you get a chance?
Updated the first post with a new download link.

Re: [PP-Script] FailureLink

Posted: 09 Nov 2014, 20:35
by blindpet
Thanks for updating the link on SourceForge, many new guides incoming to celebrate NZBGet's birthday ;).

I have questions about the FailureLink documentation, it says 'Make sure you run this script first (before any other PP-scripts)'

If this is running along with FakeDetector (which I understand runs as a queue script very well) but you said it runs as a post-processing script as well. So my question is does the script order need to have FailureLink first or FakeDetector first for maximum effectiveness?

Re: [PP-Script] FailureLink

Posted: 09 Nov 2014, 21:50
by prinz2311
FakeDetector (and PasswordDetector) should be excecuted before FailureLink since both scripts could set the download to failure and FailureLink would not be informed if they would be executed after.

Re: [PP-Script] FailureLink

Posted: 10 Nov 2014, 13:59
by hugbug
I agree with prinz ;)