Search found 17 matches

by Ludwig
January 30th, 2013, 7:45 pm
Forum: Post-Processing Scripts
Topic: strange behavior with pre-queue script
Replies: 4
Views: 2715

Re: strange behavior with pre-queue script

Strange indeed, but that only occurred to me when I was about to go to bed no five minutes later. Serves me right for trying to do stuff when tired. Yeah, well, it doesn't make sense because all it did before the fix was to change priorities of all downloads smaller than 5GiB and not just the "...
by Ludwig
January 29th, 2013, 6:34 pm
Forum: Post-Processing Scripts
Topic: strange behavior with pre-queue script
Replies: 4
Views: 2715

Re: strange behavior with pre-queue script

You're right. It totally slipped my mind that batch files don't do subroutines, at least not the way I'm used to. Thanks for pointing this out.

The SABnzbd GUI now behaves normally again.
by Ludwig
January 29th, 2013, 4:48 pm
Forum: Post-Processing Scripts
Topic: strange behavior with pre-queue script
Replies: 4
Views: 2715

strange behavior with pre-queue script

I'm not sure where to put this. Hope it's okay here. @echo off echo 1 echo. echo. echo. echo. if %3 == tv goto :tv exit :tv if %6 LEQ 5368709120 echo 1 This is the script I'm using. Its purpose is to give anything in my "tv" category that's <= 5GiB top priority. It does its job pretty well...
by Ludwig
January 12th, 2013, 3:47 pm
Forum: General Discussion
Topic: nzbs dot or new url
Replies: 15
Views: 30634

Re: nzbs dot or new url

Yeah, seems to be back. Wondering for how long though.
by Ludwig
January 12th, 2013, 2:30 pm
Forum: General Discussion
Topic: nzbs dot or new url
Replies: 15
Views: 30634

Re: nzbs dot or new url

Not even the RSS feeds work for me.
by Ludwig
July 12th, 2012, 10:16 am
Forum: General Help
Topic: in which order are backup servers used?
Replies: 10
Views: 6591

in which order are backup servers used?

Hey, I've currently set up Astraweb EU as my primary download server and am using Astraweb US as a backup server. This works relatively well. The US server is contacted whenever the EU server doesn't have something. Now it happens from time to time that neither the US or the EU Astraweb servers have...
by Ludwig
June 22nd, 2012, 2:21 am
Forum: Bug Reports
Topic: 0.7.0 reporting disk error when path is too long (Windows)
Replies: 0
Views: 1130

0.7.0 reporting disk error when path is too long (Windows)

On Windows 7 (don't know about other Windows versions and OSes), when the path is too long, SABnzbd 0.7.0 (and previous versions) is reporting a disk error and stops the whole download queue when instead it should report a "path too long" error for hat specific download and continue with t...
by Ludwig
April 28th, 2012, 3:15 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

Re: [Windows] MCDF: monitor completed download folder(s)

Since there have been no issues reported and it's been running fine for over a week now on my computer pausing downloads exactly as intended, I declare MCDF a beta no longer ;)
by Ludwig
April 22nd, 2012, 8:06 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

Re: [Windows] [beta] MCDF: monitor completed download folder

Your IPv6 connection appears to be using Teredo, a type of IPv4/IPv6 gateway; currently it connects only to direct IP's. Your browser will not be able to go to IPv6 sites by name. This means the current configuration is not useful for browsing IPv6 web sites. To my understanding this comes as no su...
by Ludwig
April 22nd, 2012, 7:37 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

Re: [Windows] [beta] MCDF: monitor completed download folder

Works like a charm, just like you said. Thanks. I think I really should start looking into IPv6, something I've been skipping whenever possible.
by Ludwig
April 22nd, 2012, 7:14 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

Re: [Windows] [beta] MCDF: monitor completed download folder

Thank you for helping me patching this up. I've implemented your suggestion concerning IPv6 but can't test it since my network is still IPv4 based. Can you give it a quick try please and see if it works?

http://www.multiupload.nl/AN0DHSRQGT
by Ludwig
April 22nd, 2012, 6:51 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

Re: [Windows] [beta] MCDF: monitor completed download folder

It's a rather minimalistic GUI tool. The only GUI interaction possible is pausing / closing the script via its tray icon. It doesn't handle any command line parameters passed on to it. mcdqueue.html and mcdpause.html are temporary files created by Wget. The latter should be deleted shortly after it'...
by Ludwig
April 22nd, 2012, 3:42 am
Forum: Third-party Addons
Topic: [Windows] MCDF: monitor completed download folder(s)
Replies: 10
Views: 7461

[Windows] MCDF: monitor completed download folder(s)

Sorry it took me so long, but that array bug was a pesky one that took hours to show or, well, not show. Download MCDF from here: http://www.multiupload.nl/SF6VQJNGHL (AutoIt source code included; feel free to modify as you see fit) Changelog: - changed MCDF so it checks every download that isn't al...
by Ludwig
April 19th, 2012, 2:42 am
Forum: Feature Requests
Topic: please change free space monitoring to include compl. downl.
Replies: 6
Views: 3991

Re: please change free space monitoring to include compl. do

Sorry for double posting. This is supposed to be a heads up for anyone (still) interested in this topic. As suspected monitoring the completed download partition(s) is indeed very possible to do. I'm currently testing an AutoIt script doing exactly that. It works by creating a look up table extracti...
by Ludwig
April 17th, 2012, 2:06 pm
Forum: Feature Requests
Topic: please change free space monitoring to include compl. downl.
Replies: 6
Views: 3991

Re: please change free space monitoring to include compl. do

shypike wrote:2. You missed the fact that you can use a fully qualified path for each category (d:\my_shows and e:\my_movies).
Which are known to sabnzbd and should be parsable by it. stringleft($path, 3), speaking AutoIt. I'm sorry, but as of yet there has been no reason given why this shouldn't be possible.