sw1tch,
Just registered to let you know of a bug with the apikey stuff.
The following changes should go in sabnzbd_actions.py:
apikey = xbmcplugin.getSetting( "sab_key" )
and
self.sabnzbd_url += key
Diff looks like:
diff /home/eric/plugins/SABnzbd/nzb/sabnzbd_actions.py sabnzbd_actions.py
17c17
< apikey = xbmcplugin.getSetting( "api_key" )
---
> apikey = xbmcplugin.getSetting( "sab_key" )
29c29
< self.sabnzbd_url += apikey
---
> self.sabnzbd_url += key
Thanks for the great plugin.






(have the same kind of problems as described in previous post)