Jump to content

Recommended Posts

Noddyliten
Posted

Hi, I have created a user for one of my kids. He is 11 so I have granted the least user access as possible. At least I think I have.

 

But, when i log in with this user, he can see the movie Hereditary... which he should not.

 

I have attached screen shot from user access to show what I have granted him, and the rating in Ebmy, which shows 15 years.

 

Am I doing something wrong or a bug?

 

 

post-397482-0-20496200-1552597209_thumb.jpg

post-397482-0-27579900-1552597347_thumb.jpg

Posted

Hi, where exactly does it show up?

Posted

Actually the issue is that no-15 isn't a rating that we have in our database with a value, so it essentially becomes the equivalent of unrated.

 

Try using the metadata editor to change the rating to one of the ones that can be selected in the editor.

Noddyliten
Posted

When I scroll thru the movie list and also when I search for Hereditary.

Noddyliten
Posted (edited)

Ok, but does it not pull the rating from IMDB?

 

I can't manually go and change all the ratings on the movies.

 

Where did it get the NO rating from then? I have not typed this in.

 

In the library settings I have choosen Norway as the country setting. Is this why the tag states "NO-15"?

 

Are u missing a mapping from different country codes to IMDB rating?

Edited by Noddyliten
Noddyliten
Posted (edited)

How do I update all of my libary to get the correct ratings then? 

 

And, I can see from the library settings that moviedb is the first Emby should choose from.

Edited by Noddyliten
Posted

Sounds like it already is correct. We will add parental control support for these ratings to our next release. Thanks.

Noddyliten
Posted (edited)

Welll, there are strange things going on. 

 

On my son\s Ipad I can see the image of "The Thing". But below the image it says "Submergence". And when I click on the image,information about submergence is shown. 

 

And this does not happen from my android phone. The correct movie is shown.

Edited by Noddyliten
Posted

What version of iOS?

Noddyliten
Posted

IOS 9.3.5, latest version.

Posted

If you want his account very restricted, you may also want to check the option to block unknown and unrated content.  With that on, you would not have seen "Hereditary".

Noddyliten
Posted

That worked, then again, almost everything dissapared from the library:(

Posted

Right because that means it has ratings we do not currently recognize.

Noddyliten
Posted

Understood.

 

That said, I have not asked for there to be norwegian ratings. I ticked off for Norwegian in then library settings. So, I think based upon this Emby has downloaded norwegian ratings. And, then I think it is a bug actually when the mappings are not there. Anyway..:)

 

It would have been nice to be able to reset the rating tag to the international rating categories. And, not by doing this pr movie as this will take to long time. I would like to mass update the ratings for the movies.

Posted

You got Norwegian ratings due to your metadata language & country settings. They will be added for the next release. This just never came up before. Thanks.

Noddyliten
Posted

Ok, thanx. 

 

And thanx for extremely fast respons!

  • 11 months later...
Posted

Well Is this fixed? I can not seem to get this to work. all my movies/TV shows have ratings from TMDB. (Internal Emby scraping) And movies and tv-shows have PG MPAA etc rating in the meta..

 

But I set the NO-9 or NO-12 rating on my child . She can see all the movies and tv- shows no matter what.. 

 

I have the latest Server ver. 4.3.1.0. I am not sure what else to do. If I manualy set a NO-18 rating on an R rated movie it disapares as expected. But I do not want to edit all movies for this.. 

My ratings-no.txt file under /config/localisation has this listed.. 
is this correct?
NO-A,1
NO-6,5
NO-9,6
NO-12,8
NO-15,9
NO-18,10
Posted

The file is not used anymore but yes those are the Norwegian ratings that emby has.

 

Did you check the rating that is assigned to your movies and TV shows?

Posted

As I said in my post all movies and TV shows have rating from internet TMDB. If I manually go into a movie. It has rating R. If I press the pulldown. I can choose R and all set NO- ratings.

Posted

As I said in my post all movies and TV shows have rating from internet TMDB. If I manually go into a movie. It has rating R. If I press the pulldown. I can choose R and all set NO- ratings.

Posted

Ok i think we need to adjust the numeric mappings that we have for Norwegian ratings. At some point they got inadvertently changed and given higher assignments, and that's why the US R rated title is being allowed. We'll adjust this for the next release. Thanks.

Happy2Play
Posted

This information needs to exist somewhere so it can easily be seen.
 

  LoadRatings("no", new[] {
 
                new ParentalRating("NO-A", 1),
                new ParentalRating("NO-6", 3),
                new ParentalRating("NO-9", 5),
                new ParentalRating("NO-12", 7),
                new ParentalRating("NO-15", 9),
                new ParentalRating("NO-18", 10)

 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)

I believe this is what we adjust it to, to map better.

Posted

I gave no-15 an 8 since it would be lower than US-R. And then i have NO-18 a 9 since i'm guessing it's really meant to be more like an R rating than truly adult xxx content.

 

But yes i've wanted to make these mappings configurable for a long time, just haven't gotten there yet.

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...