Search found 10 matches

by doctor madness
October 27th, 2010, 8:40 am
Forum: Third-party Addons
Topic: Mailnzb - sending NZB files by mail to SABnzbd
Replies: 2
Views: 4573

Re: Mailnzb - sending mail to SABnzbd

Sadly no, I don't have any windows server, nor knowledges on an efficient way to do this... But i've a friend getting skill on windows environnement, i'll ask him
by doctor madness
October 25th, 2010, 4:37 pm
Forum: General Help
Topic: Why not let user use any HTTP daemon ?
Replies: 1
Views: 1304

Why not let user use any HTTP daemon ?

Hi,

Is there a good reason to force use of SABnzbd integrated HTTP daemon ?

Regards,
Damien
by doctor madness
October 25th, 2010, 3:35 pm
Forum: Third-party Addons
Topic: Mailnzb - sending NZB files by mail to SABnzbd
Replies: 2
Views: 4573

Mailnzb - sending NZB files by mail to SABnzbd

Hi all, I've developped a modest shell script in order to manage NZB files by mail. The way it works is very easy : You create a mailbox dedicated for this task You write a mail with attached NZB (support multiple nzb), subject must be the category (as listed in "Categories"), regardless o...
by doctor madness
July 9th, 2010, 8:19 am
Forum: Feature Requests
Topic: Xtrem Split
Replies: 1
Views: 2024

Xtrem Split

Hi, Sometimes, files on newsgroups are splitted using "Xtrem Split". This programs exists both on Windows and Linux platforms. Is it possible to integrate detection and reassembly of this format on SABnzbd ? This program seems to be french, but I can help on translation and/or usage if nee...
by doctor madness
March 31st, 2009, 7:04 am
Forum: Feature Requests
Topic: Please - remove accents ...
Replies: 8
Views: 7641

Re: Please - remove accents ...

Hi, I'm a french user (oh no, another frog eater !) Please don't drop the accents !!! It's a very bad idea from Renfield ! My problem with accented character is simple and easy to reproduce. When a RAR file contains file(s) with accents in name, i got the following error : At least one file failed t...
by doctor madness
November 3rd, 2008, 9:51 am
Forum: Post-Processing Scripts
Topic: [LINUX] Troubles using post-processing scripts
Replies: 9
Views: 11195

Re: [LINUX] Troubles using post-processing scripts

in logs i've that line : 2008-11-03 15:40:19,765::INFO::[newsunpack] Running external script /home/doctor/.sabnzbd/scripts/postproc-defaults.sh(/home/ftp/warez/nzb/doctor/pm5.ga.s05e05.vostfr.nfo, pm5.ga.s05e05.vostfr.nfo.nzb, pm5.ga.s05e05.vostfr.nfo, , doctor, alt.binaries.gougouland) Is it normal...
by doctor madness
October 29th, 2008, 4:30 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Troubles using post-processing scripts
Replies: 9
Views: 11195

Re: [LINUX] Troubles using post-processing scripts

i'm using debian etch, i tried with /bin/sh and /bin/bash i configured for use with ksh, and i'll see what happens about my SABnzbd installation, i just downloaded the dir from your website, then started it with my user (!=root), with this cmdline : python /usr/local/SABnzbd/SABnzbd.py -f /home/doct...
by doctor madness
October 29th, 2008, 12:03 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Troubles using post-processing scripts
Replies: 9
Views: 11195

Re: [LINUX] Troubles using post-processing scripts

i did this in my "final" script :

#!/bin/sh
FINAL_DIR=$1
chmod 2770 $FINAL_DIR
exit 0

But i always have an error telling me :
chmod: opérande manquante après `2770' (missing operator after 2770)
by doctor madness
October 28th, 2008, 4:10 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Troubles using post-processing scripts
Replies: 9
Views: 11195

Re: [LINUX] Troubles using post-processing scripts

doctor@stan:~$ sh .sabnzbd/scripts/Sample-PostProc.sh > toto doctor@stan:~$ cat toto Started as .sabnzbd/scripts/Sample-PostProc.sh The first parameter (result-dir)  = The second parameter (nzb-name)   = The third parameter (nice name)   = The fourth parameter (newzbin-id) = The fifth parameter (cat...
by doctor madness
October 28th, 2008, 12:51 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Troubles using post-processing scripts
Replies: 9
Views: 11195

[LINUX] Troubles using post-processing scripts

Hi, I configured my SABnzbd+ 0.4.4 to use a script that contains the following : echo "dollar1 : $1 dollar2 : $2 dollar3 : $3 dollar4 : $4 dollar5 : $5 dollar6 : $6" > /tmp/toto And other commands. The script is launched (all my commands are executed) the file /tmp/toto is created, but it ...