I'm working on an overlay using Letterboxd ratings, stored in the Audience Rating field, with the <<audience_rating/>> special text variable - as described in the wiki: "audience rating on a 5 point scale (8.6 shows as 4.3)"
https://metamanager.wiki/en/latest/metadata/overlay.html#special-text-variables
When the overlay is rendered the score is rounded down to the nearest .50
Here's my Overlays.yml
overlays:
audience_rating:
overlay:
name: text(<<audience_rating/>>)
horizontal_offset: 412
vertical_offset: 1358
font: fonts/Inter-Bold.ttf
font_size: 63
font_color: "#FFFFFF"
back_color: "#00000099"
back_padding: 15
back_radius: 30
back_width: 270
back_height: 80
plex_all: true
And here's an example movie:
https://letterboxd.com/film/klute/
Currently rated 3.8 on Letterboxd
Stored as 76% Audience Rating (correct)
Overlay renders as 3.50 (3.8 expected - note the second decimal place also)
I'm on PMM 1.18.3 with Docker