Guest User

Untitled

a guest
Nov 18th, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. - default: ratings
  2. template_variables:
  3.  
  4. # --- ROTTEN TOMATOES CRITIC ---
  5. rating1: critic
  6. rating1_image: rt_tomato # or rt_tomato if that's what your defaults use
  7. rating1_addon_position: left
  8. rating1_addon_offset: 12
  9. rating_alignment: horizontal # global alignment; Kometa uses this name
  10.  
  11. # position the first rating
  12. rating1_horizontal_align: right
  13. rating1_horizontal_offset: 320
  14. rating1_vertical_align: bottom
  15. rating1_vertical_offset: 40 # px
  16.  
  17. # --- IMDb ---
  18. rating2: audience # or user, depending on your mapping
  19. rating2_image: imdb
  20. rating2_addon_position: left
  21. rating2_addon_offset: 12
  22.  
  23. # position the second rating
  24. rating2_horizontal_align: right
  25. rating2_horizontal_offset: 30
  26. rating2_vertical_align: bottom
  27. rating2_vertical_offset: 40
  28.  
  29. # --- REMOVE ANY BACKGROUND BLOCKS ---
  30. back_color: "#00000000"
  31. rating1_back_color: "#00000000"
  32. rating2_back_color: "#00000000"
  33. back_padding: 1
  34.  
  35. # extra overlay configs pulled from files
  36. # - file: /config/rating.yml
  37.  
  38. operations:
  39. mass_critic_rating_update: mdb_tomatoes
  40. mass_audience_rating_update: imdb
Advertisement
Add Comment
Please, Sign In to add comment