-
Notifications
You must be signed in to change notification settings - Fork 71
Installation Instructions
You need to install python and cheetah only once.
To check if it is installed just type "python -V" in a terminal window. In the unlikely event it's not already installed you can simply install it with your OSes package manager. For Windows and Mac OSX, download here: http://www.python.org/download/
Use your package manager: sudo apt-get install python-cheetah Or install from source:
- Download http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz
- Extract it to Cheetah-2.4.4. Or run: tar -zxvf Cheetah-2.4.4.tar.gz (unzip with any zip app)
- cd Cheetah-2.4.4
- sudo python setup.py install (change sudo with Run As Admin on Windows)
- Choose your branch:
- TorrentProviders
- TorrentProviders, 1080p and Subtitles
- Extract the downloaded file. You can rename and move the extracted folder.
- cd Sick-Beard*
- python SickBeard.py
If your torrents have compressed files (rar, zip, etc), you can download my automation scripts: https://github.com/junalmeida/automation-scripts
- Its under development automation scripts on the sick-beard itself.
Some people have had a bit of trouble setting up torrentday as a provider. Here are some steps you can take to get it up and running:
1: Fill in Username and Password.
2: Create an RSS feed here: http://www.torrentday.com/rss.php (It does not matter what you check off for "Categories to retrieve:", SB will only search for TV Shows anyway.
You need the UID and RSS Hash to be able to download. If this is your RSS Link:
http://www.torrentday.com/torrents/rss?download;l10;u=1234567;tp=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- Then '1234567' would be your UID. (Without quotes)
- And 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' Would be your RSS Hash. (Without quotes)