mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14069] [MERGED] added different countries parental ratings #13825
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14069
Author: @SoumyadipAuddy
Created: 5/6/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @crobibero
Base:
master← Head:added-different-countries-parental-ratings-tmdb-api📝 Commits (4)
41ad614added different countries parental ratings1f92bc1fixed ratings for ph and pt1774c89changed rating for sg269535afixed ratings for ph📊 Changes
21 files changed (+764 additions, -11 deletions)
View changed files
➕
Emby.Server.Implementations/Localization/Ratings/ar.json(+41 -0)➕
Emby.Server.Implementations/Localization/Ratings/bg.json(+34 -0)➕
Emby.Server.Implementations/Localization/Ratings/cz.json(+34 -0)📝
Emby.Server.Implementations/Localization/Ratings/es.json(+2 -2)📝
Emby.Server.Implementations/Localization/Ratings/fi.json(+11 -4)➕
Emby.Server.Implementations/Localization/Ratings/gr.json(+34 -0)➕
Emby.Server.Implementations/Localization/Ratings/hu.json(+41 -0)➕
Emby.Server.Implementations/Localization/Ratings/id.json(+34 -0)➕
Emby.Server.Implementations/Localization/Ratings/it.json(+34 -0)➕
Emby.Server.Implementations/Localization/Ratings/kr.json(+41 -0)➕
Emby.Server.Implementations/Localization/Ratings/lt.json(+41 -0)📝
Emby.Server.Implementations/Localization/Ratings/nz.json(+7 -0)➕
Emby.Server.Implementations/Localization/Ratings/ph.json(+48 -0)➕
Emby.Server.Implementations/Localization/Ratings/pt.json(+62 -0)📝
Emby.Server.Implementations/Localization/Ratings/ro.json(+5 -5)➕
Emby.Server.Implementations/Localization/Ratings/sg.json(+48 -0)➕
Emby.Server.Implementations/Localization/Ratings/th.json(+48 -0)➕
Emby.Server.Implementations/Localization/Ratings/tr.json(+69 -0)➕
Emby.Server.Implementations/Localization/Ratings/tw.json(+41 -0)➕
Emby.Server.Implementations/Localization/Ratings/ua.json(+34 -0)...and 1 more files
📄 Description
Added parental ratings as per TMDB Movie certifications API return.
For countries where the meaning was not there, those countries were NOT ADDED.
Changes
Added content rating for different Countries.
Source:
Issues
Fixes https://github.com/jellyfin/jellyfin/issues/14049
Local Testing Results

The below image is for South Africa rating system, one of the many countries added in this PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.