commit
645c43708a
@ -48,14 +48,14 @@ Triggers: Playback Start
|
||||
|
||||
Arguments:
|
||||
```
|
||||
--jbop plays --username {username} --sessionId {session_id} --today --limit plays=3 --killMessage "You have met your limit of 3 play sessions."
|
||||
--jbop plays --username {username} --sessionId {session_id} --days 0 --limit plays=3 --killMessage "You have met your limit of 3 play sessions."
|
||||
```
|
||||
|
||||
### Limit user to total time watching for the day, including duration of item starting
|
||||
### Limit user to total time watching for the week, including duration of item starting
|
||||
|
||||
Triggers: Playback Start
|
||||
|
||||
Arguments:
|
||||
```
|
||||
--jbop time --username {username} --sessionId {session_id} --duration {duration} --limit hours=2 --killMessage "You have met your limit of 3 days and 10 hours."
|
||||
--jbop time --username {username} --sessionId {session_id} --duration {duration} --days 7 --limit hours=10 --killMessage "You have met your weekly limit of 10 hours."
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user