NZBGET 14
|
15th Sep, 2014, 06:38 AM
Post: #1
|
|||
|
|||
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 |
|||
21st Sep, 2014, 08:56 PM
Post: #2
|
|||
|
|||
RE: NZBGET 13
that would be great!!
RPi 1 Model B & RPi 2 |
|||
12th Nov, 2014, 06:24 AM
Post: #3
|
|||
|
|||
RE: NZBGET 14
I edited the request since nzbget us now on version 14
|
|||
19th Nov, 2014, 03:12 AM
Post: #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 |
|||
21st Nov, 2014, 01:27 AM
Post: #5
|
|||
|
|||
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. 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 |
|||
21st Nov, 2014, 06:09 AM
Post: #6
|
|||
|
|||
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. THANK YOU! just had to adjust the nice value but otherwise worked perfectly! |
|||
30th Nov, 2014, 08:40 PM
Post: #7
|
|||
|
|||
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 |
|||
18th Dec, 2014, 11:06 PM
Post: #8
|
|||
|
|||
RE: NZBGET 14
(21st Nov, 2014 06:09 AM)AMWND Wrote: THANK YOU! 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 |
|||
19th Dec, 2014, 02:31 AM
Post: #9
|
|||
|
|||
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.
|
|||
19th Dec, 2014, 03:31 AM
Post: #10
|
|||
|
|||
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 . 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 . 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) |
|||
19th Dec, 2014, 03:56 AM
Post: #11
|
|||
|
|||
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.
|
|||
19th Dec, 2014, 04:13 AM
Post: #12
|
|||
|
|||
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 . |
|||
19th Dec, 2014, 05:18 AM
Post: #13
|
|||
|
|||
RE: NZBGET 14
Having anything installed under /usr/lib/x86_64-linux-gnu means your XBian is completely broken, technically.
|
|||
19th Dec, 2014, 05:28 AM
Post: #14
|
|||
|
|||
RE: NZBGET 14
I had no intention of posting without purpose, but post 5 might confuse those new to RPi.
|
|||
27th Dec, 2014, 04:00 PM
Post: #15
|
|||
|
|||
RE: NZBGET 14
thanks for posting the detailed update instructions, nurd71.
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 RPi 1 Model B & RPi 2 |
|||
« Next Oldest | Next Newest »
|