Results 1 to 15 of 121

Thread: nzbget - binary newsgrabber

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    nzbget - binary newsgrabber

    Hi guys,

    I proudly present you the new version of nzbget - 0.3.0.

    NZBGet is a binary newsgrabber, which downloads files from usenet based on information given in nzb-files. NZBGet can be used in standalone and in server/client modes.

    New version has many improvements including fast yEnc-decoder, par-check and repair.
    It runs very well on WL500gP (in contrast to previous version). Moreover this device was the primary development-target for new version.
    You can read more info on nzbget on its web site and sourceforge project page.

    The new version is now available in a package repository. You need to use oleg-branch. A swap-file is also highly recommended.

    To install:
    Code:
    ipkg update
    ipkg install nzbget
    It will install a samle configuration file under /opt/share/doc/nzbget/nzbget.conf.example. Please rename it to .nzbget and put into your home directory. Alternatively the config file can be stored under following locations:
    /etc/nzbget.conf
    /usr/etc/nzbget.conf
    /usr/local/etc/nzbget.conf
    /opt/etc/nzbget.conf
    Choose the one you like the most.

    You need to set at least the option "MAINDIR" and one newsserver in configuration file. Please note, that the MAINDIR must exist, it will not be created automatically.

    For usage description please refer to web site and to help screen "nzbget -h".

    Basically you start a daemon first:
    Code:
    nzbget -D
    To add a new download:
    Code:
    nzbget -A /path/to/you/file.nzb
    To list current download queue:
    Code:
    nzbget -L
    To see the server output (remote mode):
    Code:
    nzbget -C
    or (to directly use curses-output, if it was not selected in configuration file)
    Code:
    nzbget -o outputmode=curses -C
    Please let me know, if you have any problems installing or running nzbget.

    Best Regards,
    hugbug.
    Last edited by hugbug; 30-11-2007 at 09:49. Reason: typo corrected

Similar Threads

  1. How to compile custom binary
    By Elephantik in forum WL-500g Q&A
    Replies: 5
    Last Post: 04-01-2009, 11:14
  2. how to compile binary for Asus native firmware
    By twpang in forum WL-500gP Q&A
    Replies: 0
    Last Post: 31-07-2007, 06:21
  3. Replies: 8
    Last Post: 10-06-2005, 13:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •