Got a program that plays well with SABnzbd? Share it here!
-
hl2guide
- Jr. Member
- Posts: 71
- Joined: August 31st, 2016, 3:17 am
Post
by hl2guide »
This PowerShell script gets the full queue of SABnzbd as a snapshot text file using the official API.
Outputs a text file of your SAB queue in proper download ordering.
Very useful as a backup in case the queue becomes corrupted or missing. SAB currently has no export queue option.
Version: 1.0B
Link: https://gist.github.com/hl2guide/1456c5 ... 8ec3f47550
Latest Changes in 1.0B:
- Added fix for HTTPS connections
- Formatted code
- Improved error messages
Last edited by
hl2guide on April 4th, 2020, 7:45 am, edited 1 time in total.
-
petersh
- Newbie
- Posts: 2
- Joined: May 29th, 2018, 2:48 am
-
Contact:
Post
by petersh »
Thanks, I am downloading it. It is good to use through API
-
hl2guide
- Jr. Member
- Posts: 71
- Joined: August 31st, 2016, 3:17 am
Post
by hl2guide »
Updated to version 1.0B:
- Added fix for HTTPS connections
- Formatted code
- Improved error messages