#Rating change to 5/5.

1 messages · Page 1 of 1 (latest)

ember yew
#

If I want to run this:

overlays:
rating_with_logo:
overlay:
name: text(audience_rating)
default: rating/IMDb.png
horizontal_offset: 15
horizontal_align: left
vertical_offset: 15
vertical_align: top
font: fonts/Inter-Medium.ttf
font_size: 63
font_color: "#FFFFFF"
back_color: "#00000099"
back_radius: 30
back_width: 300
back_height: 105
addon_position: left
addon_offset: 25
plex_all: true

But I want to change the rating scale to 5/5, how do I go about doing that?

fringe quailBOT
#

Welcome @ember yew!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

warm trail
ember yew
#

I saw that and tried to apply it however it didn’t update. I added it under add on offset.

warm trail
#

Why did you add it there?

#

You are using the audience_rating special text variable, so that would become <<audience_rating/>> if you want it on a five-point scale.

ember yew
#

Ooooooooooo

#

That makes sense now.

warm trail
#

You could also do this with the default rating overlay:

  Movies:
    overlay_files:
      - default: ratings
        template_variables:
          rating1: audience
          rating1_image: imdb
          rating1_style: "/"
          horizontal_offset: 15
          vertical_offset: 15
          vertical_align: top
          font_size: 63
          back_width: 300
          back_height: 105
          addon_position: left
          addon_offset: 25
ember yew
#

Oh even better appreciate the help.

ember yew
#

Last question on this topic. There’s no way to keep it at half steps is there? 1.0 1.5 2.0 2.5 on a scale of 0-5 correct?

warm trail
#

Not that I know of. IMDB ratings are 0-10 anyway.

ember yew
#

Okay perfect. Appreciate your help.