-Killing streams is a Plex Pass only feature. So these scripts will only work for Plex Pass users.
Gist |
File |
Description |
-
- |
- wait_kill_pause_notify_main |
-
- Receive session_key from Tautulli 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 Tautulli notification agent.
- |
-
|
watch_limit |
Kill streams if user has watched too much Plex Today. |
-
|
play_limit |
@@ -98,57 +120,14 @@ Killing streams is a Plex Pass only feature. So these scripts will only work for
|
kill_time |
Limit number of plays of TV Show episodes during time of day. Idea is to reduce continuous plays while sleeping. |
-
-
- |
- kill_trans_pause_notify |
- Kill Plex paused video transcoding streams and receive notification. |
|
- ip_whitelist |
- Receive session_key and IP from Tautulli when playback starts. Use IP to check against whitelist. If not in whitelist use session_key to determine stream and kill. |
-
-
-  |
- kill_all_more_than |
- If user has 2 or more concurrent streams kill all streams |
-
-
-  |
- kill_else_if_buffering |
- Kill concurrent transcode streams of other users if Admin user is experiencing buffering warnings from Tautulli. |
-
-
-  |
- kill_more_than |
- If user has 2 or more concurrent streams and the IP of the 2nd stream differs from 1st kill 2nd. If 2nd stream IP is the same as 1st stream don't kill. |
-
-
-  |
- kill_outsider_stream |
- Kill stream if user is outside of local network. |
-
-
-  |
- kill_plex_streams |
- Kill all Plex streams for whatever reason you want. |
-
-
-  |
- kill_session_bitrate |
- Kill stream if bitrate is greater than 4 Mbps |
-
-
-  |
- kill_trans_exp_audio |
- Kill Plex video transcoding streams only. All audio streams are left alone. Kill message based on platform. |
-
-
-  |
- kill_trans_pause |
- Kill Plex paused video transcoding streams using Tautulli. |
+ kill_stream |
+ Use Conditions, Arguements, and Parameters to kill a Plex stream.
+ See killsteam section readme.md |
+