From 4ece976dc820953b9cfb60a5e87bdd37f87f24cc Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 23 Apr 2020 22:47:19 -0700 Subject: [PATCH] Add continued session threshold setting and notification parameter --- data/interfaces/default/settings.html | 16 +++++++++++++++- plexpy/common.py | 1 + plexpy/notification_handler.py | 1 + plexpy/webserve.py | 1 + 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 31628c26..87c0954a 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -941,7 +941,7 @@
-The value (in seconds) Tautulli should wait before triggering the next buffer warning. 0 to always trigger.
+The value (in seconds) Tautulli should wait before triggering the next buffer warning. Set to 0 to always trigger.
The number of concurrent streams by a single user for Tautulli to trigger a notification. Minimum 2.
+
+ The number of seconds between stopping and starting a new stream to be considered as a continued session. Set to 0 to consider all streams as new sessions.
+
+ Note: The threshold is only used for the continued session notification parameter.
+