Page 1 of 1
Querying the download status of SABnzbd
Posted: July 8th, 2011, 7:48 am
by faethon
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...
Re: Querying the download status of SABnzbd
Posted: July 8th, 2011, 8:15 am
by shypike
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.
Re: Querying the download status of SABnzbd
Posted: July 8th, 2011, 8:34 am
by faethon
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
Posted: July 8th, 2011, 10:07 am
by shypike
It is up to date to 0.6.0.
The API doc isn't very good and not 100% complete.