I was requested by some friends on how to write a full windows setup on the following programs.
- Sickbeard
- CouchPotato
- HeadPhones
- SABnzbd
- Python 2.7.4
- Cheetah 2.4.4
- PyWin 32
- Git
- SickBeard Master Binaries
- AutoProcessTV Zip (We just need this for sabToSickBeard.exe)
- SABnzbd
- HeadPhones
- CouchPotato
- Run the Python 2.7.3 installer, install to any directory you want but for this guide we will assume you installed it to C:\Python27
- Open Run (Or WInKey + R) and type "sysdm.cpl"
- Change to the Advanced tab and click environment variables down the bottom right
- Under system variables, scroll down to Path and click Edit.
- At the end of the line, add 'C:\Python27;' or whatever path you installed Python to.
- For more information, click here
- Extract Cheetah 2.4.4 to C:\Python27\Lib\site-packages
- Open a command prompt window and browse to where you extracted cheetah. This can be done by using the following command:
cd C:\Python27\Lib\site-packages\Cheetah-2.4.4
python setup.py install
- Run the SABnzbd Installer
- Make sure to select "Run at Startup" and give it NZB file associations if you wish
- Remember where you installed it to.
- Extract SickBeard, for this guide we will assume you extracted it to C:\SickBeard
- Open your favourite text editor. (I recommend Notepad++)
- Copy the following code into the text editor:
start pythonw SickBeard.py
- Save the file as SickBeard.bat making sure that the file extension is changed to .bat and not .txt. (Notepad++ will sort this out for you)
- Run the new script you created. This will open SickBeard in the background.
- Close your browser.
- Install PyWin32 & Git
- Extract CouchPotato, for this guide we will assume you extracted it to C:\CouchPotato
- Open your favourite text editor. (I recommend notepad++)
- Copy the following code into the text editor:
-
cd C:\CouchPotato start pythonw couchpotato.py
- Save the file as CouchPotato.bat making sure that the file extension is changed to .bat and not .txt. (Notepad++ will sort this out for you)
- Run the new script you created. This will open CouchPotato in the background.
- Close your browser.
- Extract HeadPhones, for this guide we will assume you extracted it to C:\HeadPhones
- Open your favourite text editor. (I recommend notepad++)
- Copy the following code into the text editor:
-
cd C:\HeadPhones start pythonw Headphones.py
- Save the file as HeadPhones.bat making sure that the file extension is changed to .bat and not .txt. (Notepad++ will sort this out for you)
- Run the new script you created. This will open HeadPhones in the background.
- Close your Browser
- Open the start menu and find the Startup folder
- Right click on it and select open
- You may already find SABnzbd in here
- Create new shortcuts in this folder and point them to your sickbeard.bat & headphones.bat scripts
- Create another new shortcut and point it to CouchPotato.exe (This is located in your CouchPotato installation folder)




Sign In
Create Account





Back to top














