#155 add duration example

This commit is contained in:
Blacktwin 2019-04-25 16:11:57 -04:00
parent 7128597beb
commit f626a9daa1

View File

@ -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."
```