From 82082af8ee76e09a9f438fbd0c6760a1e00296f0 Mon Sep 17 00:00:00 2001 From: Khakis Date: Sun, 26 Jun 2022 11:20:00 -0500 Subject: [PATCH] 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 --- Khak1s/overlays/ratings.yml | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Khak1s/overlays/ratings.yml 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