From 86917cd1678dd1fafb5e13869507dd58c65f03e8 Mon Sep 17 00:00:00 2001 From: SoumyadipAuddy Date: Sat, 10 May 2025 07:53:54 +0530 Subject: added different countries parental ratings (#14069) --- .../Localization/Ratings/ph.json | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Emby.Server.Implementations/Localization/Ratings/ph.json (limited to 'Emby.Server.Implementations/Localization/Ratings/ph.json') diff --git a/Emby.Server.Implementations/Localization/Ratings/ph.json b/Emby.Server.Implementations/Localization/Ratings/ph.json new file mode 100644 index 0000000000..0bce9df8f6 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/ph.json @@ -0,0 +1,48 @@ +{ + "countryCode": "ph", + "supportsSubScores": true, + "ratings": [ + { + "ratingStrings": ["G"], + "ratingScore": { + "score": 0, + "subScore": 0 + } + }, + { + "ratingStrings": ["PG"], + "ratingScore": { + "score": 13, + "subScore": 0 + } + }, + { + "ratingStrings": ["R-13"], + "ratingScore": { + "score": 13, + "subScore": 1 + } + }, + { + "ratingStrings": ["R-16"], + "ratingScore": { + "score": 16, + "subScore": 0 + } + }, + { + "ratingStrings": ["R-18"], + "ratingScore": { + "score": 18, + "subScore": 0 + } + }, + { + "ratingStrings": ["X"], + "ratingScore": { + "score": 1001, + "subScore": 0 + } + } + ] +} -- cgit v1.2.3