How to Install CouchPotato on Raspberry Pi with OSMC

SSH into your working instance of OSMC on your Raspberry Pi or Raspberry Pi 2., Create a user, mod his groups, and make empty home folder for ~/.couchpotato configs sudo useradd couchpotato sudo usermod -a -G osmc couchpotato sudo mkdir...

8 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: SSH into your working instance of OSMC on your Raspberry Pi or Raspberry Pi 2.

      For example: ssh [email protected]
  2. Step 2: Create a user

    ,, Edit its section ExecStart path. cd /opt/CouchPotatoServer sudo vim ./init/couchpotato.service Find the line "ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py" Change it to new line "ExecStart=/opt/CouchPotatoServer/CouchPotato.py ,, Enjoy results on http://192.168.xxx.xxx:8080 (or whatever your Raspberry Pi IP address is) sudo systemctl start couchpotato
  3. Step 3: mod his groups

  4. Step 4: and make empty home folder for ~/.couchpotato configs sudo useradd couchpotato sudo usermod -a -G osmc couchpotato sudo mkdir /home/couchpotato sudo chown -R couchpotato:couchpotato /home/couchpotato

  5. Step 5: Clone (download) CouchPotato and assign right folder ownership sudo git clone http://github.com/RuudBurger/CouchPotatoServer /opt/CouchPotatoServer sudo chown -R couchpotato:couchpotato /opt/CouchPotatoServer

  6. Step 6: Create the correctly configured systemd unit for CouchPotato.

  7. Step 7: Install a systemd unit of CouchPotato sudo cp ./init/couchpotato.service /etc/systemd/system/couchpotato.service

  8. Step 8: Launch the daemon.

Detailed Guide

  For example: ssh [email protected]

,, Edit its section ExecStart path. cd /opt/CouchPotatoServer sudo vim ./init/couchpotato.service Find the line "ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py" Change it to new line "ExecStart=/opt/CouchPotatoServer/CouchPotato.py ,, Enjoy results on http://192.168.xxx.xxx:8080 (or whatever your Raspberry Pi IP address is) sudo systemctl start couchpotato

About the Author

E

Evelyn Walker

Brings years of experience writing about pet care and related subjects.

42 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: