Search found 1 match

by rubruz1
November 21st, 2023, 12:46 pm
Forum: Debian/Ubuntu Package
Topic: Properly shutting down sabnzbd
Replies: 7
Views: 8661

Re: Properly shutting down sabnzbd

i'm sure this has been already sorted by many, but just as this is the first google result, this is how I do it npm install sabnzbd Run with node the following JS const SABnzbd = require('sabnzbd'); const sabnzbd = new SABnzbd('http://sab_host_IP:8080/', 'YOUR_API_KEY'); sabnzbd.cmd('shutdown'); the...