I would like to query the status of SABnzbd from a Python application. I only want to know if SABnzbd is downloading or not. What API query should I perform on SABnzbd to get this information?
Many thanks in advance...
Querying the download status of SABnzbd
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Querying the download status of SABnzbd
The API documentation is here: http://wiki.sabnzbd.org/api
You may need to experiment a bit. The status is available in mutiple api calls.
You may need to experiment a bit. The status is available in mutiple api calls.
Re: Querying the download status of SABnzbd
Thanks, I will check the API and see what info I get on my SABnzbd build. The wiki states it is not up to date with the new 0.5.x interface, so indeed I will need to experiment a bit 
Re: Querying the download status of SABnzbd
It is up to date to 0.6.0.
The API doc isn't very good and not 100% complete.
The API doc isn't very good and not 100% complete.

