mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 14:50:17 -05:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"countryCode": "au",
|
|
"supportsSubScores": true,
|
|
"ratings": [
|
|
{
|
|
"ratingStrings": ["Exempt", "G"],
|
|
"ratingScore": {
|
|
"score": 0,
|
|
"subScore": 0
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["7+"],
|
|
"ratingScore": {
|
|
"score": 7,
|
|
"subScore": 0
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["PG"],
|
|
"ratingScore": {
|
|
"score": 15,
|
|
"subScore": 1
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["M"],
|
|
"ratingScore": {
|
|
"score": 15,
|
|
"subScore": 2
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["MA", "MA 15+", "MA15+"],
|
|
"ratingScore": {
|
|
"score": 15,
|
|
"subScore": 3
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["16+"],
|
|
"ratingScore": {
|
|
"score": 16,
|
|
"subScore": 0
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["18+", "R", "R18+", "R 18+"],
|
|
"ratingScore": {
|
|
"score": 18,
|
|
"subScore": 1
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["X", "X18", "X 18"],
|
|
"ratingScore": {
|
|
"score": 1000,
|
|
"subScore": 0
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["RC"],
|
|
"ratingScore": {
|
|
"score": 1001,
|
|
"subScore": 0
|
|
}
|
|
}
|
|
]
|
|
}
|