Baeon request

This commit is contained in:
bullmoose20 2023-07-04 09:15:00 -04:00
parent f07d1d226e
commit 76a5db711a
3 changed files with 16 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -37,6 +37,11 @@ overlays:
template: {name: standard, allowed_libraries: movie}
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:
variables: {key: imdb, weight: 40, imdb_key: top}
template: [name: standard, name: ribbon]

View file

@ -11,8 +11,9 @@ Supported Overlay Level: Movie, Show
## Supported Ribbon
| Ribbon | Key | Weight |
|:--------------------------------|:-------------|:-------|
|:--------------------------------|:------------------|:-------|
| Oscars Best Picture | `oscars` | `50` |
| Oscars Best Director | `oscars_director` | `45` |
| IMDb Top 250 | `imdb` | `40` |
| Rotten Tomatoes Certified Fresh | `rotten` | `30` |
| Metacritic Must See | `metacritic` | `20` |