updated network and ribbon

pull/1507/head
bullmoose20 2 years ago
parent 66f95ca94b
commit 9a8d48e727

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

@ -361,6 +361,10 @@ overlays:
HBO:
variables: {key: HBO, weight: 10}
template: [name: networks]
HBO Max:
variables: {key: HBO Max, weight: 10}
template: [name: networks]
HGTV:
variables: {key: HGTV, weight: 10}
@ -442,6 +446,10 @@ overlays:
variables: {key: Netflix, weight: 10}
template: [name: networks]
Network 10:
variables: {key: Network 10, weight: 10}
template: [name: networks]
Nick Jr:
variables: {key: Nick Jr, weight: 10}
template: [name: networks]

@ -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]

@ -151,6 +151,7 @@ dynamic_collections:
## Addtional Thoughts
- ABC Family # 92 shows - addon to ABC or Freeform depending on user pref
- BET+ # 19 shows
- Network 10
## Networks with posters already made
- ABC Kids # Should be ABC TV addon

@ -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:

@ -190,7 +190,7 @@ include:
## Addtional Thoughts
- ABC Family # 92 shows - addon to ABC or Freeform depending on user pref
- BET+ # 19 shows
- Network 10
## Networks with posters already made
- ABC Kids # Should be ABC TV addon
- Acorn TV # 17 shows

Loading…
Cancel
Save