I have a system that needs to pause when free space gets below a certain level, so I run a script every 5 minutes that pauses or unpauses the download queue. However, I want post processing to continue, so only the download queue is paused.
this runs into an issue when a download needs additional par-files, since the download queue is paused the repair will be hung in "checking" state until I can connect and set the download priority to "force".
I would love the option to force download all par files regardless of the queue state (unless nzb is in "full pause" mode)