Page 1 of 1

Is there a more convenient way to hibernate the computer after queue finish?

Posted: January 12th, 2010, 12:43 pm
by isofan
Hi,

I use the following command to make sabnzbd hibernate after the download queue:

http://localhost:8080/sabnzbd/api?mode= ... y=12345xxx

First of all:

- how do I remove that action if I decide that I don't want the PC to hibernate after I have set the action?

- why is this implemented in such a complicated way? Why not have a checkbox in the settings menu allowing me to turn on and off these actions?

Thans alot!

Re: Is there a more convenient way to hibernate the computer after queue finish?

Posted: January 12th, 2010, 12:53 pm
by shypike
SABnzbd has a Web-UI where you can set an end-of-queue action.
At the top of the queue page.

The API isn't for manual use, but for other programs.
The cancel action is this:
http://localhost:8080/sabnzbd/api?mode= ... y=12345xxx

Re: Is there a more convenient way to hibernate the computer after queue finish?

Posted: January 13th, 2010, 10:36 am
by isofan
Thanks alot, for some reason, I simply did not see that the option I was looking for was at the top of the queue-menu, so everything is clear now :)