Search found 17 matches

by knatsch
July 25th, 2014, 10:55 am
Forum: Post-Processing Scripts
Topic: Send Events to IRC
Replies: 9
Views: 13810

Re: Send Events to IRC

Thanks for the improved version haxogen! Works perfectly ;D
by knatsch
April 20th, 2013, 3:24 am
Forum: General Help
Topic: Help, I am downloading too fast!
Replies: 6
Views: 3860

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?
by knatsch
April 7th, 2013, 7:49 am
Forum: General Help
Topic: Help, I am downloading too fast!
Replies: 6
Views: 3860

Re: Help, I am downloading too fast!

Thanks for your quick reply! Too bad there is no way to handle this properly at the moment.

Is anyone else having this kind of problem and is living with a workaround? I am stuck at the moment so an idea would be fine as well :)
by knatsch
April 7th, 2013, 5:44 am
Forum: General Help
Topic: Help, I am downloading too fast!
Replies: 6
Views: 3860

Help, I am downloading too fast!

Sounds weird I know... I am on a better connection than in the past, I can now easily grab at 20MB/s from Usenet. I have several RSS feeds set up in sabnzbd that get pulled every 15 minutes. The problem now is that apparently sometimes files have not spread to my news server yet resulting in sabnzbd...
by knatsch
March 21st, 2012, 11:40 am
Forum: Bug Reports
Topic: ssl_error_bad_mac_alert
Replies: 2
Views: 2225

Re: ssl_error_bad_mac_alert

Even though I use Firefox on all my machines, I also failed to connect to the server with "myNZB" on the iPad. So it can't be Firefox's fault.
by knatsch
March 21st, 2012, 6:18 am
Forum: Bug Reports
Topic: ssl_error_bad_mac_alert
Replies: 2
Views: 2225

ssl_error_bad_mac_alert

I have the same issue as in this thread: http://forums.sabnzbd.org/viewtopic.php?f=11&t=3531 The error message Firefox is displaying is as follows: Secure Connection Failed An error occurred during a connection to xxx. SSL peer reports incorrect Message Authentication Code. (Error code: ssl_erro...
by knatsch
December 23rd, 2011, 5:33 am
Forum: General Discussion
Topic: Great uptime!
Replies: 1
Views: 1580

Great uptime!

I just logged in to my linux box and I was surprised when I saw this: ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND sab 2113 3.1 14.8 806576 451432 ? Sl May30 9460:36 /usr/bin/python -OO /home/sab/SABnzbd-0.6.2/SABnzbd.py -d -f /home/sab/.sabnzbd/sabnzbd.ini sabnzbd is running for mo...
by knatsch
January 30th, 2010, 4:08 pm
Forum: General Help
Topic: Use only HTTPS?
Replies: 2
Views: 2342

Re: Use only HTTPS?

Ok thanks for the info.
So for the linux guys, this is the way to block the http port:
iptables -A INPUT -p tcp --destination-port 80 -j DROP
Assuming your http is running on port 80.
by knatsch
January 30th, 2010, 3:47 pm
Forum: General Help
Topic: Use only HTTPS?
Replies: 2
Views: 2342

Use only HTTPS?

Hi I just updated to RC3 and I want to use only https, no longer http. I can't find a way to disable all http traffic.
Sabnzbd crashes immediately when I leave the http port empty. Is there a way to disable http?
by knatsch
June 3rd, 2009, 4:07 am
Forum: Post-Processing Scripts
Topic: Send Events to IRC
Replies: 9
Views: 13810

Re: Send Events to IRC

I am now using a slightly different method I want to share. Besides sabnzbd, a glftpd and a sitebot with zipscript is running on my box. Whenever a download finishes, sabnzbd calls my postprocessing script which starts with the following lines: #!/bin/bash echo `date "+%a %b %e %T %Y"` USE...
by knatsch
May 14th, 2009, 11:56 am
Forum: Post-Processing Scripts
Topic: Send Events to IRC
Replies: 9
Views: 13810

Re: Send Events to IRC

Thanks for your PHP :)
Question: Isn't this a bad solution? As I understand, the PHP connects for each message to the IRC Server just to handover the message to the eggdrop. Isn't there a way to give the message directly to the bot without joining and leaving the IRC network?
by knatsch
May 11th, 2009, 4:26 am
Forum: Post-Processing Scripts
Topic: Send Events to IRC
Replies: 9
Views: 13810

Re: Send Events to IRC

Nice to hear that :) I am looking forward to your PHP!
by knatsch
May 11th, 2009, 4:24 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107659

Re: [Linux - Bash] SceneSort scripts.

Nice scripts! I had no clue how to write a working CD1/CD2 skript :)
by knatsch
May 1st, 2009, 7:50 am
Forum: Third-party Addons
Topic: Eggdrop TCL for SABnzbd
Replies: 12
Views: 17351

Re: Eggdrop TCL for SABnzbd

I haven't had the time yet to upgrade to .0.49, but thanks in advance for this modification!
It's nice to hear about the upcoming features, hopefully we once see them implemented in this or a similar script :)
by knatsch
April 15th, 2009, 4:18 pm
Forum: Post-Processing Scripts
Topic: Create Sample and Subs Directory
Replies: 0
Views: 4150

Create Sample and Subs Directory

Here is my script which I use to create the Sample and Subs Folders. The Script creates both folders and tries to copy Sample & Subs to their directory. If Sample and/or Subs do not exist, the folder is deleted immediately. I am using this method now for a while and it worked very well for me. E...