Search found 31 matches

by phil-t
20 Oct 2009, 17:44
Forum: Support
Topic: Made small addition to Newzbin support
Replies: 4
Views: 2890

Re: Made small addition to Newzbin support

The same is needed for "upload nzb-file" function ;). Thanks Hugbug.. I've amended the files, and edited the post above! I was thinking of possibly looking at an add-on for the server code to periodically scan and download newzbin bookmarks from the server side, but could just make it a standalone ...
by phil-t
16 Oct 2009, 18:14
Forum: Support
Topic: Made small addition to Newzbin support
Replies: 4
Views: 2890

Re: Made small addition to Newzbin support

Oops.. Seems I was logged into Sourceforge but the forums where treating me as a guest.. Here's the files if anyone is interested. [edit] Thanks to Hugbug's keen eye, I've also added an option to auto scan the nzb if the 'upload file' button is used.. The two options are now [NEWZBIN] $NewzbinScanOn...
by phil-t
16 Oct 2009, 18:10
Forum: Support
Topic: Made small addition to Newzbin support
Replies: 4
Views: 2890

Made small addition to Newzbin support

I've been using Nzbget for a while and have been nice and happy, all working well.. I popped back here a couple of days ago, and it was nice to see a new version and web interface! I've installed the latest on my NAS, and all the small changes are very good! I've noticed that since I have it set up ...
by phil-t
10 Feb 2009, 09:05
Forum: Support
Topic: [HELP] Cross Compiling - Which Linux Distro?
Replies: 7
Views: 4126

Re: [HELP] Cross Compiling - Which Linux Distro?

Cheers for that!

I'll use that as a basis and apply the mods I did to allow it to use a file copy of source code as well, so I can develop locally..
by phil-t
09 Feb 2009, 22:02
Forum: Support
Topic: [HELP] Cross Compiling - Which Linux Distro?
Replies: 7
Views: 4126

Re: [HELP] Cross Compiling - Which Linux Distro?

Thanks for the tip! it's a good job you reminded me of the make nzbget-ipk I was wondering what to do with normal build output which was a 2.2Mbyte executable! In the end, I changed the /make/nzbget.mk make script to download the latest svn trunk directly from the server to /downloads/nzbget_code on...
by phil-t
09 Feb 2009, 00:44
Forum: Support
Topic: [HELP] Cross Compiling - Which Linux Distro?
Replies: 7
Views: 4126

Re: [HELP] Cross Compiling - Which Linux Distro?

Thanks.. I think I may have sussed it out, me being silly! The instructions wheren't too clear, but where I went wrong was in not running the make toolchain/make nzbget from the <platform> directory in /optware, but from the root of optware! I notice they have a tsx09 platform defined for the QNAP N...
by phil-t
08 Feb 2009, 14:43
Forum: Support
Topic: [HELP] Cross Compiling - Which Linux Distro?
Replies: 7
Views: 4126

[HELP] Cross Compiling - Which Linux Distro?

Hi, I'm trying to cross compile NZGet following the guide Hugbug pointed me to .. http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware But, using Ubunto 8.10, it won't build due to an issue with collect2.c .. this is an issue with the headers of the Ubuntu /usr/include/bits and the Crosstool...
by phil-t
06 Feb 2009, 19:24
Forum: Support
Topic: [QUESTION] Setting Category When Uploading ?
Replies: 11
Views: 6290

Re: [QUESTION] Setting Category When Uploading ?

A good point about the files.. Although I'm wondering where the A time (Last Accessed) would come into it?? I'd have to look further at the code, but I think if someone calls a remote 'scan' command, it would be fair to say in that instance to forgo the time checks? But if it's triggered from the Nz...
by phil-t
06 Feb 2009, 18:13
Forum: Support
Topic: [QUESTION] Setting Category When Uploading ?
Replies: 11
Views: 6290

Re: [QUESTION] Setting Category When Uploading ?

Nearly there, but not quite! The NZBGet server uses else if ((buffer.st_mode & S_IFDIR) == 0 && // file found, checking modification-time time(NULL) - buffer.st_mtime > g_pOptions->GetNzbDirFileAge() && time(NULL) - buffer.st_ctime > g_pOptions->GetNzbDirFileAge()) { // the file is at least g_pOptio...
by phil-t
05 Feb 2009, 20:18
Forum: Support
Topic: [QUESTION] Setting Category When Uploading ?
Replies: 11
Views: 6290

Re: [QUESTION] Setting Category When Uploading ?

Hi, I'm having problems getting this to work! If, once the file is saved, and the permissions set for the nzb I've saved to the NzbDir, if I call GetRequest('scan',''); (this is just before the GetNzbFromNewzbin() function returns) Nothing actually happens, the nzb is not queued. If I manually reque...