Page 1 of 5

nzb

PostPosted: Fri Dec 28, 2012 8:10 am
by brinka123
It would be a nice enhancement when an nzb newsreader was integrated. Like http://sabnzbd.org/
Is it possible?

Re: nzb

PostPosted: Fri Dec 28, 2012 8:44 am
by Jocko
Why not.

SABnzbd is written in Python and python language can be supported via an addon by the firmware (more detail with fvdw)

Re: nzb

PostPosted: Fri Dec 28, 2012 11:49 am
by maf112
SABnzbd could use an huge amount of ram memory and CPU resources. I don't think it will work very smooth because of the limited ram of the network space.

Re: nzb

PostPosted: Fri Dec 28, 2012 1:47 pm
by Jocko
Thank maf112 for this information.

Indeed sabnzbd uses too much RAM (see: http://forums.sabnzbd.org/viewtopic.php?t=4886).

So useless to implement this server

Re: nzb

PostPosted: Fri Dec 28, 2012 2:12 pm
by Mijzelf
sabnzbd can run fine on an ns2, at least on the classic, but indeed you'd better look at nzbget, which uses a lot less resources.

Re: nzb

PostPosted: Fri Dec 28, 2012 7:11 pm
by brinka123
Tried install nzbget using the following example:
http://raspberry-blog.com/howto/install ... pberry-pi/

Don't have apt-get on the ns2...

Re: nzb

PostPosted: Sun Dec 30, 2012 10:36 am
by fvdw
I will have a look today...

I got it running, some small problem to resolve for terminal type when running in console mode

shot1.JPG


--edit
also console is running now
shot2.JPG


I will make it available as addon

Re: nzb

PostPosted: Sun Dec 30, 2012 12:31 pm
by fvdw
ok its ready for testing

to install (assuming you have fvdw-sl 14-0 running)

1. Make a shared folder with name "nzbget" (without the quotes) using the webinterface and give a user r/w access (needed for step2)
2. Create in this "nzbget" shared folder a subfolder with name "download"
3. Put the attached zip file in the subfolder "addons" in the "fvdw" shared folder.
(if you don't have a "fvdw" shared folder create it and create also the subfolder "addons" in it)
Unpack the zip file in this addons subfolder, you must have now a file with name "nzbget.tar" in the fvdw/addons folder
4. Access the nwsp2 via ssh (Putty) to get command line access
5. change directory to addons folder
Code: Select all
cd /share/1000/fvdw/addons

6. unpack the archive
Code: Select all
tar -xvf nzbget.tar

7. done

Now you can start the server
In console mode from command line
Code: Select all
nzbget -s


As daemon
Code: Select all
nzbget -D


The webinterface will be available on port 6789(http://nas-ip:6789)
username: nzbget
password: tegbzn6789

For the rest see documentation of nzbget, for instance here http://nzbget.sourceforge.net/Main_Page


ps par-check-support is disabled in this version as it requires special libraries which are not installed in our firmware
This feature of nzbget is able to check and repair downloaded files and not essential

Re: nzb

PostPosted: Tue Jan 01, 2013 5:38 pm
by wd9895
Hi Fvdw,

could you or anyone else demanding for add-ons give a certain description of the specific add-on ?
I read some nice stuff here and have no clue what some of these things can do for me :(

Re: nzb

PostPosted: Fri Jan 04, 2013 11:19 am
by fvdw
I missed this post, of course we can but a little effort by googling can also give some information ;)