Page 1 of 1

nzbmatrix - add nzb to sabnzbd based on id and api key combo

Posted: February 9th, 2011, 7:42 am
by herod98
Hi

Check the following out regarding direct download URLs to nzb files indexed by nzbmatrix
http://nzbmatrix.com/api-info.php

In particular ...

DIRECT DOWNLOAD API:
Put simple, using the Direct Download API will save you having to visit the site. No HTML output is generated and the NZB is sent directly to your software/browser etc.

Usage:
http://api.nzbmatrix.com/v1.1/download. ... ey={APIKEY}

Given, SABnzbd already has my nzbmatrix username and api key, it would be nice if you could add another "Add new download" option that just requires the nzb id.

Or better still, can supply it a URL such as http://nzbmatrix.com/nzb-details.php?id=12345

and can reformulate the URL in to a http://api.nzbmatrix.com/v1.1/download. ... ey={APIKEY}
extracting the id value.

My SABnzbd dameon runs on a different machine to my browser.  Hence I would like to be able to copy/paste from one browser window (nzbmatrix) to the SABnzbd browser window just the URL...

cheers.

Re: nzbmatrix - add nzb to sabnzbd based on id and api key combo

Posted: February 9th, 2011, 7:50 am
by shypike
A long time ago we implemented this for newzbin.
We wouldn't be able to distinguish between newzbin and nzbmatrix report numbers.
Also we're having second thoughts about hard-coding support for
indexers (that change their interfaces at will).

You can instead use nzbmatrix's bookmarking in combination with their
special bookmark RSS feed in SABnzbd's feed support.

Re: nzbmatrix - add nzb to sabnzbd based on id and api key combo

Posted: February 9th, 2011, 7:25 pm
by john3voltas
shypike wrote: Also we're having second thoughts about hard-coding support for
indexers (that change their interfaces at will).
That's completely understandable.
Could this be done with the use of yahoo pipes?
If so, could someone post a tutorial for using yahoo pipes to tweak rss feeds?
I think rascalli probably could do that :).
Cheers