Search found 4 matches

by Hidendra
28 Dec 2021, 17:06
Forum: Extension scripts
Topic: [Queue/Scheduler-Script] CappedDownloadQueue - Managed queue based on total size of downloading NZBs
Replies: 3
Views: 23464

Re: [Queue/Scheduler-Script] CappedDownloadQueue - Managed queue based on total size of downloading NZBs

Hey Just wanted to thank you for this. It's awesome and exactly what I needed. I was downloading items too fast for them to post-process and be moved so I'd end up with huge queue paused because there was no space left on the disk. Huge help, thanks a lot. Great to hear! Exact same use-case for me....
by Hidendra
25 May 2021, 02:55
Forum: Extension scripts
Topic: [Queue/Scheduler-Script] CappedDownloadQueue - Managed queue based on total size of downloading NZBs
Replies: 3
Views: 23464

[Queue/Scheduler-Script] CappedDownloadQueue - Managed queue based on total size of downloading NZBs

This script will manage queued NZBs such that the in-progress NZBs will in aggregate use less storage than the configured storage size - making it nigh impossible for NZBGet to hit "low space" conditions and pause the queue if the full configured storage size is guaranteed to be free to NZBGet. So, ...
by Hidendra
24 May 2021, 23:59
Forum: Extension scripts
Topic: [Queue-Script] StickyDownloadQueue - Download NZBs to completion once started
Replies: 0
Views: 29846

[Queue-Script] StickyDownloadQueue - Download NZBs to completion once started

This script changes the priority of NZBs that are downloading. By default it uses FORCE but can be configured. The priority will stay the same until it is fully completed (unless a different script changes the priority after the download finishes.) When downloading many NZBs, in-progress downloads c...
by Hidendra
13 Apr 2021, 19:03
Forum: Extension scripts
Topic: [Queue-Script] QueueSort - automatic queue sorting
Replies: 8
Views: 55236

Re: [Queue-Script] QueueSort - automatic queue sorting

@hugbug Is there a python3 compatible version of this somewhere floating about? I get this when using py3 Wed Jun 10 2020 08:15:19 QueueSort: ModuleNotFoundError: No module named 'xmlrpclib' INFO Wed Jun 10 2020 08:15:19 QueueSort: from xmlrpclib import ServerProxy INFO Wed Jun 10 2020 08:15:19 Que...