blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.64k stars 305 forks source link

--jbop limit not functioning. #386

Closed XenoKie closed 1 year ago

XenoKie commented 1 year ago

The --jbop limit command to ask user if they are still there doesn't seem to be working. I see the logs that they get executed, but when the next video that plays doesn't cause the notification to appear at all. When I use the script to stop after a certain number of plays, it notifies me on the screen.

The limit argument I am testing is: --jbop limit --username {username} --sessionId {session_id} --days 0 --limit plays=1 --delay 30 --killMessage "Are you still there?"

The play count argument I am testing which works is: --jbop plays --username {username} --sessionId {session_id} --days 0 --limit plays=1 --killMessage "You have met your limit of 1 play sessions."