Search found 7644 matches

by hugbug
07 Jun 2009, 22:42
Forum: Support
Topic: postprocess windows
Replies: 2
Views: 1517

Re: postprocess windows

The postprocess-example.sh script is for Posix systems only (Linux etc.), not for windows. You can use a post-processing script on windows, but it will be a diffrent one. However since nzbget is not widely used on windows I can't point you to any existing script. You can start with the following cod...
by hugbug
07 Jun 2009, 22:34
Forum: Support
Topic: auto-scan nzb folder
Replies: 10
Views: 5513

Re: auto-scan nzb folder

supergills wrote:Could nzbget keep a track of name / datestamp /size of files since the last scan and if they are different try and import them in, rather than rely on a time based sce[img]n[/img]ario.
That's what this thread about - already implemented in r328.
by hugbug
05 Jun 2009, 12:49
Forum: Support
Topic: Wishlist: support multiple nzbgetservers in nzbgetweb
Replies: 11
Views: 5986

Re: Wishlist: support multiple nzbgetservers in nzbgetweb

How do you manage to watch all the stuff? :lol: To topic: Your task is very specific. How about a more general solution: I change "index.php" to look for existence of a separate file (e.g. "usermenu.inc") and include. The content of include-file will be displayed on the same place where you have put...
by hugbug
01 Jun 2009, 10:01
Forum: Support
Topic: auto-scan nzb folder
Replies: 10
Views: 5513

Re: auto-scan nzb folder

Add "Scanner.o". It's a new file.

Generally if you get a linker error after svn update, compare the file list in default linker command with yours.
by hugbug
31 May 2009, 10:16
Forum: Support
Topic: auto-scan nzb folder
Replies: 10
Views: 5513

Re: auto-scan nzb folder

Implemented in r328.
The option <NzbDirFileAge> defines the number of seconds the file's size must be unchanged.
by hugbug
29 May 2009, 21:56
Forum: Support
Topic: OS/2: Failed with configure
Replies: 31
Views: 11472

Re: OS/2: Failed with configure

I don't know exactly what include-files contain missed types. That's need to be figured out.
by hugbug
29 May 2009, 14:00
Forum: Support
Topic: OS/2: Failed with configure
Replies: 31
Views: 11472

Re: OS/2: Failed with configure

The problems with Scheduler.cpp, RemoteServer.cpp and NZBFile.cpp can be probably fixed by adding of missing includes.
by hugbug
28 May 2009, 18:40
Forum: Support
Topic: [NZBGet 0.7.0] Speed limit aint working (NSLU2@Debian)
Replies: 11
Views: 5799

Re: [NZBGet 0.7.0] Speed limit aint working (NSLU2@Debian)

When you limit say to 250, what <current speed> and <average session speed> are displayed in nzbget/nzbgetweb?
At least the <average session speed> should be very accurate.

Where is ipv6 tunnel installed? May be the tunneling eats bandwidth.

Have you tested the speed limiting with ipv4?
by hugbug
27 May 2009, 21:12
Forum: Support
Topic: OS/2: Failed with configure
Replies: 31
Views: 11472

Re: OS/2: Failed with configure

I've redesigned some program parts to avoid using of semaphores (svn r323). You should now be able to compile "Thread.cpp". To restore previously erased file use command "svn revert Thread.cpp". Can you please provide me with error messages for following files: NZBFile.cpp RemoteServer.cpp Scheduler...
by hugbug
27 May 2009, 21:02
Forum: Announcements
Topic: nzbget 0.7.0-testing-r317 and nzbgetweb 1.4-testing-2
Replies: 2
Views: 3020

Re: nzbget 0.7.0-testing-r317 and nzbgetweb 1.4-testing-2

Update:
I just figured out, that the file "postprocess-example.conf" (required by "postprocess-example.sh") was not included in distribution archive. Please download it from svn here.