mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
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.
This commit is contained in:
parent
1ea8150b0c
commit
bfc0056426
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user