moved to bullet points for uniformity with conditions
This commit is contained in:
parent
72fbf36377
commit
aa6017374e
@ -6,7 +6,10 @@ Killing streams is a Plex Pass only feature. So these scripts will **only** work
|
|||||||
|
|
||||||
### Kill transcodes
|
### Kill transcodes
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
@ -81,7 +84,10 @@ Arguments:
|
|||||||
|
|
||||||
### Kill transcode by library
|
### Kill transcode by library
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions:
|
Conditions:
|
||||||
* \[ `Transcode Decision` | `is` | `transcode` \]
|
* \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
* \[ `Library Name` | `is` | `4K Movies` \]
|
* \[ `Library Name` | `is` | `4K Movies` \]
|
||||||
@ -93,7 +99,10 @@ Arguments:
|
|||||||
|
|
||||||
### Kill transcode by original resolution
|
### Kill transcode by original resolution
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions:
|
Conditions:
|
||||||
* \[ `Transcode Decision` | `is` | `transcode` \]
|
* \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
* \[ `Video Resolution` | `is` | `1080 or 720`\]
|
* \[ `Video Resolution` | `is` | `1080 or 720`\]
|
||||||
@ -105,7 +114,10 @@ Arguments:
|
|||||||
|
|
||||||
### Kill transcode by bitrate
|
### Kill transcode by bitrate
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions:
|
Conditions:
|
||||||
* \[ `Transcode Decision` | `is` | `transcode` \]
|
* \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
* \[ `Bitrate` | `is greater than` | `4000` \]
|
* \[ `Bitrate` | `is greater than` | `4000` \]
|
||||||
@ -137,7 +149,10 @@ Arguments:
|
|||||||
|
|
||||||
### Kill transcodes and send a notification to agent 1
|
### Kill transcodes and send a notification to agent 1
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
@ -147,7 +162,10 @@ Arguments:
|
|||||||
|
|
||||||
### Kill transcodes using the default message
|
### Kill transcodes using the default message
|
||||||
|
|
||||||
Triggers: Playback Start, Transcode Decision Change
|
Triggers:
|
||||||
|
* Playback Start
|
||||||
|
* Transcode Decision Change
|
||||||
|
|
||||||
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
Conditions: \[ `Transcode Decision` | `is` | `transcode` \]
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
Loading…
Reference in New Issue
Block a user