Search found 12 matches

by undertow
September 15th, 2009, 4:11 pm
Forum: Post-Processing Scripts
Topic: [Windows - Bash] Moving folder
Replies: 1
Views: 2897

Re: [Windows - Bash] Moving folder

Uh, I can move directories just fine.. even with files inside. C:\>ver Microsoft Windows XP [Version 5.1.2600] C:\>mkdir TEMP C:\>cd TEMP C:\TEMP>mkdir 1 2 C:\TEMP>echo >> 1\1.TXT C:\TEMP>echo >> 2\2.TXT C:\TEMP>dir /w Volume in drive C has no label. Volume Serial Number is A8A7-611A Directory of C:...
by undertow
August 19th, 2009, 10:50 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1770688

Re: myNZB

Any chance of getting support for those of us who have SABnzbd+ behind a proxy? My SABnzbd+ external url is http://domain/sabnzbd which is protected by a nginx proxy with htpasswd authentication, rather than the default SABnzbd+ authentication.

Thanks! This really is a great app.
by undertow
July 9th, 2008, 9:55 am
Forum: Feature Requests
Topic: Ability to remove a specific entry from history.
Replies: 2
Views: 3083

Ability to remove a specific entry from history.

I'd like to add the ability to my post-processing script to remove specific entries from the History. Preferably by NZB ID, but I realize that would only benefit those with Newzbin accounts. Alternatively, if the history ID value for that specific entry was returned in the post-processing options (a...
by undertow
June 26th, 2008, 7:34 am
Forum: General Help
Topic: Ghost downloads and extreme speed.
Replies: 11
Views: 7098

Re: Ghost downloads and extreme speed.

Sounds like you may be trying to download files beyond the retention limit of your news server.
by undertow
June 23rd, 2008, 3:23 pm
Forum: General Help
Topic: Post Processing Scripts, possible to display info on history output?
Replies: 4
Views: 3978

Re: Post Processing Scripts, possible to display info on history output?

Ah, my previous response as to "how to do it" was under the assumption that it was a currently available option. No big deal, if and when it can be done is fine. It's purely for my sanity sake, it obviously doesn't affect functionality. :)

Thanks for looking into it.
by undertow
June 23rd, 2008, 3:18 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Scan downloaded files for viruses
Replies: 5
Views: 8711

Re: [LINUX] Scan downloaded files for viruses

Did it find any viruses yet? Seriously, it hard to tell if it actually works until it catches a virus. Of course I tested it, and yes it did detect the virus just fine. ;) I queued up a nzb, and copied a virus infected file into the generated directory within my incomplete directory. Once the downl...
by undertow
June 23rd, 2008, 9:18 am
Forum: General Help
Topic: Post Processing Scripts, possible to display info on history output?
Replies: 4
Views: 3978

Re: Post Processing Scripts, possible to display info on history output?

shypike wrote: Only think I can think of is to show either the first or the last line of the output.
That's fine, I can make sure the last line echoed is the desired response text. What would I need to do?
by undertow
June 23rd, 2008, 8:32 am
Forum: General Help
Topic: Post Processing Scripts, possible to display info on history output?
Replies: 4
Views: 3978

Post Processing Scripts, possible to display info on history output?

Is there a way to display custom return text on the history page, rather than having to click "Show script output"? Preferably using a shell script, but I can use perl if necessary.
by undertow
June 23rd, 2008, 8:26 am
Forum: Post-Processing Scripts
Topic: [LINUX] Scan downloaded files for viruses
Replies: 5
Views: 8711

[LINUX] Scan downloaded files for viruses

The following script is for Linux only. It requires ClamAV to be installed. It will scan the downloaded directory, and if anything is found it will rename the directory adding an "_INFECTED_" prefix to the directory name. It also places a file named "clamscan.log" within the dire...
by undertow
June 17th, 2008, 8:44 am
Forum: Third-party Addons
Topic: TUTORIAL: Securing SABnzbd+ behind lighttpd authentication
Replies: 3
Views: 9206

TUTORIAL: Securing SABnzbd+ behind lighttpd authentication

This tutorial will show you how to secure your SABnzbd+ server behind lighttpd, utilizing htpasswd authentication. The method I've chosen to use will result in all WAN access being require to authenticate, while still allowing LAN connections access without authentication. This tutorial assumes a fe...
by undertow
June 16th, 2008, 3:55 pm
Forum: Third-party Addons
Topic: prenominalnzb: Download TV episodes automatically from Newzbin
Replies: 7
Views: 18062

Re: prenominalnzb: Download TV episodes automatically from Newzbin

sudo perl -MCPAN -e shell then once your in the shell type the following install Data::Dumper install XML::Simple install RPC::XML Or, if you're using Debian: apt-get install libdata-dumper-simple-perl libxml-simple-perl librpc-xml-perl So far, this sucker is working great. Good stuff!