SABnzbdv 0.5.4 - Open Source Binary Newsreader

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

SABnzbdv 0.5.4 - Open Source Binary Newsreader

#1 Post by chrome307 »

The source is available here:

http://sourceforge.net/projects/sabnzbd ... z/download

I have attempted to compile this but have failed miserably each time, so was hoping someone else could help me out compiling this to use with Puppy Linux.

Additional info:

INSTALL with only sources
-------------------------------------------------------------------------------

You need to have Python installed and some modules.

Unix/Linux/OSX
Python-2.4.4 http://www.python.org
OR
Python-2.5.4 http://www.python.org

Windows
Python-2.5.latest http://www.activestate.com

Essential modules
cheetah-2.0.1+ http://www.cheetahtemplate.org/
yenc module >= 0.3 http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz
http://sabnzbd.sourceforge.net/yenc-0.3-w32fixed.zip (Win32-only)
par2cmdline >= 0.4 http://parchive.sourceforge.net/
http://chuchusoft.com/par2_tbb/index.html (multi-core)

Essential modules for python 2.4 ONLY
pysqlite3 >= 2.3.4 http://pysqlite.org (python-pysqlite2)

Optional modules
unrar >= 3.90+ http://www.rarlab.com/rar_add.htm
unrar < 3.80 Reduced funtionality
unzip >= 5.52 http://www.info-zip.org/

Optional modules Windows
pyopenssl >= 0.10 http://pypi.python.org/pypi/pyOpenSSL
(Binaries, including the OpenSSL libraries)

Optional modules Unix/Linux/OSX
pyopenssl >= 0.7 http://pypi.python.org/pypi/pyOpenSSL
openssl => v0.9.8g+ http://www.openssl.org/
Make sure the OpenSSL libraries match with PyOpenSSL

Embedded modules (only use the included version)
CherryPy-3.2 rev2138 with patches http://www.cherrypy.org


Unpack the ZIP-file containing the SABnzbd sources to any folder of your liking.
Start the program from the commandline:
python SABnzbd.py
Within 5-10 seconds your web browser will start and show the user interface.
Use the "Help" button in the web-interface to be directed to the Help Wiki.

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#2 Post by p310don »

I got it to work, have you got it going as yet?

Post Reply