Jump to content

Question about the Parental Ratings hierarchy


DGMayor
Go to solution Solved by ebr,

Recommended Posts

DGMayor

I'm curious as to where the Parental Rating hierarchy comes from.   Is this set it stone or some that can be discussed?

 

Reason I ask is that I think that PG / TV-PG should be lower than TV-Y7.  There are lots of Kid's movies that are PG (Bee Movie, Cloudy With a Chance of Meatballs, Bolt, Brave etc) that are much more suitable for younger kids than shows that are geared towards the 7 year old range ( shows like Avengers, Hulk, Justice League, Lego Star Wars, Ultimate Spider-Man, etc).

 

 

Link to comment
Share on other sites

  • Solution

You'll have to talk to the ratings agencies.  TV-Y7 is under TV-PG.  You can always enter custom ratings for things though.

  • Like 1
Link to comment
Share on other sites

  • 10 years later...
seanfletcher255

i am curious as to the ratings levels i.e. which are higher/lower than the others not to change them just to know the order?

Link to comment
Share on other sites

Happy2Play
28 minutes ago, seanfletcher255 said:

i am curious as to the ratings levels i.e. which are higher/lower than the others not to change them just to know the order?

Every country will have their own index.

            LoadRatings("us", new[] {

                new ParentalRating("TV-Y", 1),
                new ParentalRating("APPROVED", 1),
                new ParentalRating("G", 1),
                new ParentalRating("E", 1),
                new ParentalRating("EC", 1),
                new ParentalRating("TV-G", 1),
                new ParentalRating("TV-Y7", 3),
                new ParentalRating("TV-Y7-FV", 4),
                new ParentalRating("PG", 5),
                new ParentalRating("TV-PG", 5),
                new ParentalRating("PG-13", 7),
                new ParentalRating("T", 7),
                new ParentalRating("TV-14", 8),
                new ParentalRating("R", 9),
                new ParentalRating("M", 9),
                new ParentalRating("TV-MA", 9),
                new ParentalRating("NC-17", 10),
                new ParentalRating("AO", 15),
                new ParentalRating("RP", 15),
                new ParentalRating("UR", 15),
                new ParentalRating("NR", 15),
                new ParentalRating("X", 15),
                new ParentalRating("XXX", 15)
            });

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...