Search found 7 matches
- August 15th, 2010, 8:36 pm
- Forum: Feature Requests
- Topic: Two temporary download folders so I can process smallish downloads in memory
- Replies: 2
- Views: 2538
Re: Two temporary download folders so I can process smallish downloads in memory
No problem on the RAM disk, but I'd like to have two areas for different sized downloads. Temporary download location #1 is the RAM disk & has a required field where I set the size of downloads that get processed on temporary download location #1. I define Temporary download location #2 as a l...
- August 11th, 2010, 7:52 pm
- Forum: Feature Requests
- Topic: Two temporary download folders so I can process smallish downloads in memory
- Replies: 2
- Views: 2538
Two temporary download folders so I can process smallish downloads in memory
I would like to be able to keep downloads under 2 GB (or whatever amount fits with your available memory) in memory (i.e. /dev/shm), the rars, any pars, all the raw downloaded parts, then unrar, also in memory, then finally move the unrared files to the final location. This would allow me to have sm...
- June 30th, 2010, 11:25 pm
- Forum: Feature Requests
- Topic: Ability to pause all queued items without pausing the entire program...
- Replies: 4
- Views: 5582
Re: Ability to pause all queued items without pausing the entire program...
Here's a quick script that takes advantage of the api & does exactly what I was looking for: #!/bin/bash # # ssabnzbd-queue-manager.sh # # This script pauses or resumes all queued nzb files in sabnzbd+. # # It takes either a -p to pause or -r to resume TMP_FILE=`mktemp -p /dev/shm ssab-tmp.XXXXX...
- June 30th, 2010, 7:24 pm
- Forum: Feature Requests
- Topic: Ability to pause all queued items without pausing the entire program...
- Replies: 4
- Views: 5582
Re: Ability to pause all queued items without pausing the entire program...
Thanks for the heads up about the api. Fair enough about combining two programming designs. I haven't looked at your code yet, but it may be possible to implement a queue that picks out one nzb from a directory at a time. The total queue size & total time left would probably be lost, but that'...
- June 30th, 2010, 6:59 pm
- Forum: Feature Requests
- Topic: Ability to post process a failed directory
- Replies: 2
- Views: 2059
Re: Ability to post process a failed directory
Happy to wait.
Thanks again.
Thanks again.
- June 29th, 2010, 4:48 pm
- Forum: Feature Requests
- Topic: Ability to post process a failed directory
- Replies: 2
- Views: 2059
Ability to post process a failed directory
If hellanzb is running or not, I can issue a command like: $ hellanzb -p /path/to/failed/download/ & it will retry the par repair & unrar as necessary, then clean-up appropriately. That hellanzb code for processing an existing folder has to exist & surely the license is friendly enough f...
- June 29th, 2010, 4:42 pm
- Forum: Feature Requests
- Topic: Ability to pause all queued items without pausing the entire program...
- Replies: 4
- Views: 5582
Ability to pause all queued items without pausing the entire program...
... or have a manageable queue. Let's say I have a large queue & I only download during a certain time of day, but once in a while I want to download something during the off time. Currently, I have to manually pause every item in the queue, then resume the main program, then download the one o...