From bfc005642684402f82062868f2137f040fe3780a Mon Sep 17 00:00:00 2001 From: Christoph Landsdorf Date: Wed, 12 Jul 2023 20:32:43 +0200 Subject: Add TinyMediaManager compatibility for german parental rating This commit adds the format which gets written by the tool TinyMediaManager which can be used to manage large media databases comfortably. TMM writes wither multiple Codes and/or space divided german FSK codes, but can't be configured to only use the number or the slash delimited variant. After this change the parental control for Libraries managed with TMM and presented/loaded into Jellyfin should work again. --- Emby.Server.Implementations/Localization/Ratings/de.csv | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Emby.Server.Implementations/Localization/Ratings') diff --git a/Emby.Server.Implementations/Localization/Ratings/de.csv b/Emby.Server.Implementations/Localization/Ratings/de.csv index d633a5dab..f6181575e 100644 --- a/Emby.Server.Implementations/Localization/Ratings/de.csv +++ b/Emby.Server.Implementations/Localization/Ratings/de.csv @@ -1,12 +1,17 @@ Educational,0 Infoprogramm,0 FSK-0,0 +FSK 0,0 0,0 FSK-6,6 +FSK 6,6 6,6 FSK-12,12 +FSK 12,12 12,12 FSK-16,16 +FSK 16,16 16,16 FSK-18,18 +FSK 18,18 18,18 -- cgit v1.2.3 From 048cb208b29f903fefb4b29d6627d17dc7b7920c Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 29 Jul 2023 06:55:54 +0200 Subject: Fix Australian parental rating system (#10006) --- Emby.Server.Implementations/Localization/Ratings/au.csv | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Emby.Server.Implementations/Localization/Ratings') diff --git a/Emby.Server.Implementations/Localization/Ratings/au.csv b/Emby.Server.Implementations/Localization/Ratings/au.csv index 4ab808ae9..688125917 100644 --- a/Emby.Server.Implementations/Localization/Ratings/au.csv +++ b/Emby.Server.Implementations/Localization/Ratings/au.csv @@ -4,10 +4,14 @@ G,0 M,15 MA,15 MA15+,15 +MA 15+,15 PG,16 16+,16 R,18 R18+,18 -X18+,18 +R 18+,18 18+,18 +X18+,1000 +X 18+,1000 X,1000 +RC,1001 -- cgit v1.2.3 From 769953ad55671b885ee4515e8242fe51c9e8b2ee Mon Sep 17 00:00:00 2001 From: Elu43 <45129108+Elu43@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:33:58 +0200 Subject: Update fr.csv --- Emby.Server.Implementations/Localization/Ratings/fr.csv | 1 + 1 file changed, 1 insertion(+) (limited to 'Emby.Server.Implementations/Localization/Ratings') diff --git a/Emby.Server.Implementations/Localization/Ratings/fr.csv b/Emby.Server.Implementations/Localization/Ratings/fr.csv index 774a70589..139ea376b 100644 --- a/Emby.Server.Implementations/Localization/Ratings/fr.csv +++ b/Emby.Server.Implementations/Localization/Ratings/fr.csv @@ -1,5 +1,6 @@ Public Averti,0 Tous Publics,0 +TP,0 U,0 0+,0 6+,6 -- cgit v1.2.3 From 71e4ea1314b67712e9417293dbd7e90c925f2b0a Mon Sep 17 00:00:00 2001 From: Samuel Bartík <63553146+sambartik@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:07:14 +0200 Subject: Add Slovak parental ratings --- Emby.Server.Implementations/Localization/Ratings/sk.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Emby.Server.Implementations/Localization/Ratings/sk.csv (limited to 'Emby.Server.Implementations/Localization/Ratings') diff --git a/Emby.Server.Implementations/Localization/Ratings/sk.csv b/Emby.Server.Implementations/Localization/Ratings/sk.csv new file mode 100644 index 000000000..dbafd8efa --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/sk.csv @@ -0,0 +1,6 @@ +NR,0 +U,0 +7,7 +12,12 +15,15 +18,18 -- cgit v1.2.3 From 1aa0ce961b21419333ea5195cf53b1646344c44f Mon Sep 17 00:00:00 2001 From: Daniel Martin Gonzalez Date: Tue, 29 Aug 2023 11:22:55 +0200 Subject: Add new Spain content rating ERI Add the content rating ERI to Spain list used in some providers and channels as Specially Recommended for Toddlers. --- Emby.Server.Implementations/Localization/Ratings/es.csv | 1 + 1 file changed, 1 insertion(+) (limited to 'Emby.Server.Implementations/Localization/Ratings') diff --git a/Emby.Server.Implementations/Localization/Ratings/es.csv b/Emby.Server.Implementations/Localization/Ratings/es.csv index 0bc1d3f7d..619e948d8 100644 --- a/Emby.Server.Implementations/Localization/Ratings/es.csv +++ b/Emby.Server.Implementations/Localization/Ratings/es.csv @@ -3,6 +3,7 @@ A/fig,0 A/i,0 A/fig/i,0 APTA,0 +ERI,0 TP,0 0+,0 6+,6 -- cgit v1.2.3