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.