Currently unsure how I could set the limiterr.py script to only allow one episode of a particular show to be viewed per day. So far:
--jbop limit --username {username} --sessionId {session_id} --grandparent_rating_key {grandparent_rating_key} --limit plays=1 --today --killMessage "only one episode a day!"
But unsure of how to apply this to only one show (I have gathered the necessary grandparent_rating_key from the logs for the desired show). Is the possible in its current form or would this be a feature request?
Currently unsure how I could set the
limiterr.py
script to only allow one episode of a particular show to be viewed per day. So far:--jbop limit --username {username} --sessionId {session_id} --grandparent_rating_key {grandparent_rating_key} --limit plays=1 --today --killMessage "only one episode a day!"
But unsure of how to apply this to only one show (I have gathered the necessary
grandparent_rating_key
from the logs for the desired show). Is the possible in its current form or would this be a feature request?