From 5d2f38795500c5dd4bd619b93e52f37e8008073a Mon Sep 17 00:00:00 2001 From: blacktwin Date: Sat, 21 Oct 2017 11:19:51 -0400 Subject: [PATCH] adding more scripts kill_time watch_lmit play_limit wait_kill_pause_notify_main wait_kill_pause_notify_sub --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0adc63..6f3f762 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,30 @@ Scripts pulled from my gist profile. Gist File Description + + + + wait_kill_pause_notify_main + + Receive session_key from PlexPy when paused. Use sub-script wait_kill_pause_notify_sub + to wait for X time then check if still paused. If so, kill. Toggle whether you'd like to be notified through a PlexPy notification agent. + + + + + watch_limit + Kill streams if user has watched too much Plex Today. + + + + + play_limit + Kill streams if user has played too much Plex Today. + + + + kill_time + Limit number of plays of TV Show episodes during time of day. Idea is to reduce continuous plays while sleeping. @@ -71,11 +95,6 @@ Scripts pulled from my gist profile. ip_whitelist Receive session_key and IP from PlexPy when playback starts. Use IP to check against whitelist. If not in whitelist use session_key to determine stream and kill. - - - - create_wait_kill_trans - Receive session_key from PlexPy when paused. Use session_id to create sub-script to wait for X time then check if transcoding still paused. If so, kill.