add letterboxd ribbon

This commit is contained in:
bullmoose20 2024-05-26 10:50:46 -04:00
parent 40f8a12de8
commit c2f3a73cdd
6 changed files with 34 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -48,7 +48,7 @@ templates:
overlays:
Oscars Best Picture:
variables: {key: oscars, weight: 180}
variables: {key: oscars, weight: 190}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000003
@ -59,7 +59,7 @@ overlays:
winning: true
Oscars Best Director:
variables: {key: oscars_director, weight: 170}
variables: {key: oscars_director, weight: 180}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000003
@ -72,7 +72,7 @@ overlays:
winning: true
Golden Globe Winner:
variables: {key: golden, weight: 160}
variables: {key: golden, weight: 170}
template: [name: standard, name: ribbon]
imdb_award:
event_id: ev0000292
@ -93,7 +93,7 @@ overlays:
winning: true
Golden Globe Best Director:
variables: {key: golden_director, weight: 150}
variables: {key: golden_director, weight: 160}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000292
@ -105,7 +105,7 @@ overlays:
winning: true
BAFTA Winners:
variables: {key: bafta, weight: 140}
variables: {key: bafta, weight: 150}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000123
@ -114,7 +114,7 @@ overlays:
winning: true
Cannes Winners:
variables: {key: cannes, weight: 130}
variables: {key: cannes, weight: 140}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000147
@ -123,7 +123,7 @@ overlays:
winning: true
Berlinale Winners:
variables: {key: berlinale, weight: 120}
variables: {key: berlinale, weight: 130}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000091
@ -132,7 +132,7 @@ overlays:
winning: true
Venice Winners:
variables: {key: venice, weight: 110}
variables: {key: venice, weight: 120}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000681
@ -141,7 +141,7 @@ overlays:
winning: true
Sundance Winners:
variables: {key: sundance, weight: 100}
variables: {key: sundance, weight: 110}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000631
@ -150,7 +150,7 @@ overlays:
winning: true
Emmys Winner:
variables: {key: emmys, weight: 90}
variables: {key: emmys, weight: 100}
template: [name: standard, name: ribbon]
imdb_award:
event_id: ev0000223
@ -183,7 +183,7 @@ overlays:
winning: true
Critics Choice Winners:
variables: {key: choice, weight: 80}
variables: {key: choice, weight: 90}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000133
@ -192,7 +192,7 @@ overlays:
winning: true
Spirit Winners:
variables: {key: spirit, weight: 70}
variables: {key: spirit, weight: 80}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000349
@ -201,7 +201,7 @@ overlays:
winning: true
Cesar Winners:
variables: {key: cesar, weight: 60}
variables: {key: cesar, weight: 70}
template: {name: standard, allowed_libraries: movie}
imdb_award:
event_id: ev0000157
@ -210,9 +210,14 @@ overlays:
winning: true
IMDb Top 250:
variables: {key: imdb, weight: 50, imdb_key: top}
variables: {key: imdb, weight: 60, imdb_key: top}
template: [name: standard, name: ribbon]
Letterboxd Top 250:
variables: {key: letterboxd, weight: 50}
template: {name: standard, allowed_libraries: movie}
letterboxd_list: https://letterboxd.com/dave/list/official-top-250-narrative-feature-films/
Rotten Tomatoes Certified Fresh:
variables: {key: rotten, weight: 40, mdb_key: certifiedfresh}
template: [name: standard, name: ribbon]

View file

@ -13,20 +13,21 @@ Supported Overlay Level: Movie, Show
| Ribbon | Key | Weight |
|:--------------------------------|:------------------|:-------|
| Oscars Best Picture | `oscars` | `180` |
| Oscars Best Director | `oscars_director` | `170` |
| Golden Globe Winner | `golden` | `160` |
| Golden Globe Director | `golden_director` | `150` |
| BAFTA Winner | `bafta` | `140` |
| Cannes Winner | `cannes` | `130` |
| Berlinale Winner | `berlinale` | `120` |
| Venice Winner | `venice` | `110` |
| Sundance Winner | `sundance` | `100` |
| Emmys Winner | `emmys` | `90` |
| Critic's Choice Winner | `choice` | `80` |
| Independent Spirit Award Winner | `spirit` | `70` |
| César Winner | `cesar` | `60` |
| IMDb Top 250 | `imdb` | `50` |
| Oscars Best Picture | `oscars` | `190` |
| Oscars Best Director | `oscars_director` | `180` |
| Golden Globe Winner | `golden` | `170` |
| Golden Globe Director | `golden_director` | `160` |
| BAFTA Winner | `bafta` | `150` |
| Cannes Winner | `cannes` | `140` |
| Berlinale Winner | `berlinale` | `130` |
| Venice Winner | `venice` | `120` |
| Sundance Winner | `sundance` | `110` |
| Emmys Winner | `emmys` | `100` |
| Critic's Choice Winner | `choice` | `90` |
| Independent Spirit Award Winner | `spirit` | `80` |
| César Winner | `cesar` | `70` |
| IMDb Top 250 | `imdb` | `60` |
| Letterboxd Top 250 | `letterboxd` | `50` |
| Rotten Tomatoes Certified Fresh | `rotten` | `40` |
| Metacritic Must See | `metacritic` | `30` |
| Common Sense Selection | `common` | `20` |