Tautulli
Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server.
Official Tautulli website
WDCommunity github repo
OS3 thread
Installation
The Entware package is required to install Tautulli package. You’ll find both on website below.
Soon on https://wdcommunity.com
Now at Service End for Bintray, JCenter, GoCenter, and ChartCenter | JFrog
Go to the Apps tab in the WD web interface.
Select manual install
and install the Entware package (download it from the same link above).
Then select manual install
again and install the Tautulli package.
Select the freshly install Tautulli package and select Configure
to setup/access Tautulli.
Switch to Tautulli Beta
Backup your settings.ini and data dir first!
cdnp && cd tautulli
cp settings.ini /shares/Public/settings.ini
rsync -a data/ /shares/Public/data
cd Tautulli
git checkout beta # or whatever test branch
Notes
Restore config
If you had the old PlexPy package, you can restore your settings and database to Tautulli:
cd /shares/Volume_1/Nas_Prog/plexpy/plexpy-master
cp config.ini ../../tautulli/Tautulli
cp plexpy.db ../../tautulli/Tautulli
Then uninstall plexpy and restart Tautulli.
Installation failure
Please provide the contents of /tmp/debug_apkg and show the plexpy start failure.
You can edit /opt/etc/init.d/S43Tautulli.sh by commenting the line in start_daemon()
with a #
# --daemon --pidfile ${PID_FILE} \
Then start Tautulli
/opt/etc/init.d/S43Tautulli.sh start
Please let me know when it fails to install / start (stop). For other issues, use the Tautulli website.
Disclaimer
Use this package at your own risk / responsibility.