You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
shypike fc141b6cb6 Update text files for 0.7.19RC3 11 years ago
cherrypy Prevent CherryPy crash when reading a cookie from another app which has a non-standard name. 13 years ago
email Email notification for failed URL fetches. 13 years ago
gntp Remove warning about Growl when user has disabled message class in Growl itself. 13 years ago
icons Replace current icon files with smaller ones (thanks, inpheaux). 13 years ago
interfaces OZnzb filtering 11 years ago
licenses Update text files for 0.7.17Beta1 12 years ago
osx Upgrade unrar to version 5.11 (OSX and Windows) 11 years ago
po Add Finnish translation 11 years ago
sabnzbd Change renaming of duplicate files from file.ext-->file.ext.1 to file.ext-->file.1.ext 11 years ago
solaris Adds solaris manifest 12 years ago
tools Handle newline idiosyncrasies of gettext for NSIS template. 13 years ago
util Update copyright stuff. 13 years ago
win Upgrade unrar to version 5.11 (OSX and Windows) 11 years ago
.gitignore Support testing email based on values in UI instead of stored config. 11 years ago
ABOUT.txt Update text files for 0.7.19RC1 11 years ago
CHANGELOG.txt Update text files for release 0.7.19RC3 11 years ago
COPYRIGHT.txt Update text files for 0.7.17RC1 11 years ago
Dockerfile Add Dockerfile 11 years ago
GPL2.txt Eliminate superfluous 'main' folder 15 years ago
GPL3.txt Eliminate superfluous 'main' folder 15 years ago
INSTALL.txt Update text files for 0.7.19RC1 11 years ago
ISSUES.txt Update text files for 0.7.0 Alpha 1 13 years ago
LICENSE.txt Update text files for 0.7.17RC1 11 years ago
NSIS_Installer.nsi Update text files for 0.7.6Final. 13 years ago
PKG-INFO Update text files for release 0.7.19RC3 11 years ago
README.md We're now on 0.7.x, and developing 0.8.x 11 years ago
README.mkd Update text files for 0.7.19RC3 11 years ago
SABHelper.py Update copyright stuff. 13 years ago
SABnzbd.py In debug logging mode, use Google to determine our own IP address (IPv4 and IPv6). 11 years ago
Sample-PostProc.cmd Don’t send 8th parameter to user script when empty. 12 years ago
Sample-PostProc.sh Don’t send 8th parameter to user script when empty. 12 years ago
make_dmg.py Update OSX signing method 11 years ago
package.py Make OSX MountainLion build compatible with Mavericks. 11 years ago
setup.py Set x-bit for setup.py and package.py 15 years ago

README.md

SABnzbd - The automated Usenet download tool

SABnzbd is an Open Source Binary Newsreader written in Python.

It's totally free, incredibly easy to use, and works practically everywhere.

SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.

If you want to know more you can head over to our website: http://sabnzbd.org.

Resolving Dependencies

SABnzbd has a good deal of dependencies you'll need before you can get running. If you've previously run SABnzbd from one of the various Linux packages floating around (Ubuntu, Debian, Fedora, etc), then you likely already have all the needed dependencies. If not, here's what you're looking for:

  • python (We support Python 2.5-2.7, preferably 2.6 or 2.7.)
  • python-cheetah
  • python-configobj
  • python-feedparser
  • python-dbus
  • python-openssl
  • python-support
  • python-yenc
  • par2 (Multi-threaded par2 can be downloaded from ChuChuSoft )
  • unrar (Make sure you get the "official" non-free version of unrar)
  • unzip

Your package manager should supply these. If not, we've got links in our more in-depth installation guide.

Running SABnzbd from source

Once you've sorted out all the dependencies, simply run:

python SABnzbd.py

Or, if you want to run in the background:

python -d -f /path/to/sabnzbd.ini

If you want multi-language support, run:

python tools/make_mo.py

Our many other commandline options are explained in depth here.

About Our Repo

We're going to be attempting to follow the gitflow model, so you can consider "master" to be whatever our present stable release build is (presently 0.7.x) and "develop" to be whatever our next build will be (presently 0.8.x). Once we transition from unstable to stable dev builds we'll create release branches, and encourage you to follow along and help us test.