mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14068] [CLOSED] Add parental ratings for different Countries as per #13823
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/14068
Author: @SoumyadipAuddy
Created: 5/6/2025
Status: ❌ Closed
Base:
master← Head:add-tmdb-countries-parental-ratings📝 Commits (1)
5c7d2dcadded different countries parental ratings📊 Changes
122 files changed (+3253 additions, -1627 deletions)
View changed files
📝
.github/workflows/ci-tests.yml(+1 -1)📝
Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs(+3 -5)📝
Emby.Server.Implementations/ApplicationHost.cs(+2 -2)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+4 -4)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+4 -3)📝
Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs(+1 -1)➕
Emby.Server.Implementations/Library/KeyframeManager.cs(+44 -0)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+78 -46)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+6 -6)📝
Emby.Server.Implementations/Library/PathManager.cs(+14 -0)📝
Emby.Server.Implementations/Library/ResolverHelper.cs(+15 -5)📝
Emby.Server.Implementations/Localization/Core/pt-PT.json(+1 -1)📝
Emby.Server.Implementations/Localization/Core/pt.json(+1 -1)📝
Emby.Server.Implementations/Localization/LocalizationManager.cs(+1 -1)➕
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)...and 80 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.