mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
ratings overlays
created ratings.yml overlays in order to show critic ratings from imdb and audience ratings for rt. Spacing and placement is a work in progress
This commit is contained in:
parent
76b5720586
commit
82082af8ee
74
Khak1s/overlays/ratings.yml
Normal file
74
Khak1s/overlays/ratings.yml
Normal file
@ -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…
x
Reference in New Issue
Block a user