#155 add duration example
This commit is contained in:
parent
7128597beb
commit
f626a9daa1
@ -49,4 +49,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."
|
||||
```
|
||||
```
|
||||
|
||||
### Limit user to total time watching for the day, 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."
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user