GithubHelp home page GithubHelp logo

matthewdias / couchpotatoserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from couchpotato/couchpotatoserver

0.0 2.0 0.0 20.98 MB

Automatic Movie Downloading via NZBs & Torrents

Home Page: couchpota.to

License: GNU General Public License v3.0

Python 91.15% JavaScript 7.03% CSS 1.46% HTML 0.19% Shell 0.15% C 0.02%

couchpotatoserver's Introduction

CouchPotato

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.

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/

OS X:

  • 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
  • (Fedora / CentOS) Install GIT with yum install git
  • 'cd' to the folder of your choosing.
  • Run git clone https://github.com/RuudBurger/CouchPotatoServer.git
  • Then do python CouchPotatoServer/CouchPotato.py to start
  • (Ubuntu / Debian) To run on boot copy the init script sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato
  • (Ubuntu / Debian) Copy the default paths file sudo cp CouchPotatoServer/init/ubuntu.default /etc/default/couchpotato
  • (Ubuntu / Debian) Change the paths inside the default file sudo nano /etc/default/couchpotato
  • (Ubuntu / Debian) Make it executable sudo chmod +x /etc/init.d/couchpotato
  • (Ubuntu / Debian) Add it to defaults sudo update-rc.d couchpotato defaults
  • (systemd) To run on boot copy the systemd config sudo cp CouchPotatoServer/init/couchpotato.fedora.service /etc/systemd/system/couchpotato.service
  • (systemd) Update the systemd config file with your user and path to CouchPotato.py
  • (systemd) Enable it at boot with sudo systemctl enable couchpotato
  • Open your browser and go to http://localhost:5050/

Docker:

FreeBSD :

  • Update your ports tree sudo portsnap fetch update
  • Install Python 2.6+ lang/python with cd /usr/ports/lang/python; sudo make install clean
  • Install port databases/py-sqlite3 with cd /usr/ports/databases/py-sqlite3; sudo make install clean
  • Add a symlink to 'python2' sudo ln -s /usr/local/bin/python /usr/local/bin/python2
  • Install port ftp/libcurl with cd /usr/ports/ftp/fpc-libcurl; sudo make install clean
  • Install port ftp/curl, deselect 'Asynchronous DNS resolution via c-ares' when prompted as part of config cd /usr/ports/ftp/fpc-libcurl; sudo make install clean
  • Install port textproc/docbook-xml-450 with cd /usr/ports/textproc/docbook-xml-450; sudo make install clean
  • Install port GIT with cd /usr/ports/devel/git; sudo make install clean
  • 'cd' to the folder of your choosing.
  • Run git clone https://github.com/RuudBurger/CouchPotatoServer.git
  • Then run sudo python CouchPotatoServer/CouchPotato.py to start for the first time
  • To run on boot copy the init script. sudo cp CouchPotatoServer/init/freebsd /etc/rc.d/couchpotato
  • Change the paths inside the init script. sudo vim /etc/rc.d/couchpotato
  • Make init script executable. sudo chmod +x /etc/rc.d/couchpotato
  • Add init to startup. sudo echo 'couchpotato_enable="YES"' >> /etc/rc.conf
  • Open your browser and go to: http://server:5050/

couchpotatoserver's People

Contributors

alshain avatar bazbjzy avatar bfagundez avatar clinton-hall avatar coolius avatar cptjhmiller avatar damiya avatar dan-boehm avatar dkboy avatar dumaresq avatar echelonfour avatar fuzeman avatar georgewhewell avatar iguyking avatar jkaberg avatar kackar avatar lordcrash avatar mano3m avatar mathewparet avatar mikke89 avatar mlwalk3r avatar nls44 avatar parberge avatar remboooo avatar restanrm avatar ruudburger avatar salfab avatar saxicek avatar techmunk avatar vktr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.