0.8.x Development Version via Git Fedora & Korora 18

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
daemox
Newbie
Newbie
Posts: 26
Joined: October 12th, 2010, 10:22 pm
Location: Cascadia
Contact:

0.8.x Development Version via Git Fedora & Korora 18

Post by daemox »

I used these sources:
https://github.com/sabnzbd/sabnzbd/tree/develop
https://github.com/sabnzbd/sabnzbd/blob ... NSTALL.txt
https://forums.sabnzbd.org/viewtopic.php?f=11&t=13857
http://wiki.sabnzbd.org/configure-switc ... multi-core

Install (thanks to sander)
cd /usr/local/bin
beesu mkdir sabnzbd
beesu git clone https://github.com/sabnzbd/sabnzbd.git
cd sabnzbd/
beesu git checkout --track origin/develop
beesu git pull

Install Dependencies (You need to be running Korora or to have installed RPMFusion repos (free & non-free).)
beesu yum install python-cheetah par2cmdline p7zip-plugins python-yenc pyOpenSSL python-configobj python-feedparser python-dbus unrar pygtk2

Multi-threaded par2 (optional)
http://chuchusoft.com/par2_tbb/download.html
beesu cp Downloads/par2cmdline-<version>/par2 /usr/local/bin

Launch SABnzbd+
python SABnzbd.py (at least once to generate sabnzbd.ini in ~/.sabnzbd)

par2 params: -t+
Post Reply