mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +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
|
||||
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)
|
||||
- no/18
|
||||
- R18
|
||||
- gb/R18
|
||||
- gb/X
|
||||
- X
|
||||
- NC-17
|
||||
- R+ - Mild Nudity
|
||||
- Rx - Hentai
|
||||
X18+:
|
||||
- gb/R18
|
||||
- au/X 18+
|
||||
- de/BPjM Restricted
|
||||
- BPjM Restricted
|
|
@ -144,12 +144,12 @@ dynamic_collections:
|
|||
- R
|
||||
- 16
|
||||
- 17
|
||||
- NC-17
|
||||
- R - 17+ (violence & profanity)
|
||||
- gb/X
|
||||
- no/18
|
||||
R18:
|
||||
- gb/R18
|
||||
- gb/X
|
||||
- X
|
||||
- NC-17
|
||||
- R+ - Mild Nudity
|
||||
- Rx - Hentai
|
|
@ -69,12 +69,12 @@ overlays:
|
|||
r:
|
||||
template:
|
||||
- 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:
|
||||
template:
|
||||
- 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:
|
||||
template:
|
||||
- {name: standard, key: nr}
|
||||
|
|
|
@ -73,12 +73,12 @@ overlays:
|
|||
18:
|
||||
template:
|
||||
- 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:
|
||||
template:
|
||||
- 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:
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue