Automate NZB downloads part 1

Automate NZB downloads part 1

This is a tutorial on how to setup automatic .nzb downloading. In this 4 part guide, I’m going to explore how to automatically grab and execute .nzb files through an RSS feed.

ANY_ITEM_HEREadfadsfadfadfadsfadfadfadsfadsfadsfadfadsfadsfasdf
asdfadsfadsfasdfasdfsadfasdfadsfdfadsfadsfafddsafasdfadsfadfadfadsfadsfdsa
  1. Install sabnzbdplus.
  2. Setup sabnzbdplus.
  3. Create your custom episode based RSS feed.
  4. Add the RSS feed to sabnzbdplus with download options.

Disclaimer

Please review your countries copyright laws before continuing on with this tutorial. This is purely for information purposes only. Bastardgeek.com, the author and the hosting provider take no responsibility for how this information may be used.

Requirements

  • Internet Connection (check your bandwidth restrictions)
  • Server with Ubuntu or Windows installed
  • Sabnzbdplus (we will set this up together in part 1)
  • A beer or cup of coffee
  • a Usenet account.  Check out Giganews!

Windows users:  If you installed sabnzbd on windows, then please skip to part 2.

The first step is to setup sabnzbdplus.  Now, we could go download the package from their website and install it by hand but I’m fairly lazy and prefer to use apt-get for automated installs when possible.  So lets setup a third party repository that was created just for this reason. I got this repository info from http://sabnzbd.wikidot.com/install-ubuntu-repo

Add the repository

Open a terminal, copy and paste the following commands. Use shift+insert to paste inside a terminal window.

This adds the repository

echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu $(lsb_release -c -s) main" | sudo tee -a /etc/apt/sources.list

This adds the gpg key so apt doesn’t complain.

wget -SO- "http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x98703123E0F52B2BE16D586EF13930B14BB9F05F" | sudo apt-key add -

Now lets update our package lists.

sudo apt-get update

Updated yet? Good now we can install sabnzbd

sudo aptitude --with-recommends install sabnzbdplus

Bonus points! Use this next line to install some extra themes

sudo aptitude install sabnzbdplus-theme-plush sabnzbdplus-theme-smpl sabnzbdplus-theme-iphone

Okay, now that everything is installed. I added sabnzbdplus to the startup applications in Ubuntu. To do this go to System-Startup Applications-Add

Command

sabnzbdplus -d

PART 2>>>

  • Share/Bookmark
, , , , , , ,

This post was written by:

Bradley Gillap - who has written 74 posts on BastardGeek.

Brad Gillap is a professional computer consultant. He also managed a computer retail store for almost 5 years and is looking to the Internet now for a larger audience.


Contact the author

5 Responses to “Automate NZB downloads part 1”

  1. Gravity Says:

    Thanks man! I finally set it up thank to you!

    Reply

  2. custom term papers Says:

    It helped me a lot in many ways! Thanks you so much!

    Reply


Trackbacks/Pingbacks

Leave a Reply