Search found 5 matches

by diecast
January 3rd, 2013, 12:08 pm
Forum: General Help
Topic: API delete failed only not working?
Replies: 5
Views: 1890

Re: API delete failed only not working?

shypike wrote:It does work when I test it.
BTW: the ma_password and ma_username parameters are not needed when you already supply the apikey.
Thanks! I just logged onto IRC to try and hunt someone down. >:D

I'll remove the ma_pass/user and try again.
by diecast
January 2nd, 2013, 11:03 pm
Forum: General Help
Topic: API delete failed only not working?
Replies: 5
Views: 1890

Re: API delete failed only not working?

Thanks. I also have executed this API command and it does not remove the files - it only removes the item from history. action = "api?mode=history&name=delete&value=%s&del_files=1" http://%s/sabnzbd/%s&ma_username=%s&ma_password=%s&apikey=%s" % (SAB_IP, action ...
by diecast
January 2nd, 2013, 4:29 pm
Forum: General Help
Topic: API delete failed only not working?
Replies: 5
Views: 1890

API delete failed only not working?

I wanted to know, why does the following call delete everything:

Code: Select all

api?mode=history&name=delete&value=all&failed_only=1&del_files=1
I thought it would only delete failed items?
by diecast
January 2nd, 2013, 5:33 am
Forum: General Help
Topic: How to stop space allocation?
Replies: 3
Views: 1174

Re: How to stop space allocation?

I do have post-processing set to pause the queue. After having a closer look the problem I'm having is that failed downloads remain in the "incomplete" download directory. Instead, I would like to delete all temporary folders of any failed status objects including "Invalid par2 files,...
by diecast
January 1st, 2013, 12:53 pm
Forum: General Help
Topic: How to stop space allocation?
Replies: 3
Views: 1174

How to stop space allocation?

I queue up some items and all of my drive space is consumed, sab pauses my queue as the drive went 100% full.

Is there an option to stop space allocation so that items can be processes one-by-one.