Search found 6 matches
- July 20th, 2013, 8:56 pm
- Forum: Feature Requests
- Topic: mass readd orphaned jobs
- Replies: 3
- Views: 3459
Re: mass readd orphaned jobs
Great tip, this post was very helpful in explaining the Repair-Button and Orphaned-Jobs
- February 14th, 2013, 10:51 am
- Forum: Bug Reports
- Topic: Category/Priority not responding as intended
- Replies: 7
- Views: 6136
Re: Category/Priority not responding as intended
Thank you I would not have come onto that on my own. Now the script is working, triggering priority on low file size first #!/bin/sh #Change priority to High if file size is small, equal or same as 20MB if [ "$6" -le "20" ] then priority="1" fi ### return things to sab ...
- February 13th, 2013, 6:28 pm
- Forum: Bug Reports
- Topic: Category/Priority not responding as intended
- Replies: 7
- Views: 6136
Re: Category/Priority not responding as intended
I have my script, I am trying to test it. I activated Status->+Debug, I do not see the script name (bk2top_prio.sh) in the log I am running a Synology NAS, it is a Busbox and runs ash natively I am guessing that the script, chmod 777 in (/usr/local/sabnzbd/var/scripts) is not running Has anyone any ...
- February 13th, 2013, 8:24 am
- Forum: Bug Reports
- Topic: Category/Priority not responding as intended
- Replies: 7
- Views: 6136
Re: Category/Priority not responding as intended
Thank you for your suggestion. Override the override call which overrides the default Priority. I see what you are saying, fix the setting for the Category where the call was made. Seriously, I will look at the script options, I was playing around with the scripting yesterday, and it's not so compli...
- February 13th, 2013, 3:54 am
- Forum: Bug Reports
- Topic: Category/Priority not responding as intended
- Replies: 7
- Views: 6136
Re: Category/Priority not responding as intended
Thank you If this isn't a bug, then maybe an override function could be considered. Lets say I set up category's `Books*` then a priority because I need these first... always. If the Priority is set in Categorys, then this overrides the Priority sent along with the instructions received with the fun...
- February 12th, 2013, 1:40 am
- Forum: Bug Reports
- Topic: Category/Priority not responding as intended
- Replies: 7
- Views: 6136
Category/Priority not responding as intended
I have discovered a bug which I cannot solve. I am currently using Newznab (Send to My SABnzbd) function I have categories set up When I set the priority in the category (e.g. High), the priority remains `Normal` however I set the priority. When the file has downloaded, the file is sorted into the c...