From 984e5588c8f034975734998eb03c9d0adc42a6c6 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 25 Jun 2016 18:41:18 -0700 Subject: [PATCH] Use Plex downloads to check for PMS updates instead of server API * Check for PMS updates has been disabled and must be re-enabled in the settings --- data/interfaces/default/settings.html | 111 ++++++++++++++++------ plexpy/activity_pinger.py | 19 ++-- plexpy/config.py | 11 ++- plexpy/plextv.py | 130 ++++++++++++++++++++++---- plexpy/webserve.py | 15 ++- 5 files changed, 225 insertions(+), 61 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 4561070a..01a826d2 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -581,15 +581,31 @@
-

Plex Media Server Version unknown

+

Plex Media Server Version ${config['pms_version']}

If you're using websocket monitoring, any server changes require a restart of PlexPy.

-

Enable to have PlexPy check if updates are available for the Plex Media Server.
- Note: The Plex updater is broken on certain Plex Pass version of Plex Media Server. PlexPy will automatically disable checking for Plex updates if one of these versions is found.

+

Enable to have PlexPy check if updates are available for the Plex Media Server.

+
+
+
+
+
+ + +
+
+ + +
+
+