Search found 27 matches

by AutomaticCoding
March 24th, 2014, 12:04 am
Forum: Feature Requests
Topic: Ignore all downloads younger than X time.
Replies: 1
Views: 1703

Ignore all downloads younger than X time.

Due to propagation issues, I request an option where the user can specify how long he wishes any new files to be ignored for, based off the nzb "date" tag. Sure, the date tag may not be the most insanely accurate thing, but, currently, I notice that the majority of items that are failing h...
by AutomaticCoding
March 1st, 2014, 8:59 am
Forum: General Help
Topic: Chrome Giving SSL Error
Replies: 8
Views: 14101

Re: Chrome Giving SSL Error

Another fix (It's not really a fix, it's how it should be executed, you're the one breaking it), which is relatively easy, is, just to simply give it a legitimate SSL cert signed by a trusted CA. You can either set yourself as a trusted CA in your computer, and, sign your own cert (A bit annoying), ...
by AutomaticCoding
March 1st, 2014, 8:56 am
Forum: General Help
Topic: Two questions about backup servers
Replies: 1
Views: 978

Two questions about backup servers

Hi, sorry, you must get this a lot, but, considering I'm about to place down $60 or so on two backup servers, I'd prefer to know how it actually handles them before it goes down the drain instantly. 1. If my primary server doesn't have an article, but, DOES have the par2 files to correct it, will SA...
by AutomaticCoding
November 24th, 2013, 9:41 am
Forum: General Help
Topic: Post-process script failing to launch
Replies: 2
Views: 1863

Re: Post-process script failing to launch

sander wrote:A typical .py script starts with the director which python to use, like:

#!/usr/bin/python -OO

So ... I would change that first line of the python script to the python version you want to use.

HTH
Yeah, changing the shebang fixed it, surprised I didn't think of that.

Thanks, works fine now.
by AutomaticCoding
November 24th, 2013, 6:05 am
Forum: General Help
Topic: Post-process script failing to launch
Replies: 2
Views: 1863

Post-process script failing to launch

So, like everyone else, I run Sab with Sickbeard, and, unfortunately, I have Python3 & Python2 installed. If I tell Sab to use "sabToSickBeard.py", it defaults for Python3 (Which is what I want), however, that causes syntax errors. So, I thought, "Well, that's easy to change, I ju...
by AutomaticCoding
June 25th, 2013, 5:20 am
Forum: Third-party Addons
Topic: [Android] NZB 360: A sexy, full-featured NZB manager.
Replies: 701
Views: 677534

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Requesting:-
1. Allow multiple sabnzbd/sickbeard/couchpotato servers to be monitored
2. Issue a warning to the user if the SSL cert of any of the servers is invalid, and, do NOT post any data to it until the user allows it.

Hopefully these will be implemented, I'm going to buy this soon.
by AutomaticCoding
April 23rd, 2013, 6:09 am
Forum: General Help
Topic: .rar files
Replies: 4
Views: 2683

Re: .rar files

Sorry, I'm really in need of some help.. I've been spending hours trying to get this to work but can't. If someone could just explain what the problem is, maybe I can figure it out. I am trying to get a show and keep getting files like: 136231.part01.rar 136231.part02.rar 136231.part03.rar ... 1362...
by AutomaticCoding
April 23rd, 2013, 3:22 am
Forum: General Help
Topic: Best way to backup SABnzbd?
Replies: 2
Views: 1999

Re: Best way to backup SABnzbd?

Code isn't mine, credits to whoever made it, which, I honestly couldn't tell you who it is:- To stop sabnzbd (Obviously will need editing):- sabnzbd_stop() { # no-op if not running if [ ! -r /var/run/sabnzbd/sabnzbd-$PORT.pid ]; then return fi echo "Stopping SABnzbd..." sleep 1 if [ -d $DA...
by AutomaticCoding
April 22nd, 2013, 11:26 pm
Forum: General Help
Topic: Recently been getting loads of 'hanging' downloads
Replies: 11
Views: 5820

Re: Recently been getting loads of 'hanging' downloads

First of all, sorry for not replying in so long. I'm sorry about the confusion. I wanted to know the amount of memory, I cannot determine it from what you wrote before. There's something in the system log, but I don't know the units. SABnzbd is known to be troublesome when using anything less than 2...
by AutomaticCoding
April 20th, 2013, 7:26 am
Forum: General Help
Topic: Recently been getting loads of 'hanging' downloads
Replies: 11
Views: 5820

Re: Recently been getting loads of 'hanging' downloads

I was after the CPU, amount of memory and the OS. SABnzbd is both memory and CPU hungry. It's also single core. I gave you the CPU (Model & usage), the RAM (Model & usage) and the OS is unraid (Linux) running directly from the sabnzbd github page. As for the CPU core(s), really? Oh well, mi...
by AutomaticCoding
April 20th, 2013, 6:59 am
Forum: General Help
Topic: Sabnzbd and nmt a300
Replies: 4
Views: 3315

Re: Sabnzbd and nmt a300

Below is the information. I am new to nzb's. I joined nzbgeek and I can log in and search, queue etc. but when I try to automate it with sabnzbd, this is what I get. Is there a known good site for nzb's that I could also use to test if sabnzbd is working correctly? Any suggestions? thanks, WAIT 81 ...
by AutomaticCoding
April 20th, 2013, 5:17 am
Forum: General Help
Topic: Recently been getting loads of 'hanging' downloads
Replies: 11
Views: 5820

Re: Recently been getting loads of 'hanging' downloads

On what kind of hardware is this running and how much memory do you have? This build in fact has more memory than the memory of the other build, which, is the exact same hardware and runs a lot faster. Here's the output of "free":- total used free shared buffers cached Mem: 16605268 13502...
by AutomaticCoding
April 20th, 2013, 5:03 am
Forum: General Help
Topic: Help, I am downloading too fast!
Replies: 6
Views: 3361

Re: Help, I am downloading too fast!

Threw this together for you:- #Config url="http://tycho.usno.navy.mil/cgi-bin/timer.pl" rssFeed=$(curl -si $url) /tmp/two.sh "$rssFeed" & httpServerPID=$! echo "Server up with pid $httpServerPID" while true; do sleep 10m rssFeed=$(curl -si $url) kill $httpServerPID ...
by AutomaticCoding
April 20th, 2013, 3:49 am
Forum: General Help
Topic: Help, I am downloading too fast!
Replies: 6
Views: 3361

Re: Help, I am downloading too fast!

Just had an idea: Is it possible to import from RSS as paused and unpause each NZB after a period automatically, e.g. 10 minutes? Your probable best bet is to throw together software that:- A. On launch, connects to RSS feed & downloads it B. Issues RSS feed from A C. {MARK/LOOP/FUNCTION/WHATEV...
by AutomaticCoding
April 19th, 2013, 11:59 pm
Forum: General Help
Topic: Recently been getting loads of 'hanging' downloads
Replies: 11
Views: 5820

Recently been getting loads of 'hanging' downloads

Example:- http://i.imgur.com/EhyP9w7.png If I restart sabnzbd then they all kick in and finish, but, it's kind of annoying. Also, the log file hasn't just abandoned them, the very last load of lines are about them:- 013-04-20 00:47:10,826::INFO::[nzbqueue:211] Saving queue 2013-04-20 00:47:10,878::I...