Search found 15 matches

by barlow
June 25th, 2011, 8:26 am
Forum: Post-Processing Scripts
Topic: [Windows] Don't put downloaded files in subfolders
Replies: 21
Views: 27233

Re: [Windows] Don't put downloaded files in subfolders

Just a small fix:

Code: Select all

if (%filecount% LEQ 5) (
Should be:

Code: Select all

if %filecount% LEQ 5 (
As the former always is true (so files are moved regardless of the number of files in the directory).
by barlow
May 15th, 2011, 4:30 am
Forum: Bug Reports
Topic: User Scripts parameters missing double quotes
Replies: 2
Views: 1657

Re: User Scripts parameters missing double quotes

I see. Must be the script not liking some characters then.
But "%~1" seems to work well (to make sure there is only one set of double quotes).
by barlow
May 14th, 2011, 10:23 am
Forum: Bug Reports
Topic: User Scripts parameters missing double quotes
Replies: 2
Views: 1657

User Scripts parameters missing double quotes

For some jobs the result-dir, nzb-name and nice-name are missing the double quotes which causes issues with my scripts. Job name causing trouble contain underscores and square brackets. Jobs with space in their name do get double quotes. Are quotes only added when needed? This happens with SABnzbd 0...
by barlow
May 11th, 2011, 1:37 pm
Forum: Post-Processing Scripts
Topic: [Windows] Don't put downloaded files in subfolders
Replies: 21
Views: 27233

Re: [Windows] Don't put downloaded files in subfolders

Sorry I was being an idiot...
by barlow
May 1st, 2011, 7:45 am
Forum: Bug Reports
Topic: Incomplete postprocessing parameter for jobs containing semicolon
Replies: 2
Views: 1708

Incomplete postprocessing parameter for jobs containing semicolon

Jobs with a semicolon in their name will have an incomplete result-dir parameter. The parameter will only contain the path up to where the character occurs, e.g.: D:\Downloads\Usenet\[Commie]_Steins instead of D:\Downloads\Usenet\[Commie]_Steins;Gate_-_04_[39A2D4D2].mkv SABnzbd 0.4.6 apparently intr...
by barlow
April 21st, 2011, 3:51 pm
Forum: Post-Processing Scripts
Topic: [Windows] Don't put downloaded files in subfolders
Replies: 21
Views: 27233

Re: [Windows] Don't put downloaded files in subfolders

GHDpro, thanks for your script :) I ran into a slight issue with nzbs with the same name as the file they contain. In that case the file will not be moved, as the directory with the same name already exists in the parent folder. It will then proceed and try to remove the directory which will fail as...
by barlow
November 1st, 2010, 11:43 am
Forum: General Discussion
Topic: What's your fastest D/L speed?
Replies: 47
Views: 58552

Re: What's your fastest D/L speed?

I got 14,5 MB/s from Astraweb's EU servers with 10 threads. This is quite close to the 120Mbit limit of my connection.
by barlow
June 3rd, 2010, 12:16 pm
Forum: General Discussion
Topic: Newzbin is no more...
Replies: 25
Views: 30874

Re: Newzbin is no more...

captain spaulding wrote: anybody know if the bookmarks still work with SAB?  Can't check whilst I'm at work..
Yes it works, just used it :)
by barlow
October 19th, 2009, 5:07 am
Forum: Bug Reports
Topic: Joined items are not always cleaned up
Replies: 13
Views: 9476

Re: Joined items are not always cleaned up

shypike wrote: We will fix this, but not in the 0.4.x releases.
It will be done for 0.5.0.
Great! SAB FTW! :)
by barlow
October 12th, 2009, 10:05 am
Forum: Bug Reports
Topic: Joined items are not always cleaned up
Replies: 13
Views: 9476

Joined items are not always cleaned up

Some items which are joined by par2 are not cleaned up afterwards. So the *.xx files are still there. If this happens, there also is no mention of stage filejoin in the history. If this stage is present, the files are deleted. I think it is related to the first file of fileset to be joined: if the f...
by barlow
February 12th, 2008, 2:43 am
Forum: General Help
Topic: Multiple SAB processes
Replies: 9
Views: 8639

Re: Multiple SAB processes

That makes no difference. Every time exactely 20 processes  :o
by barlow
February 11th, 2008, 4:18 pm
Forum: General Help
Topic: Multiple SAB processes
Replies: 9
Views: 8639

Re: Multiple SAB processes

./SABnzbd.py -d -f sabnzbd.ini
This is in my init script.
by barlow
February 11th, 2008, 9:13 am
Forum: General Help
Topic: Multiple SAB processes
Replies: 9
Views: 8639

Re: Multiple SAB processes

Both ps -A and top show 20 processes.

Btw, if i shut down SABnzbd through the webinterface all the processes disappear.
by barlow
February 11th, 2008, 8:16 am
Forum: General Help
Topic: Multiple SAB processes
Replies: 9
Views: 8639

Multiple SAB processes

I've enjoyed SAbnzbd+ 0.3.0 now for about a week on a Debian x86 box :) Many thanks to the devs  :) That's why i decided i wanted it on my Conceptronic CH3SNAS (NAS which is almost the same as D-Link DNS-323). The CH3SNAS runs a chrooted Debian etch install. SABnzbd+ 0.3.0 (final) does run and is ab...