-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Defaults]: content rating overly NC-17 != R18 #2256
Comments
Looking to address these, you say that for US Movie |
I've submitted a PR with my fixes to-date, let me know if there are any other tweaks that are needed either here or directly within the PR. |
Sorry for delay (work etc). Actually the mapping in the other direction. The UK mapping YAML I was referring to:
Some cases are difficult, as different countries have different rules and ratings. There isn’t always a perfect mapping. but GB/R18 is a very special rating, and would only exist for adult movies that are porn. I’ve been working on an overlay for the Kijkwijzer ratings, and also ratings :) |
Link to File
defaults/overlays/content_rating_uk.yml
Version Number
Version: 2.1.0 (Python 3.12.7) (Git: master)
What branch are you on?
master
Describe the Bug
Content Rating UK
MPAA NC-17 certificate should not map to UK R18 certificate. UK BBFC R18 is for DVDs & Blu-Rays to be sold in specially licensed adult shops!
Currently:
NC-17
maps toR18
.It should be:
NC-17
mapping to18
which is the closest certificate for general release movies in cinemas.https://www.bbfc.co.uk/rating/r18
This is the config that needs to be changed (showing what is currently in master branch below for
defaults/overlays/content_rating_uk.yml
):NB: there is no UK BBFC rating called 'X' currently. Historically there was (1951-1982) where it was a cinema rating initially for minimum age 16, which was raised to 18 in 1970. Assumption that
gb/X
in the YAML file refers to this rating, since this historic certificate rating; if so, thengb/X
should map to18
also.Content Rating AU
defaults/overlays/content_rating_au.yml
:Currently
gb/R18
maps tor
.gb/R18
should map tox
. (alsoR18
if it's a GB certification.)Content Rating US Movie
Needs consideration about
gb/R18
etc. being potentially down-graded tonc-17
. Remindergb/R18
is adult film industry as described above, i.e. an 'XXX'defaults/overlays/content_rating_us_movie.yml
:The text was updated successfully, but these errors were encountered: