created ratings.yml overlays in order to show critic ratings from imdb and audience ratings for rt. Spacing and placement is a work in progresspull/351/head
parent
76b5720586
commit
82082af8ee
@ -0,0 +1,74 @@
|
||||
overlays:
|
||||
critic_rating:
|
||||
overlay:
|
||||
name: text(critic_rating)
|
||||
horizontal_align: left
|
||||
vertical_align: bottom
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 30
|
||||
back_width: 300
|
||||
back_height: 105
|
||||
git: PMM/overlays/images/raw/IMDB_Rating
|
||||
plex_search:
|
||||
all:
|
||||
critic_rating.gte: 0.1
|
||||
critic_rating.lte: 9.9
|
||||
|
||||
|
||||
rating-rotten:
|
||||
overlay:
|
||||
name: text(audience_rating)
|
||||
horizontal_align: center
|
||||
vertical_align: bottom
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 30
|
||||
back_width: 300
|
||||
back_height: 105
|
||||
git: PMM/overlays/images/raw/RT_Rating_aud_rotten
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 0.1
|
||||
audience_rating.lte: 6.0
|
||||
|
||||
|
||||
rating-fresh:
|
||||
overlay:
|
||||
name: text(audience_rating)
|
||||
horizontal_align: center
|
||||
vertical_align: bottom
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 30
|
||||
back_width: 300
|
||||
back_height: 105
|
||||
git: PMM/overlays/images/raw/RT_Rating_aud_fresh
|
||||
plex_search:
|
||||
all:
|
||||
audience_rating.gte: 6.1
|
||||
audience_rating.lte: 9.9
|
||||
|
||||
cert-fresh:
|
||||
mdblist_list: https://mdblist.com/lists/andrewkennedy/certified-fresh-since-1901/
|
||||
overlay:
|
||||
name: text(audience_rating)
|
||||
horizontal_align: center
|
||||
vertical_align: bottom
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 30
|
||||
back_width: 300
|
||||
back_height: 105
|
||||
git: PMM/overlays/images/raw/RT_Rating_cert_fresh
|
||||
suppress_overlays:
|
||||
- rating-fresh
|
||||
- rating-rotten
|
Loading…
Reference in new issue