mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 20:13:05 +00:00
[33] Add Rotten Tomatoes verified hot (#2206)
This commit is contained in:
parent
057fa75962
commit
8b52e7dc1f
9 changed files with 9 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.2-build32
|
2.0.2-build33
|
||||||
|
|
BIN
defaults/overlays/images/rating/RT-Aud-Top.png
Normal file
BIN
defaults/overlays/images/rating/RT-Aud-Top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
defaults/overlays/images/ribbon/black/rottenverified.png
Normal file
BIN
defaults/overlays/images/ribbon/black/rottenverified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
defaults/overlays/images/ribbon/gray/rottenverified.png
Normal file
BIN
defaults/overlays/images/ribbon/gray/rottenverified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
defaults/overlays/images/ribbon/red/rottenverified.png
Normal file
BIN
defaults/overlays/images/ribbon/red/rottenverified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
defaults/overlays/images/ribbon/yellow/rottenverified.png
Normal file
BIN
defaults/overlays/images/ribbon/yellow/rottenverified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -74,6 +74,9 @@ templates:
|
||||||
conditionals:
|
conditionals:
|
||||||
mdblist_top:
|
mdblist_top:
|
||||||
conditions:
|
conditions:
|
||||||
|
- image_level: Top
|
||||||
|
rating<<rating_num>>_image: rt_popcorn
|
||||||
|
value: https://mdblist.com/lists/k0meta/verifiedhot<<library_type>>s
|
||||||
- image_level: Top
|
- image_level: Top
|
||||||
rating<<rating_num>>_image: rt_tomato
|
rating<<rating_num>>_image: rt_tomato
|
||||||
value: https://mdblist.com/lists/k0meta/certifiedfresh<<library_type>>s
|
value: https://mdblist.com/lists/k0meta/certifiedfresh<<library_type>>s
|
||||||
|
|
|
@ -218,6 +218,10 @@ overlays:
|
||||||
template: {name: standard, allowed_libraries: movie}
|
template: {name: standard, allowed_libraries: movie}
|
||||||
letterboxd_list: https://letterboxd.com/dave/list/official-top-250-narrative-feature-films/
|
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:
|
Rotten Tomatoes Certified Fresh:
|
||||||
variables: {key: rotten, weight: 40, mdb_key: certifiedfresh}
|
variables: {key: rotten, weight: 40, mdb_key: certifiedfresh}
|
||||||
template: [name: standard, name: ribbon]
|
template: [name: standard, name: ribbon]
|
||||||
|
|
|
@ -28,6 +28,7 @@ Supported Overlay Level: Movie, Show
|
||||||
| César Winner | `cesar` | `70` |
|
| César Winner | `cesar` | `70` |
|
||||||
| IMDb Top 250 | `imdb` | `60` |
|
| IMDb Top 250 | `imdb` | `60` |
|
||||||
| Letterboxd Top 250 | `letterboxd` | `50` |
|
| Letterboxd Top 250 | `letterboxd` | `50` |
|
||||||
|
| Rotten Tomatoes Verified Hot | `rottenverified` | `45` |
|
||||||
| Rotten Tomatoes Certified Fresh | `rotten` | `40` |
|
| Rotten Tomatoes Certified Fresh | `rotten` | `40` |
|
||||||
| Metacritic Must See | `metacritic` | `30` |
|
| Metacritic Must See | `metacritic` | `30` |
|
||||||
| Common Sense Selection | `common` | `20` |
|
| Common Sense Selection | `common` | `20` |
|
||||||
|
|
Loading…
Reference in a new issue