CouchPotato lets you download movies automatically – Installing it on 5 different Linux Distros (Ubuntu, Debian, Fedora, Centos, Arch)

All of us spend a lot of time daily searching for latest movies’s  downloadable prints. Isn’t it tiring and time consuming?, well thankfully, CouchPotato is out there. It is a totally free application which lets you automatically download movies as soon as they are available online on usenets or torrents sites. It is extremely easy to configure and use application, works flawlessly and saves your lot of time and headache. Just let CouchPotato know the names of movies you are looking to download, and as soon as their online print is available, CouchPotato will download and save it for you on your specified location on the hard disk.

Installing CouchPotato on Linux

In order to work properly, couchPotato needs following two components installed on your Linux system.

  • Git
  • Python

Let’s see how we can install these pre-requisites and couchPotato on different popular Linux distros.

For Debian/Ubuntu:

Launch your terminal window and run following command to install Python and Git.

sudo apt-get install git-core python

Once the installation is complete, run following command to clone the couchPotato’s Git repository on your local system.

git clone https://github.com/RuudBurger/CouchPotatoServer couchpotato

Please note that it will clone the online Couchpotato repository to your system with directory name “couchpotato”. You can change this name to whatever you want.

Couchpotato clone

The cloning process should take couple of minutes, as soon as completed, run following command and it will start CouchPotato server on your ubuntu/Debian System.

python ~/couchpotato/CouchPotato.py –daemon

That’s it, launch your browser and load http://localhost:5050 and you should be seeing CouchPotato page 🙂

Couchpotato main page

For Fedora/Centos:

Run following command to install CouchPotato dependencies on your Fedora or Centos system.

yum install git-core python

If you are using Fedora 22, run the above command as:

dnf install git-core python

Clone the repository as:

git clone https://github.com/RuudBurger/CouchPotatoServer couchpotato

and start CouchPotato.

python /couchpotato/CouchPotato.py –daemon

For Arch Linux

In order to install pre-requisites on Arch linux, we will need to make use of Pacman package manager. Launch terminal and run following command:

pacman –S git-core python

Now simply run following two command to install and start CouchPotato.

git clone https://github.com/RuudBurger/CouchPotatoServer couchpotato
python /couchpotato/CouchPotato.py –daemon

Configuring CouchPotato

Let’s see how we can configure CouchPotato to be on look out for the movies of our choice. Here is the page that is displayed when you load it in your browser.

Couchpotato main page

You are encouraged to register and create an account here so that if you want to access this interface remotely, you should access it with username and password for the sake of security.

Couchpotato register

Here are the torrent sites/configuration that CouchPotato supports.

couchpotato torrents

In order to configure movies in this application, simply search the movie name and click “Add” button (as shown encircled in following screenshot). You can choose movie’s  print quality from drop down button too.

Couchpotato download

Conclusion

For movies lovers, it is a must-have application. It will be a nice addition to your Linux desktop; it’s extremely lightweight application and hardly contributes to your system load and high resource consumption.