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

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
isofan
Jr. Member
Jr. Member
Posts: 60
Joined: January 20th, 2009, 10:34 am

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

Post 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!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post 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
isofan
Jr. Member
Jr. Member
Posts: 60
Joined: January 20th, 2009, 10:34 am

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

Post 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 :)
Post Reply