Here is a new firefox extension which is less powerfull than sabnzbdstatus,
but it allows to catch absolutely ALL nzb requests/files
in order to move them to a directory or send them via sabnzbd web-api.
A lot of firefox addons around nzb and torrents are unable to catch all files,
but this one doesn't miss anyone
Thanks for the addon seems to work better for me then sabnzbstatus just one issue when using the API funtion i get username and password issues eventhough i have added my key, im assuming that with the trunk of 0.5 the API isnt enough that you need the other info as well. But using the option to send it to my upload directory it works great which means i can get rid of of my other firefox addon "save link in folder".
EDIT:
I just modified your sabnzbBridge.js file and changed 2 lines
var url = this.getSabnzbUrl()+"api?mode=addfile&name="+fileName+"&ma_username=USERNAME&ma_password=PASSWORD&apikey="+this.prefs.getCharPref("apikey");
and
var url = this.getSabnzbUrl()+"api?mode=qstatus&output=json&ma_username=USERNAME&ma_password=PASSWORD&apikey="+this.prefs.getCharPref("apikey");
This made it work so it shouldnt be much trouble to add those 2 parameters to your config menu and it will work for the latest trunk to.
Last edited by deedwar on November 5th, 2009, 2:08 am, edited 1 time in total.
I'm not using this feature, so I don't really know how this is working.
Is this automatic ? or do you have to manually select this category for each NZB ?
If it's a manual operation, I'll have to ask for each download ...
alex wrote:
I'm not using this feature, so I don't really know how this is working.
Is this automatic ? or do you have to manually select this category for each NZB ?
If it's a manual operation, I'll have to ask for each download ...
In sab you define the categories under Config > Categories
When you input a newzbin url into sab, it can scrape the category automatically and assign it to the download.
I'm guessing since your plugin is just snagging the standalone nzb file that this wouldn't be possible (automatically anyway).