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.
 
 
 
 
 
Ruud 88579cd71a One up 12 years ago
couchpotato Don't download same quality twice. fix #1519 12 years ago
init Ubuntu init script /etc/default 12 years ago
libs Tornado update 12 years ago
.gitignore Some minor improvements 13 years ago
CouchPotato.py Shutdown cleanly on quit process 12 years ago
Desktop.py Use https for changelog 12 years ago
README.md Open up browser in readme 13 years ago
contributing.md Contribute update 12 years ago
icon.icns Getting ready for build 13 years ago
icon.ico Getting ready for build 13 years ago
icon.png Getting ready for build 13 years ago
installer.iss Force install install in AppData 12 years ago
installer_banner.bmp Force install install in AppData 12 years ago
installer_icon.bmp Force install install in AppData 12 years ago
license.txt GPL License 14 years ago
setup.py Use proper description for binary build. fix #1005 13 years ago
version.py One up 12 years ago

README.md

CouchPotato Server

CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.

Running from Source

CouchPotatoServer can be run from source. This will use git as updater, so make sure that is installed also.

Windows, see the CP forum for more details:

  • Install Python 2.7
  • Then install PyWin32 2.7 and GIT
  • If you come and ask on the forums 'why directory selection no work?', I will kill a kitten, also this is because you need PyWin32
  • Open up Git Bash (or CMD) and go to the folder you want to install CP. Something like Program Files.
  • Run git clone https://github.com/RuudBurger/CouchPotatoServer.git.
  • You can now start CP via CouchPotatoServer\CouchPotato.py to start
  • Your browser should open up, but if it doesn't go to: http://localhost:5050/

OSx:

  • If you're on Leopard (10.5) install Python 2.6+: Python 2.6.5
  • Install GIT
  • Open up Terminal
  • Go to your App folder cd /Applications
  • Run git clone https://github.com/RuudBurger/CouchPotatoServer.git
  • Then do python CouchPotatoServer/CouchPotato.py
  • Your browser should open up, but if it doesn't go to: http://localhost:5050/

Linux (ubuntu / debian):

  • Install GIT with apt-get install git-core
  • 'cd' to the folder of your choosing.
  • Run git clone https://github.com/RuudBurger/CouchPotatoServer.git
  • Then do python CouchPotatoServer/CouchPotato.py to start
  • To run on boot copy the init script. sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato
  • Change the paths inside the init script. sudo nano /etc/init.d/couchpotato
  • Make it executable. sudo chmod +x /etc/init.d/couchpotato
  • Add it to defaults. sudo update-rc.d couchpotato defaults
  • Open your browser and go to: http://localhost:5050/