I've noticed that after performing a mass critic and audience rating update, the ratings in my poster overlays are correct but the rating shown on Plex is wrong. My config for my movies library is as follows:
libraries:
Films:
metadata_path:
- pmm: basic
- pmm: imdb
- pmm: studio
overlay_path:
- remove_overlays: false
- pmm: ratings
template_variables:
# Global
rating_alignment: horizontal
vertical_position: bottom
horizontal_position: center
addon_position: left
# IMDB
rating1: critic
rating1_image: imdb
# Rotten Tomatoes (Audience)
rating2: audience
rating2_image: rt_popcorn
operations:
mass_critic_rating_update: imdb
mass_audience_rating_update: mdb_tomatoesaudience
So as I understand it, the critic rating should be IMDB and the audience rating should be the audience rating from Rotten Tomatoes. And this is correct on the poster overlay, but it seems like the Plex UI shows the audience rating with the IMDB logo? Also, on my Apple TV the rating is shown as 59% which would be correct for IMDB but there is only a star next to the rating rather than the IMDB logo. I can fix this by using https://github.com/mynttt/UpdateTool to update the IMDB ratings and that causes everything to display correctly including changing the star to the IMDB logo on the Apple TV. Is there something wrong with my config that I'm missing or this a bug in PMM?