I would like to use the Remote NZB Interface without SickBeard or other similar tools.
Some time ago I've created a small Chrome Addon which sends NZBs to Sabnzbd which works fine.
But now I would like to use the Addon with Newsbin.
I've changed the Addon so it sends the NZBs to Newsbin but it doesn't work.
Newsbin gets the Request, downloads the NZB and then the RAR files but doesn't unrar. It looks like I'm not able to pass the password to Newsbin.
The NZBName seems to be lost by Newsbin as well.
Here a sample Request:
- Code: Select all
http://localhost:8000/sabnzbd/api?mode=addurl&name=NZBUrl&nzbname=MyNZBName{{MyPassword}}.nzb&apikey=MyApiKey
NZBUrl is valid NZBIndex URL.
Any chance I can fix this to work with Newsbin?
Best regards
billy