[PR #14069] [MERGED] added different countries parental ratings #13825

Closed
opened 2026-02-07 07:19:47 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: added-different-countries-parental-ratings-tmdb-api


📝 Commits (4)

  • 41ad614 added different countries parental ratings
  • 1f92bc1 fixed ratings for ph and pt
  • 1774c89 changed rating for sg
  • 269535a fixed 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:

  1. TMDB rating api response
  2. The above API return is available here for a quick view https://gist.github.com/SoumyadipAuddy/a5f6914a96be38dca485475357d6c722

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.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14069 **Author:** [@SoumyadipAuddy](https://github.com/SoumyadipAuddy) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `added-different-countries-parental-ratings-tmdb-api` --- ### 📝 Commits (4) - [`41ad614`](https://github.com/jellyfin/jellyfin/commit/41ad61445c22f74984b98aa383d614035f3a44f5) added different countries parental ratings - [`1f92bc1`](https://github.com/jellyfin/jellyfin/commit/1f92bc17a9699347e183591294d1673dc8ad5d96) fixed ratings for ph and pt - [`1774c89`](https://github.com/jellyfin/jellyfin/commit/1774c89458211059dc3f5aea7fa726f255855c8c) changed rating for sg - [`269535a`](https://github.com/jellyfin/jellyfin/commit/269535af44e6ad171482e7aba22f46babf7dc877) fixed ratings for ph ### 📊 Changes **21 files changed** (+764 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 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: 1. [TMDB rating api response](https://developer.themoviedb.org/reference/certification-movie-list) 2. The above API return is available here for a quick view https://gist.github.com/SoumyadipAuddy/a5f6914a96be38dca485475357d6c722 **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. <img width="815" alt="image" src="https://github.com/user-attachments/assets/b55c8c2f-bc25-4f34-88db-588adbee56aa" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:19:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13825