| Author |
Message |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 07 Mar 2012, 12:59 Post subject:
NZBGet (Lucid 528-005) Subject description: Binary newsgrabber for nzb files |
|
Homepage:
http://nzbget.sourceforge.net/Main_Page
NZBGet is a command-line based binary newsgrabber for nzb files, written in C++. It supports client/server mode, automatic par-check/-repair and web-interface (via additional package). NZBGet requires low system resources and runs great on routers and NAS-devices.
NZBGet can be used in standalone and in server/client modes. In standalone mode you pass a nzb-file as parameter in command-line, NZBGet downloads listed files and then exits. In server/client mode NZBGet runs as server in background. Then you use client to send requests to server. The sample requests are: download nzb-file, list files in queue, etc.
Standalone-tool, server and client are all contained in only one executable file "nzbget". The mode in which the program works depends on command-line parameters passed to the program.
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Once installed you need to add the configuration file (attached)
Put the configuration file in one of these locations and rename to nzbget.conf:
# /etc/nzbget.conf
# /usr/etc/nzbget.conf
# /usr/local/etc/nzbget.conf
# /opt/etc/nzbget.conf
Open it up in a text editor and edit this file to add your newsserver details ie server/login/password/connections.
In the file you can choose the path for the files, by default they will create them in your $Home directory; you can move them outside of this location and make symlinks back - especially usefully if your OS is on a flash drive.
Basic usage:
Open terminal and type:
nzbget -s
this starts it up in 'server' mode
Now you can add your NZB's directly into the newly created NZB folder in your $Home directory and it will search and add them within a timescale OR you can just add them directly to the server by typing in a new terminal window:
nzbget --a MY_DOWNLOAD.nzb
That's it!!
 |
| Description |
|

Download |
| Filename |
SAMPLE-nzbget configuration file.zip |
| Filesize |
11.12 KB |
| Downloaded |
302 Time(s) |
| Description |
|

Download |
| Filename |
libpar2-0.2-i486.pet |
| Filesize |
147.83 KB |
| Downloaded |
291 Time(s) |
| Description |
|

Download |
| Filename |
nzbget-0.7.0-i486.pet |
| Filesize |
150.46 KB |
| Downloaded |
285 Time(s) |
Last edited by chrome307 on Sun 19 Aug 2012, 07:26; edited 1 time in total
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Mon 12 Mar 2012, 06:32 Post subject:
|
|
Updated pets. [EDIT - 13 March 2012]
Don't forget you need the LibPAR2 and sample Config file
This is the instruction used to compile:
| Code: |
./configure --prefix=/usr --enable-curses --enable-parcheck --enable-tls --with-libxml2-libraries=/usr/lib --with-libcurses-libraries=/usr/lib --with-libsigc-libraries=/usr/lib --with-libpar2-includes=/usr/include --with-libpar2-libraries=/usr/lib --with-libgnutls-libraries=/usr/lib --with-openssl-includes=/usr/include/ --with-openssl-libraries=/usr/lib
|
| Description |
This is a test build - tested and working! - 13 March 2012
|

Download |
| Filename |
nzbget-0.8.0-testing-i686.pet |
| Filesize |
154.08 KB |
| Downloaded |
279 Time(s) |
| Description |
Updated and made smaller - 13 March 2012
|

Download |
| Filename |
nzbget-0.7.0-i486.pet |
| Filesize |
152.05 KB |
| Downloaded |
287 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 14 Mar 2012, 06:40 Post subject:
|
|
If you are planning to use SSL encryption please use the OpenSSL pet attached.
DOWNLOAD - openssl-1.0.0d-w-20110209.pet :
http://www.datafilehost.com/download-b1b121b7.html
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Sun 15 Apr 2012, 04:40 Post subject:
|
|
Latest testing release - Release Date: April 12, 2012
Changes since nzbget 0.8.0-testing-r394:
improved the parsing of filename from article subject;
fixed incorrect displaying of group sizes bigger than 4GB on many 64-bit OSes;
fixed a bug causing error on decoding of input data in JSON-RPC;
fixed a compilation error on some windows versions;
fixed: par-repair could fail when the filenames were not correctly parsed from article subjects;
fixed a compatibility issue with OpenBSD (and possibly other BSD based systems); added the automatic configuring of required signal handling logic to better support BSD without breaking the compatibility with certain Linux systems;
corrected the address of Free Software Foundation in copyright notice.
| Description |
|

Download |
| Filename |
nzbget-0.8.0-testing-r407-i686.pet |
| Filesize |
154.27 KB |
| Downloaded |
240 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Tue 01 May 2012, 07:13 Post subject:
|
|
NZBGet 0.8.0
April 29, 2012
Changes since nzbget 0.7.0
added priorities; new action <I> for remote command <--edit/-E> to set priorities for groups or individual files; new actions <SetGroupPriority> and <SetFilePriority> of RPC-command <editqueue>; remote command <--list/-L> prints priorities and indicates files or groups being downloaded; ncurses-frontend prints priorities and indicates files or groups being download; new command <PRIORITY> to set priority of nzb-file from nzbprocess-script; RPC-commands <listgroups> and <listfiles> return priorities and indicate files or groups being downloaded;
added renaming of groups; new subcommand <N> for command <--edit/-E>; new action <SetName> for RPC-method <editqueue>;
added new option <AccurateRate>, which enables syncronisation in speed meter; that makes the indicated speed more accurate by eliminating measurement errors possible due thread conflicts; thanks to anonymous nzbget user for the patch;
improved the parsing of filename from article subject;
option <DirectWrite> now efficiently works on Windows with NTFS partitions;
added URL-based-authentication as alternative to HTTP-header authentication for XML- and JSON-RPC;
fixed: nzb-files containing umlauts and other special characters could not be parsed - replaced XML-Reader with SAX-Parser - only on POSIX (not on Windows);
fixed incorrect displaying of group sizes bigger than 4GB on many 64-bit OSes;
fixed a bug causing error on decoding of input data in JSON-RPC;
fixed a compilation error on some windows versions;
fixed: par-repair could fail when the filenames were not correctly parsed from article subjects;
fixed a compatibility issue with OpenBSD (and possibly other BSD based systems); added the automatic configuring of required signal handling logic to better support BSD without breaking the compatibility with certain Linux systems;
corrected the address of Free Software Foundation in copyright notice.
Changes since nzbget 0.8.0-testing-r407
none.
 |
| Description |
29 April 2012 - Stable
|

Download |
| Filename |
nzbget-0.8.0-i686.pet |
| Filesize |
130.29 KB |
| Downloaded |
266 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 02 May 2012, 05:38 Post subject:
|
|
If the above application requires additional libs, you may need GnuTLS, which can be found here:
http://murga-linux.com/puppy/viewtopic.php?t=77666
The libs are used for clients who need to use SSL when downloading.
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Sun 19 Aug 2012, 07:24 Post subject:
|
|
nzbget 9.0-testing-r445 - 04 August 2012
Changes since nzbget 0.8.0
http://sourceforge.net/apps/phpbb/nzbget/viewtopic.php?f=4&t=452
| Description |
Latest Testing Release ( 04 August 2012 ) NZBGet 9.0-r455
|

Download |
| Filename |
nzbget-9.0-testing-i686.pet |
| Filesize |
409.7 KB |
| Downloaded |
167 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Mon 08 Oct 2012, 09:38 Post subject:
|
|
Just an update!
Also managed to get the WebUI working ...... if you need help setting this up let me know.
| Description |
Icon for NZB files |
| Filesize |
1.05 KB |
| Viewed |
522 Time(s) |

|
| Description |
Release Date: October 5, 2012 - with GnuTLS support
|

Download |
| Filename |
nzbget-9.0-testing-r477-i686.pet |
| Filesize |
501.71 KB |
| Downloaded |
264 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 31 Oct 2012, 13:12 Post subject:
|
|
If anyone is using the WebGUI interface here is an updated file "config.js"
| Description |
Overwrite in /usr/share/nzbget/webui/
|

Download |
| Filename |
updated-file.tar.gz |
| Filesize |
8.17 KB |
| Downloaded |
209 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Thu 22 Nov 2012, 16:02 Post subject:
|
|
nzbget 9.0-testing-r511
Changes since nzbget 9.0-r497
fixed: remote edit commands for group/post/history didn't work properly (bug introduced in r487);
fixed: the loading of configuration in web-interface failed if the program was started with parameter <-c> using relative path to config filename;
extended browser check for IE<9 with a tip about compatibility mode;
extended remote command <--append/-A> with optional parameters:
<T> - adds the file/URL to the top of queue;
<P> - pauses added files;
<C category-name> - sets category for added nzb-file/URL;
<N nzb-name> - sets nzb filename for added URL;
the old switches <--category/-K> and <--top/-T> are deprecated but still supported for compatibility
added new option <NzbAddedProcess> to setup a script called after a nzb-file is added to queue;
fixed: switching between tabs didn't work in IE10;
fixed: version number wasn't displayed in about dialog;
added debug messages for speed meter;
fixed: if the loading of settings tab were cancelled (by clicking on other tab) an error could appear;
made all command-line subcommands case insensitive (like it already was in <--edit/-E>-command) (example: <nzbget -L g> and <nzbget -L G> is the same);
renamed subcommand <K> of command <--edit/-E> to <C> (the old subcommand is still supported for compatibility);
 |
| Description |
Release Date: November 17, 2012.
|

Download |
| Filename |
nzbget-9.0-testing-r511-i686.pet |
| Filesize |
535.85 KB |
| Downloaded |
174 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 28 Nov 2012, 04:51 Post subject:
|
|
NZBGet 9.0-r518
Changes since nzbget 9.0-r511
implemented function <Clear messages> in web-interface; added RPC-method <clearlog>;
improved the startup script <nzbgetd> so it can be directly used in </etc/init.d> without modifications;
fixed an issue on mobile safari where the click on time-label (which should bring the statistics dialog) was often registered as a click on speed-label (and showed the time limit dialog instead);
fixed: saving of file properties (priority or category) failed if a post-processing script having post-processing parameters were not used (bug introduced in r476);
| Description |
25 November 2012
|

Download |
| Filename |
nzbget-9.0-testing-r518-i686.pet |
| Filesize |
539.71 KB |
| Downloaded |
168 Time(s) |
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Tue 11 Dec 2012, 09:43 Post subject:
|
|
Changelog here:
http://sourceforge.net/apps/phpbb/nzbget/viewtopic.php?f=4&t=510
| Description |
Latest Stable 09 December 2012
|

Download |
| Filename |
nzbget-9.0-i686.pet |
| Filesize |
538.76 KB |
| Downloaded |
143 Time(s) |
|
|
Back to top
|
|
 |
|