diff --git a/defaults/overlays/images/ribbon/oscars_director.png b/defaults/overlays/images/ribbon/oscars_director.png new file mode 100644 index 00000000..81fdf91d Binary files /dev/null and b/defaults/overlays/images/ribbon/oscars_director.png differ diff --git a/defaults/overlays/ribbon.yml b/defaults/overlays/ribbon.yml index 3e6eb7a8..e1817889 100644 --- a/defaults/overlays/ribbon.yml +++ b/defaults/overlays/ribbon.yml @@ -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] diff --git a/docs/defaults/overlays/ribbon.md b/docs/defaults/overlays/ribbon.md index 584629f9..c0a117b0 100644 --- a/docs/defaults/overlays/ribbon.md +++ b/docs/defaults/overlays/ribbon.md @@ -10,16 +10,17 @@ Supported Overlay Level: Movie, Show ## Supported Ribbon -| Ribbon | Key | Weight | -|:--------------------------------|:-------------|:-------| -| Oscars Best Picture | `oscars` | `50` | -| IMDb Top 250 | `imdb` | `40` | -| Rotten Tomatoes Certified Fresh | `rotten` | `30` | -| Metacritic Must See | `metacritic` | `20` | -| Commonsense Selection | `common` | `10` | -| Golden Globe Winner | `golden` | `6` | -| Emmys Winner | `emmys` | `4` | -| Razzies Winner | `razzie` | `2` | +| 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` | +| Commonsense Selection | `common` | `10` | +| Golden Globe Winner | `golden` | `6` | +| Emmys Winner | `emmys` | `4` | +| Razzies Winner | `razzie` | `2` | ## Config The below YAML in your config.yml will create the overlays: