Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

NZBGET 14
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
NZBGET 14
15th Sep, 2014, 06:38 AM
Post: #1
AMWND Offline
Registered
Posts: 4
Joined: Mar 2014
Reputation: 0
NZBGET 14
Hi,
The NZBGet package that is currently available over xbian-config is v12. I wanted to ask if somebody can update it to the newest v14?
Thanks
Find all posts by this user
Quote this message in a reply
21st Sep, 2014, 08:56 PM
Post: #2
freem@n Offline
Registered
Posts: 134
Joined: Aug 2013
Reputation: 5
RE: NZBGET 13
that would be great!!

RPi 1 Model B & RPi 2
Find all posts by this user
Quote this message in a reply
12th Nov, 2014, 06:24 AM
Post: #3
AMWND Offline
Registered
Posts: 4
Joined: Mar 2014
Reputation: 0
RE: NZBGET 14
I edited the request since nzbget us now on version 14
Find all posts by this user
Quote this message in a reply
19th Nov, 2014, 03:12 AM
Post: #4
Richdotward Offline
Registered
Posts: 33
Joined: Jan 2013
Reputation: 4
Re: NZBGET 14
Not tested on my raspberry but on my cubieboard I upgraded from 13 to 14 with.


/etc/init.d/nzbget stop
wget http://sourceforge.net/projects/nzbget/files/nzbget-stable/14.0/nzbget-14.0.tar.gz
tar -xvf nzbget-14.0.tar.gz
rm nzbget-14.0.tar.gz
cd nzbget-14.0
./configure
make
sudo make install
make install-conf
Sudo reboot

Rich
Find all posts by this user
Quote this message in a reply
21st Nov, 2014, 01:27 AM
Post: #5
nurd71 Offline
Registered
Posts: 1
Joined: Nov 2014
Reputation: 2
RE: NZBGET 14
(19th Nov, 2014 03:12 AM)Richdotward Wrote:  Not tested on my raspberry but on my cubieboard I upgraded from 13 to 14 with.


/etc/init.d/nzbget stop
wget http://sourceforge.net/projects/nzbget/files/nzbget-stable/14.0/nzbget-14.0.tar.gz
tar -xvf nzbget-14.0.tar.gz
rm nzbget-14.0.tar.gz
cd nzbget-14.0
./configure
make
sudo make install
make install-conf
Sudo reboot

Rich


Thanks Rich,

I just got NZBget 14 working on xbian in part due to your instructions ..

I have two changes here is what worked for me

first do this

sudo apt-get install build-essential libncurses5-dev libssl-dev libxml2-dev -y
/etc/init.d/nzbget stop
wget http://sourceforge.net/projects/nzbget/files/nzbget-stable/14.0/nzbget-14.0.tar.gz
tar -xvf nzbget-14.0.tar.gz
rm nzbget-14.0.tar.gz
cd nzbget-14.0
./configure --with-tlslib=OpenSSL --with-libxml2-includes=/usr/include/libxml2 --with-libxml2-libraries=/usr/lib/x86_64-linux-gnu/libxml2.so
make
sudo make install
sudo make install-conf
Sudo reboot
Find all posts by this user
Quote this message in a reply
21st Nov, 2014, 06:09 AM
Post: #6
AMWND Offline
Registered
Posts: 4
Joined: Mar 2014
Reputation: 0
RE: NZBGET 14
(21st Nov, 2014 01:27 AM)nurd71 Wrote:  
(19th Nov, 2014 03:12 AM)Richdotward Wrote:  Not tested on my raspberry but on my cubieboard I upgraded from 13 to 14 with.


/etc/init.d/nzbget stop
wget http://sourceforge.net/projects/nzbget/files/nzbget-stable/14.0/nzbget-14.0.tar.gz
tar -xvf nzbget-14.0.tar.gz
rm nzbget-14.0.tar.gz
cd nzbget-14.0
./configure
make
sudo make install
make install-conf
Sudo reboot

Rich


Thanks Rich,

I just got NZBget 14 working on xbian in part due to your instructions ..

I have two changes here is what worked for me

first do this

sudo apt-get install build-essential libncurses5-dev libssl-dev libxml2-dev -y
/etc/init.d/nzbget stop
wget http://sourceforge.net/projects/nzbget/files/nzbget-stable/14.0/nzbget-14.0.tar.gz
tar -xvf nzbget-14.0.tar.gz
rm nzbget-14.0.tar.gz
cd nzbget-14.0
./configure --with-tlslib=OpenSSL --with-libxml2-includes=/usr/include/libxml2 --with-libxml2-libraries=/usr/lib/x86_64-linux-gnu/libxml2.so
make
sudo make install
sudo make install-conf
Sudo reboot

THANK YOU!
just had to adjust the nice value but otherwise worked perfectly!
Find all posts by this user
Quote this message in a reply
30th Nov, 2014, 08:40 PM
Post: #7
Richdotward Offline
Registered
Posts: 33
Joined: Jan 2013
Reputation: 4
RE: NZBGET 14
14.1 now out. 14 had some major decompression / par bug. Install same as above just change all from 14.0 to 14.1

Rich
Find all posts by this user
Quote this message in a reply
18th Dec, 2014, 11:06 PM
Post: #8
mrpi Offline
Registered
Posts: 19
Joined: Dec 2014
Reputation: 1
RE: NZBGET 14
(21st Nov, 2014 06:09 AM)AMWND Wrote:  THANK YOU!
just had to adjust the nice value but otherwise worked perfectly!

Could you please tell me how you adjusted the nice value?

I'm asking this, because I need it to let XBMC continue playing content without stutter, even if download speed falls to the ground...

Thanks
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 02:31 AM
Post: #9
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: NZBGET 14
First check using top that there is an issue.

If there is, use renice to reset the nice value. See http://www.nixtutor.com/linux/changing-priority-on-linux-processes/

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 03:31 AM
Post: #10
mrpi Offline
Registered
Posts: 19
Joined: Dec 2014
Reputation: 1
RE: NZBGET 14
Thanks.
I thought there was an option in nzbget or something.
Generally, I use htop to spot issues, so yes, that's where I know it's an issue.
By issue, if I understood correctly, you mean nzbget sucks up lots of CPU %. Please correct me if you meant something else Smile.

If I download, the video stutters. If I pause nzbget, the video plays nicely.
I'm using a buffer ext4 partition, where all the downloads go, so no NTFS performance funny business in this case Smile.

Is there a recommended nice level for nzbget you guys use, or am I silly to think I could watch something while downloading?

Software
XBian version: 1.0RC3
XBMC version: 13.2 Git:20140901-867305b
Overclock settings: Xbian profile (840Mhz)

Hardware
Power supply rating: 5V 3A
RPi model (model A/B 256mb/512mb): B+ 512mb
SD card size and make/type: Kingston 8GB microSD
Network (wireless or LAN): LAN
Connected devices (TV, USB, network storage, etc.): RPi using 1 usb connected to 1 externally powered usb hub (7ports) connected to: 1 Seagate USB 2.0 Expansion 2TB, 1 Samsung SATA 320GB drive in USB 3.0 enclosure, 1 Logitech USB wireless combo (kb + mouse)
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 03:56 AM
Post: #11
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: NZBGET 14
If I understand correctly. NZBGET only gets files from USENET, however if it is like any other other "Get" programs it ALSO does a PAR verify and a RAR verify - which is where the CPU usage is.

Turn off that option to verify, and do it yourself when all is "slow"

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 04:13 AM
Post: #12
mrpi Offline
Registered
Posts: 19
Joined: Dec 2014
Reputation: 1
RE: NZBGET 14
Thanks IriDium for the advice. I'll try that...

Quick note about building NZBGet 14.1 in addition to the previous instructions:
When you set the path to libxml2.so, check if you actually have it in /usr/lib/x86_64-linux-gnu/libxml2.so or in /usr/lib/arm-linux-gnueabihf/libxml2.so (as in my case).
Hope this helps Smile.
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 05:18 AM
Post: #13
menakite Offline
Management
******
Posts: 175
Joined: Apr 2014
Reputation: 27
RE: NZBGET 14
Having anything installed under /usr/lib/x86_64-linux-gnu means your XBian is completely broken, technically.
Find all posts by this user
Quote this message in a reply
19th Dec, 2014, 05:28 AM
Post: #14
mrpi Offline
Registered
Posts: 19
Joined: Dec 2014
Reputation: 1
RE: NZBGET 14
I had no intention of posting without purpose, but post 5 might confuse those new to RPi.
Find all posts by this user
Quote this message in a reply
27th Dec, 2014, 04:00 PM
Post: #15
freem@n Offline
Registered
Posts: 134
Joined: Aug 2013
Reputation: 5
RE: NZBGET 14
thanks for posting the detailed update instructions, nurd71. Smile
would it be possible to update the nzbget package in the repo anyways? so not everyone has to go through this process. I would do it myself but honestly I don't know where to start, but I'm sure it's not that hard for someone who already created packages for the XBian repo. thanks in advance, it's much appreciated Smile

RPi 1 Model B & RPi 2
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 18th May, 2025, 07:35 AM Powered By MyBB, © 2002-2025 MyBB Group.