mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
This commit is contained in:
parent
f94f34f1df
commit
bff42a658f
6 changed files with 10 additions and 9 deletions
|
@ -3,4 +3,5 @@ Added the `character` search option to the `imdb_search` builder
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
Fixed the `cast` search option for the `imdb_search` builder
|
Fixed the `cast` search option for the `imdb_search` builder
|
||||||
Fixes #2258 `imdb_list` sort was not being parsed correctly
|
Fixes #2258 `imdb_list` sort was not being parsed correctly
|
||||||
|
Fixed incorrect content rating mappings in various Default files
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1.0-build2
|
2.1.0-build3
|
||||||
|
|
|
@ -141,13 +141,13 @@ dynamic_collections:
|
||||||
- R - 17+ (violence & profanity)
|
- R - 17+ (violence & profanity)
|
||||||
- no/18
|
- no/18
|
||||||
- R18
|
- R18
|
||||||
- gb/R18
|
|
||||||
- gb/X
|
- gb/X
|
||||||
- X
|
- X
|
||||||
- NC-17
|
- NC-17
|
||||||
- R+ - Mild Nudity
|
- R+ - Mild Nudity
|
||||||
- Rx - Hentai
|
- Rx - Hentai
|
||||||
X18+:
|
X18+:
|
||||||
|
- gb/R18
|
||||||
- au/X 18+
|
- au/X 18+
|
||||||
- de/BPjM Restricted
|
- de/BPjM Restricted
|
||||||
- BPjM Restricted
|
- BPjM Restricted
|
|
@ -144,12 +144,12 @@ dynamic_collections:
|
||||||
- R
|
- R
|
||||||
- 16
|
- 16
|
||||||
- 17
|
- 17
|
||||||
|
- NC-17
|
||||||
- R - 17+ (violence & profanity)
|
- R - 17+ (violence & profanity)
|
||||||
|
- gb/X
|
||||||
- no/18
|
- no/18
|
||||||
R18:
|
R18:
|
||||||
- gb/R18
|
- gb/R18
|
||||||
- gb/X
|
|
||||||
- X
|
- X
|
||||||
- NC-17
|
|
||||||
- R+ - Mild Nudity
|
- R+ - Mild Nudity
|
||||||
- Rx - Hentai
|
- Rx - Hentai
|
|
@ -69,12 +69,12 @@ overlays:
|
||||||
r:
|
r:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: cr_au, rating: "au/R 18+, de/18, gb/18, M, 18, R - 17+ (violence & profanity), no/18, R18, gb/R18, gb/X, X, NC-17, R+ - Mild Nudity, Rx - Hentai"}
|
- {name: cr_au, rating: "au/R 18+, de/18, gb/18, M, 18, R - 17+ (violence & profanity), no/18, R18, gb/X, X, NC-17, R+ - Mild Nudity, Rx - Hentai"}
|
||||||
|
|
||||||
x:
|
x:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: cr_au, rating: "au/X 18+, de/BPjM Restricted, BPjM Restricted"}
|
- {name: cr_au, rating: "au/X 18+, de/BPjM Restricted, BPjM Restricted, gb/R18"}
|
||||||
nr:
|
nr:
|
||||||
template:
|
template:
|
||||||
- {name: standard, key: nr}
|
- {name: standard, key: nr}
|
||||||
|
|
|
@ -73,12 +73,12 @@ overlays:
|
||||||
18:
|
18:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: cr_uk, rating: "gb/18, gb/18+, MA-17, TVMA, TV-MA, R, 16, 17, 18, R - 17+ (violence & profanity), no/18"}
|
- {name: cr_uk, rating: "gb/18, gb/18+, MA-17, TVMA, TV-MA, R, 16, 17, NC-17, 18, R - 17+ (violence & profanity), no/18, gb/X"}
|
||||||
|
|
||||||
r18:
|
r18:
|
||||||
template:
|
template:
|
||||||
- name: standard
|
- name: standard
|
||||||
- {name: cr_uk, rating: "R18, gb/R18, gb/X, X, NC-17, R+ - Mild Nudity, Rx - Hentai"}
|
- {name: cr_uk, rating: "R18, gb/R18, X, R+ - Mild Nudity, Rx - Hentai"}
|
||||||
|
|
||||||
nr:
|
nr:
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue