From 64f2312248a18bd027d3e75029b8da994b15d696 Mon Sep 17 00:00:00 2001 From: dirtycajunrice Date: Wed, 19 Dec 2018 17:53:29 -0600 Subject: [PATCH] Updated readme to include `Transcode Decision Change` and explain transcoding decision vs. video decision --- killstream/readme.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/killstream/readme.md b/killstream/readme.md index 9ea2eb9..ab44dbe 100644 --- a/killstream/readme.md +++ b/killstream/readme.md @@ -6,7 +6,7 @@ Killing streams is a Plex Pass only feature. So these scripts will **only** work ### Kill transcodes -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: \[ `Transcode Decision` | `is` | `transcode` \] Arguments: @@ -81,7 +81,7 @@ Arguments: ### Kill transcode by library -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: * \[ `Transcode Decision` | `is` | `transcode` \] * \[ `Library Name` | `is` | `4K Movies` \] @@ -93,7 +93,7 @@ Arguments: ### Kill transcode by original resolution -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: * \[ `Transcode Decision` | `is` | `transcode` \] * \[ `Video Resolution` | `is` | `1080 or 720`\] @@ -105,7 +105,7 @@ Arguments: ### Kill transcode by bitrate -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: * \[ `Transcode Decision` | `is` | `transcode` \] * \[ `Bitrate` | `is greater than` | `4000` \] @@ -137,7 +137,7 @@ Arguments: ### Kill transcodes and send a notification to agent 1 -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: \[ `Transcode Decision` | `is` | `transcode` \] Arguments: @@ -147,7 +147,7 @@ Arguments: ### Kill transcodes using the default message -Triggers: Playback Start +Triggers: Playback Start, Transcode Decision Change Conditions: \[ `Transcode Decision` | `is` | `transcode` \] Arguments: @@ -211,3 +211,11 @@ Tautulli > Script Agent > Script > Tautulli > Webhook Agent > Discord/Slack ### Debug Add `--debug` to enable debug logging. + +### Conditions considerations + +#### Kill transcode variants + +All examples use \[ `Transcode Decision` | `is` | `transcode` \] which will kill any variant of transcoding. +If you want to allow audio or container transcoding and only drop video transcodes, your condition would change to +\[ `Video Decision` | `is` | `transcode` \] \ No newline at end of file