Search found 3 matches

by ldh830114
September 6th, 2011, 5:03 am
Forum: Post-Processing Scripts
Topic: [BASH] Pre-processing script (or queue-filter scripts)
Replies: 22
Views: 32058

Re: [BASH] Pre-processing script (or queue-filter scripts)

A script that pauses all nzb's coming from sickbeard (can also be used to set low priority) (someone asked for in PM, thought to share it here): #!/usr/bin/env bash ### Set to paused if it's a file from sickbeard case $3 TV) # <- change this to your Sickbeard category priority="-2" # -2 m...
by ldh830114
September 6th, 2011, 3:06 am
Forum: Feature Requests
Topic: More Scheduling arguments
Replies: 4
Views: 3739

Re: More Scheduling arguments

ok thanks anyway. may have found a solution if i can get sickbeard to send the nzbs with a force priority instead of the high it likes to send
by ldh830114
September 5th, 2011, 2:55 am
Forum: Feature Requests
Topic: More Scheduling arguments
Replies: 4
Views: 3739

More Scheduling arguments

Hello, I would like to request more advanced scheduling. for example my ISP has an off peak in which i like to download big files eg 1080p movies etc. I would like to be able to set up scheduling to only download certain things as I would like my tv shows as soon as they are released. Is it possible...