This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Plex and Tautulli

sickice

Tue Jul 02, 2019 5:28:55 pm

For everyone who want use the Tautulli add-on for Plex, here is my the instruction how it will work under Zorin, because the install note from the Tautulli page https://github.com/Tautulli/Tautulli-Wiki/wiki/Installation#linux will not work properly.
Just follow my installation note and then you will be good, and Tautulli will start with the system.


sudo apt-get install git-core
apt-get install python python-setuptools tzdata
cd /opt
git clone https://github.com/Tautulli/Tautulli.git
addgroup tautulli
adduser --system --no-create-home tautulli --ingroup tautulli
chown tautulli:tautulli -R /opt/Tautulli
cp /opt/Tautulli/init-scripts/init.ubuntu /etc/init.d/Tautulli
chmod +x /etc/init.d/Tautulli
update-rc.d Tautulli defaults
service Tautulli start