diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 13:46:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 13:46:11 -0400 |
| commit | d2933cab7355b9a77ec802e4bc1efae9a3bf9743 (patch) | |
| tree | 47fa43815595866304cacb84aab8755778f952ef /MediaBrowser.Server.Implementations/Localization/Ratings | |
| parent | c174859b528bc4e167f5cc34d5ff0e6a117901ed (diff) | |
fixed ratings. moved them to static text files
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Ratings')
4 files changed, 41 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Ratings/au.txt b/MediaBrowser.Server.Implementations/Localization/Ratings/au.txt new file mode 100644 index 000000000..a68a3f5f3 --- /dev/null +++ b/MediaBrowser.Server.Implementations/Localization/Ratings/au.txt @@ -0,0 +1,6 @@ +AU-G,1 +AU-PG,5 +AU-M,6 +AU-M15+,8 +AU-R18+,9 +AU-X18+,10
\ No newline at end of file diff --git a/MediaBrowser.Server.Implementations/Localization/Ratings/gb.txt b/MediaBrowser.Server.Implementations/Localization/Ratings/gb.txt new file mode 100644 index 000000000..91d9c87cd --- /dev/null +++ b/MediaBrowser.Server.Implementations/Localization/Ratings/gb.txt @@ -0,0 +1,7 @@ +GB-U,1 +GB-PG,5 +GB-12,6 +GB-12A,7 +GB-15,8 +GB-18,9 +GB-R18,15
\ No newline at end of file diff --git a/MediaBrowser.Server.Implementations/Localization/Ratings/nl.txt b/MediaBrowser.Server.Implementations/Localization/Ratings/nl.txt new file mode 100644 index 000000000..f69cc2bcc --- /dev/null +++ b/MediaBrowser.Server.Implementations/Localization/Ratings/nl.txt @@ -0,0 +1,6 @@ +NL-AL,1 +NL-MG6,2 +NL-6,3 +NL-9,5 +NL-12,6 +NL-16,8
\ No newline at end of file diff --git a/MediaBrowser.Server.Implementations/Localization/Ratings/us.txt b/MediaBrowser.Server.Implementations/Localization/Ratings/us.txt new file mode 100644 index 000000000..3f5311e0e --- /dev/null +++ b/MediaBrowser.Server.Implementations/Localization/Ratings/us.txt @@ -0,0 +1,22 @@ +G,1 +E,1 +EC,1 +TV-G,1 +TV-Y,2 +TV-Y7,3 +TV-Y7-FV,4 +PG,5 +TV-PG,5 +PG-13,7 +T,7 +TV-14,8 +R,9 +M,9 +TV-MA,9 +NC-17,10 +AO,15 +RP,15 +UR,15 +NR,15 +X,15 +XXX,100
\ No newline at end of file |
