mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Baeon request
This commit is contained in:
parent
f07d1d226e
commit
76a5db711a
3 changed files with 16 additions and 10 deletions
BIN
defaults/overlays/images/ribbon/oscars_director.png
Normal file
BIN
defaults/overlays/images/ribbon/oscars_director.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
|
@ -37,6 +37,11 @@ overlays:
|
||||||
template: {name: standard, allowed_libraries: movie}
|
template: {name: standard, allowed_libraries: movie}
|
||||||
imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner
|
imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner
|
||||||
|
|
||||||
|
Oscars Best Director:
|
||||||
|
variables: {key: oscars_director, weight: 45}
|
||||||
|
template: {name: standard, allowed_libraries: movie}
|
||||||
|
imdb_list: https://www.imdb.com/search/title/?groups=best_director_winner
|
||||||
|
|
||||||
IMDb Top 250:
|
IMDb Top 250:
|
||||||
variables: {key: imdb, weight: 40, imdb_key: top}
|
variables: {key: imdb, weight: 40, imdb_key: top}
|
||||||
template: [name: standard, name: ribbon]
|
template: [name: standard, name: ribbon]
|
||||||
|
|
|
@ -10,16 +10,17 @@ Supported Overlay Level: Movie, Show
|
||||||
|
|
||||||
## Supported Ribbon
|
## Supported Ribbon
|
||||||
|
|
||||||
| Ribbon | Key | Weight |
|
| Ribbon | Key | Weight |
|
||||||
|:--------------------------------|:-------------|:-------|
|
|:--------------------------------|:------------------|:-------|
|
||||||
| Oscars Best Picture | `oscars` | `50` |
|
| Oscars Best Picture | `oscars` | `50` |
|
||||||
| IMDb Top 250 | `imdb` | `40` |
|
| Oscars Best Director | `oscars_director` | `45` |
|
||||||
| Rotten Tomatoes Certified Fresh | `rotten` | `30` |
|
| IMDb Top 250 | `imdb` | `40` |
|
||||||
| Metacritic Must See | `metacritic` | `20` |
|
| Rotten Tomatoes Certified Fresh | `rotten` | `30` |
|
||||||
| Commonsense Selection | `common` | `10` |
|
| Metacritic Must See | `metacritic` | `20` |
|
||||||
| Golden Globe Winner | `golden` | `6` |
|
| Commonsense Selection | `common` | `10` |
|
||||||
| Emmys Winner | `emmys` | `4` |
|
| Golden Globe Winner | `golden` | `6` |
|
||||||
| Razzies Winner | `razzie` | `2` |
|
| Emmys Winner | `emmys` | `4` |
|
||||||
|
| Razzies Winner | `razzie` | `2` |
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
The below YAML in your config.yml will create the overlays:
|
The below YAML in your config.yml will create the overlays:
|
||||||
|
|
Loading…
Reference in a new issue