diff --git a/Khak1s/overlays/ratings.yml b/Khak1s/overlays/ratings.yml new file mode 100644 index 0000000..6aa6257 --- /dev/null +++ b/Khak1s/overlays/ratings.yml @@ -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