Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rotten Tomatoes verified hot #2206

Merged
merged 6 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added defaults/overlays/images/rating/RT-Aud-Top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions defaults/overlays/ratings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ templates:
conditionals:
mdblist_top:
conditions:
- image_level: Top
rating<<rating_num>>_image: rt_popcorn
value: https://mdblist.com/lists/k0meta/verifiedhot<<library_type>>s
- image_level: Top
rating<<rating_num>>_image: rt_tomato
value: https://mdblist.com/lists/k0meta/certifiedfresh<<library_type>>s
Expand Down
4 changes: 4 additions & 0 deletions defaults/overlays/ribbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ overlays:
template: {name: standard, allowed_libraries: movie}
letterboxd_list: https://letterboxd.com/dave/list/official-top-250-narrative-feature-films/

Rotten Tomatoes Verified Hot:
variables: {key: rottenverified, weight: 45, mdb_key: verifiedhot}
template: [{name: standard, allowed_libraries: movie}, {name: ribbon}]

Rotten Tomatoes Certified Fresh:
variables: {key: rotten, weight: 40, mdb_key: certifiedfresh}
template: [name: standard, name: ribbon]
Expand Down
1 change: 1 addition & 0 deletions docs/defaults/overlays/ribbon.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Supported Overlay Level: Movie, Show
| César Winner | `cesar` | `70` |
| IMDb Top 250 | `imdb` | `60` |
| Letterboxd Top 250 | `letterboxd` | `50` |
| Rotten Tomatoes Verified Hot | `rottenverified` | `45` |
| Rotten Tomatoes Certified Fresh | `rotten` | `40` |
| Metacritic Must See | `metacritic` | `30` |
| Common Sense Selection | `common` | `20` |
Expand Down
Loading