
Paste this code and save the file with Ctrl+X, Press y and then Enter
#Nzbdrone nzbget setup install
Install upstart sudo apt-get install upstartĬreate the upstart file sudo nano /etc/init/nf Let's make it autostart on the Raspberry Pi using an upstart script on boot

Now try and access NZBGet at username:nzbget password:tegbzn6789 Note: For the Raspberry Pi the extra / is necessary after scripts Note: Your extension scripts folder is ~/nzbget-13.0/scripts/ which you set in NZBGet Settings -> Paths -> ScripDir Unpack the VideoSort Script unzip videosort-ppscript-5.0.zip Install the Videosort post processing script to have NZBGet sort your video media automaticallyĮnter the NZBGet scripts folder cd scripts This also takes a good 10 minutes./configure & make & sudo make install & sudo make install-confĬhange the permissions of the configuration file sudo chown pi:root /usr/local/etc/nf This will take a good 10-15 minutes./configure & make & sudo make installĬompile, install and create the configuration file for nzbget 13.0. Unpack libpar 2 and enter its folder tar -xvf libpar2-0.4.tar.gz & cd libpar2-0.4Ĭompile libpar2. Run apt-get install libpar2-dev first and then run the following which will solve the problem so you can compile NZBGet without errors. Note: This fixes the ‘nzbget: error while loading shared libraries: libpar2.so.1: cannot open shared object file: No such file or directory’. Grab updated libpar2 which nzbget needs to par check rar files

Unpack the source and enter the folder it creates sudo tar -xvf nzbget-13.0.tar.gz & cd nzbget-13.0 Install dependencies sudo apt-get install build-essential libsigc++-dev sigc++ libncurses5-dev libssl-dev libxml2-dev libpar2-0-dev unzip p7zip-full -y It also solves Unrar error 64 as long as you are using absolute paths in NZBGet

This fixes Error Unrar 10 echo "deb-src wheezy main contrib non-free rpi" | sudo tee -a /etc/apt/sources.list
