Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - default: ratings
- template_variables:
- # --- ROTTEN TOMATOES CRITIC ---
- rating1: critic
- rating1_image: rt_tomato # or rt_tomato if that's what your defaults use
- rating1_addon_position: left
- rating1_addon_offset: 12
- rating_alignment: horizontal # global alignment; Kometa uses this name
- # position the first rating
- rating1_horizontal_align: right
- rating1_horizontal_offset: 320
- rating1_vertical_align: bottom
- rating1_vertical_offset: 40 # px
- # --- IMDb ---
- rating2: audience # or user, depending on your mapping
- rating2_image: imdb
- rating2_addon_position: left
- rating2_addon_offset: 12
- # position the second rating
- rating2_horizontal_align: right
- rating2_horizontal_offset: 30
- rating2_vertical_align: bottom
- rating2_vertical_offset: 40
- # --- REMOVE ANY BACKGROUND BLOCKS ---
- back_color: "#00000000"
- rating1_back_color: "#00000000"
- rating2_back_color: "#00000000"
- back_padding: 1
- # extra overlay configs pulled from files
- # - file: /config/rating.yml
- operations:
- mass_critic_rating_update: mdb_tomatoes
- mass_audience_rating_update: imdb
Advertisement
Add Comment
Please, Sign In to add comment