remove unixtime and datestamp args. Use unixtime and datestamp from script

This commit is contained in:
Blacktwin 2018-07-10 11:15:44 -04:00
parent f71e864a75
commit 40ac277101

View File

@ -11,7 +11,7 @@ Conditions: \[ `Current Hour` | `is` | `22 or 23 or 24 or 1` \]
Arguments: Arguments:
``` ```
--jbop limit --username {username} --sessionId {session_id} --grandparent_rating_key {grandparent_rating_key} --datestamp {datestamp} --unixtime {unixtime} --limit plays=3 --delay 60 --killMessage You sleeping? --jbop limit --username {username} --sessionId {session_id} --grandparent_rating_key {grandparent_rating_key} --limit plays=3 --delay 60 --killMessage 'You sleeping?'
``` ```
### Limit user to total Plays/Watches and send a notification to agent 1 ### Limit user to total Plays/Watches and send a notification to agent 1
@ -20,7 +20,7 @@ Triggers: Playback Start
Arguments: Arguments:
``` ```
--jbop watch --username {username} --sessionId {session_id} --limit plays=3 --notify 1 --killMessage You have met your limit of 3 watches. --jbop watch --username {username} --sessionId {session_id} --limit plays=3 --notify 1 --killMessage 'You have met your limit of 3 watches.'
``` ```
### Limit user to total time watching ### Limit user to total time watching
@ -29,7 +29,7 @@ Triggers: Playback Start
Arguments: Arguments:
``` ```
--jbop time --username {username} --sessionId {session_id} --limit days=3 --limit hours=10 --killMessage You have met your limit of 3 days and 10 hours. --jbop time --username {username} --sessionId {session_id} --limit days=3 --limit hours=10 --killMessage 'You have met your limit of 3 days and 10 hours.'
``` ```
@ -39,5 +39,5 @@ Triggers: Playback Start
Arguments: Arguments:
``` ```
--jbop plays --username {username} --sessionId {session_id} --limit plays=3 --killMessage You have met your limit of 3 play sessions. --jbop plays --username {username} --sessionId {session_id} --limit plays=3 --killMessage 'You have met your limit of 3 play sessions.'
``` ```