added readme and snuck my name in >.<
This commit is contained in:
parent
93ddee995e
commit
79088cf6ce
@ -1,6 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
Description: Use conditions to kill a stream
|
Description: Use conditions to kill a stream
|
||||||
Author: Blacktwin, Arcanemagus, Samwiseg0, JonnyWong16
|
Author: Blacktwin, Arcanemagus, Samwiseg0, JonnyWong16, DirtyCajunRice
|
||||||
|
|
||||||
Adding the script to Tautulli:
|
Adding the script to Tautulli:
|
||||||
Tautulli > Settings > Notification Agents > Add a new notification agent >
|
Tautulli > Settings > Notification Agents > Add a new notification agent >
|
||||||
|
@ -62,7 +62,7 @@ Arguments:
|
|||||||
--jbop stream --username {username} --sessionId {session_id} --killMessage 'You are only allowed 3 streams.'
|
--jbop stream --username {username} --sessionId {session_id} --killMessage 'You are only allowed 3 streams.'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Limit User streams to one IP
|
### Limit User streams to one unique IP
|
||||||
|
|
||||||
Triggers: Playback Start
|
Triggers: Playback Start
|
||||||
|
|
||||||
@ -71,6 +71,26 @@ Arguments:
|
|||||||
--jbop multiIpStreams --userId {user_id} --username {username} --sessionId {session_id} --killMessage 'You are only allowed to stream from one location at a time.'
|
--jbop multiIpStreams --userId {user_id} --username {username} --sessionId {session_id} --killMessage 'You are only allowed to stream from one location at a time.'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Limit User streams to one unique IP excluding house account
|
||||||
|
|
||||||
|
Triggers: Playback Start
|
||||||
|
Conditions: \[ `Username` | `is not` | `Bob` \]
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
```
|
||||||
|
--jbop multiIpStreams --userId {user_id} --username {username} --sessionId {session_id} --killMessage 'You are only allowed to stream from one location at a time.'
|
||||||
|
```
|
||||||
|
|
||||||
|
### Limit User streams to 3 unique IPs
|
||||||
|
|
||||||
|
Triggers: Playback Start
|
||||||
|
Conditions: \[ `User Streams` | `is greater than` | `3` \]
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
```
|
||||||
|
--jbop multiIpStreams --userId {user_id} --username {username} --sessionId {session_id} --killMessage 'You are only allowed to stream from one location at a time.'
|
||||||
|
```
|
||||||
|
|
||||||
### IP Whitelist
|
### IP Whitelist
|
||||||
|
|
||||||
Triggers: Playback Start
|
Triggers: Playback Start
|
||||||
|
Loading…
Reference in New Issue
Block a user