Page 1 of 1

How to resume from "too little disk space"

Posted: January 3rd, 2021, 4:11 am
by enricopallazzo
Hi,

In sabnzbd I have set "Minimum Free Space for Temporary Download Folder" in settings --> folders. The value is set e.g. to 70 GB. I have an automation that moves away downloaded and extracted content. Once the disk space has been freed up I would like sabnzbd to resume the pending downloads in the queue. Is there a setting for this or another easy solution or otherwise I probably still could script something using the APIs for example.

Regards
Ilir

Re: How to resume from "too little disk space"

Posted: January 3rd, 2021, 7:03 am
by jcfp
Code for an autoresume function is currently being worked on; until then, resuming requires an explicit action. That action can be a human pressing a button, but also easily be scripted using the api, documentation here.

Re: How to resume from "too little disk space"

Posted: January 4th, 2021, 3:38 am
by edgilmore
Resuming still requires an explicit action.

Re: How to resume from "too little disk space"

Posted: January 4th, 2021, 4:36 am
by sander
edgilmore wrote: January 4th, 2021, 3:38 am Resuming still requires an explicit action.
Which version of SAB?

Code: Select all

Release Notes - SABnzbd 3.2.0 Beta 1:
Added option to Auto resume for both Minimum Free Space settings.
HTH