Managing Parental Control
  • 06 Feb 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Managing Parental Control

  • Dark
    Light
  • PDF

Article summary

You can go to AppCMS->Settings->Features and enable parental controls
Screen Shot 2020-02-06 at 7.46.27 AM.png

Once Enabled Users have the option of enabling this for them in their settings
Screen Shot 2020-02-06 at 7.43.18 AM.png{height="" width=""}
Screen Shot 2020-02-06 at 7.43.24 AM.png{height="" width=""}
Screen Shot 2020-02-06 at 7.43.35 AM.png

While playing user will get a PIN screen like this, we remember the PIN for that session
Screen Shot 2020-02-06 at 7.49.39 AM.png

Ratings are managed as follows
Lets define the meaning of ratings
“7+”= Ask for PIN when rating of video is any video which a 1-7 year old should NOT see
13+= Ask for PIN when rating of video is any video which a 1-13 year old should NOT see
16+= Ask for PIN when rating of video is any video which a 1-16 year old should NOT see
18+= Ask for PIN when rating of video is any video which a 1-18 year old should NOT see
ALL= Ask for PIN for all videos

Based on the above, here is how ratings should work from the link of Amazon https://www.primevideo.com/help?_encoding=UTF8&nodeId=GFGQU3WYEG6FSJFJ
ALL= All videos should prompt PIN
18+= All video in “18+”rating column should ask for PIN
16+= All video in “18+” AND “16+” rating column should ask for PIN
13+= All video in “18+”, “16+” and “13+” rating column should ask for PIN
7+= All video in “18+”, “16+”, “13+” AND “7+” rating column should ask for PIN

Ratings in tools are as below, you have to set that per content appropriately for prompts to work
image.png

export const rating_map = [
{
"key":"7+",
"value": [ “13+”,”15+”,”18+”,”PG”,”PG-13”,”R”,”NC-17”,”TV-Y7”,”TV-Y7-FV”,”TV-14”,”TV-MA”,”TV-PG”,”TV-14-L”,”TV-14-D”,”TV-14-D-L”,”A”,”UA”, “S”]
},
{
"key":"13+",
"value": [ “13+”,”15+”,”18+”,”PG-13”,”R”,”NC-17”,”TV-14”,”TV-MA”,”TV-14-L”,”TV-14-D”,”TV-14-D-L”,”A”,”UA”,”S”]
},
{
"key":"16+",
"value": [ ”18+”,”R”,”NC-17”,”TV-MA”,”TV-14-L”,”A”,”S”]
},
{
"key":"18+",
"value": [ ”18+”,”R”,”NC-17”,”TV-MA”,”A”,”S”]
},
{
"key": "All",
"value": [“5+”, “13+”,”15+”,”18+”,”G”,”PG”,”PG-13”,”R”,”NC-17”,”TV-Y”,”TV-Y7”,”TV-Y7-FV”,”TV-G”,”TV-14”,”TV-MA”,”TV-PG”,”TV-PG-L”,”TV-14-L”,”TV-14-D”,”TV-14-D-L”,”A”,”UA”,”U”,”NA”,”S”]
}
]


Was this article helpful?

What's Next