aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Ratings/0-prefer.json
blob: b3901516113932d5ce5acaa297cce559c9168e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "countryCode": "0-prefer",
    "supportsSubScores": false,
    "ratings": [
        {
            "ratingStrings": ["E", "EC"],
            "ratingScore": {
                "score": 0,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["T"],
            "ratingScore": {
                "score": 7,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["M", "AO", "UR", "RP"],
            "ratingScore": {
                "score": 18,
                "subScore": null
            }
        },
        {
            "ratingStrings": ["X", "XX", "XXX", "XXXX"],
            "ratingScore": {
                "score": 1000,
                "subScore": null
            }
        }
    ]
}