Search found 3 matches

by tolsen64
June 6th, 2013, 10:28 pm
Forum: Post-Processing Scripts
Topic: Queue Sort Script
Replies: 1
Views: 17182

Queue Sort Script

Just thought i'd share this script I came up with to sort my queue in size order so I get the smallest files first. I hope someone finds it useful. ' SABNZBD Queue Sort by download size. ' Written by Terry R. Olsen on 6/6/2013 ' http://boycot.no-ip.com Const url = "http://192.168.0.3:8080/sabnz...
by tolsen64
March 26th, 2013, 1:14 am
Forum: Debian/Ubuntu Package
Topic: Getting Empty File Error When Using AddUrl API
Replies: 0
Views: 1244

Getting Empty File Error When Using AddUrl API

I've been using SABNZBD on Windows for several years and it has always worked flawlessly. I wrote my own program to use the API to add url's. This has been extremely convenient. Last week, I rebuilt my server as a Ubuntu Server 12.x. Lots of googling helped me install MediaTomb and SABNZBD from the ...
by tolsen64
June 8th, 2012, 1:09 am
Forum: Feature Requests
Topic: API Response from Add NZB calls
Replies: 1
Views: 1134

API Response from Add NZB calls

Would it be possible to return useful info from the Queue "Add" functions? Currently, all I get back is "OK". I would like for it to return a "failure/success" message along with the nzb filename if the add was successful, or return the warning/error if the add was not ...