#Overlay ratings are pulling from RT but showing the IMDb icon.

1 messages · Page 1 of 1 (latest)

worn ingot
#

This is what I have in my config.yml file:

      template_variables:
        rating1: critic
        rating2: audience
        rating3: user
        rating1_image: imdb
        rating2_image: rt_popcorn
        rating3_image: tmdb```
However, my rating for "The Fall (2008)" is showing IMDb: 6.2 and RT: 85%.  However, if you go to the IMDb page (https://www.imdb.com/title/tt0460791/) for the movie, the actual rating is 7.8, and the RT ratings are 62% critic and 85% audience (https://www.rottentomatoes.com/m/the-fall-2008).  Note how the RT rating of 62% matches the IMDb of 6.2?  I think it's using that value instead of the one from IMDb, but I can't figure out why.  I suspect I'm doing something dumb, but my ultimate goal is to have three ratings for each movie: IMDb, RT audience, and TMDB.
austere solarBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

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

hushed hamlet
#

Are you using 1.17.3?

#

There is a known issue with rating updates, you can revert to 1.17.2 in the meantime and try, or wait for a bugfix

worn ingot
#

Version: 1.17.3

#

Hey, wouldja look at that?

hushed hamlet
#

I assume you are also using the operations to update the ratings?

worn ingot
#

I am, yes.

hushed hamlet
#

awesome 🙂

#

and when you say the IMDb icon, where are you seeing that?

#

on the overlay?

worn ingot
#

I know I have awful taste in movies, but I didn't think "SouthLand Tales" really warranted a 4.1 on IMDb...

#

Yes, on the overlay.

hushed hamlet
#

perfect

worn ingot
hushed hamlet
#

yeah so you can try 1.17.2

hushed hamlet
#

until a CERTAIN DEV (won't name names, but rhymes with Pohjiro) fixes it 😄

warped bane
#

rating1_image: imdb could this be why?

worn ingot
#

I'll either give that a go, or just wait for a bugfix. No rush. 🙂

hushed hamlet
#

I assume you have
mass_critic_rating_update: imdb
mass_audience_rating_update: mdb_tomatoesaudience
mass_user_rating_update: tmdb

worn ingot
#

You assume correctly.

#

I had 'em scheduled to update every Sunday, but I've lifted that for the time being and now it updates every time it runs.

warped bane
#

I am still little confused about the score shown on IMDB

#

is it critic, user, or audience

hushed hamlet
#

critic

#

The critic rating within Plex has the IMDb rating

worn ingot
#

I wonder why Plex doesn't show the IMDb rating on the movie page alongside the RT info. It's there in the metadata/XML...

#

Wait...

#

You sure IMDb = critic?

#
<Rating image="rottentomatoes://image.rating.upright" value="8.5" type="audience"/>
<Rating image="rottentomatoes://image.rating.ripe" value="6.2" type="critic"/>
<Rating image="themoviedb://image.rating" value="7.6" type="audience"/>```
warped bane
#

I set mine to user and it matches with the plex one, but I am still confused

hushed hamlet
#

It simply overrides the ratings associated with them

#

So we use the overlay images to present the “correct” icons

worn ingot
#

Oh, I figured. I was just wondering why Plex themselves don't show all the ratings they have available and only show the RT ones.

ivory parcel
warped bane
#
    overlay_path:
      - git: PMM/overlays/ratings
        template_variables:
          rating1: user
    operations:
      mass_user_rating_update: imdb
#

I have mine line this, is this correct?

#

or this part needs to not change?

mass_critic_rating_update: imdb
mass_audience_rating_update: mdb_tomatoesaudience
mass_user_rating_update: tmdb
warped bane
hushed hamlet
#

oh so you need all three

#

it needs to match the second one

warped bane
#

I only use imdb, so I thought I could get rid of rt tmdb

hushed hamlet
#

then why are you setting three images in your original message?

#

this will present three icons on your posters

warped bane
hushed hamlet
#

oh oops

#

hahaha

warped bane
#

gotcha, thanks

hushed hamlet
#

as previously stated, ongoing issue with ratings in 1.17.3 so revert to 1.17.2 if you have issues or wait for a bugfix

warped bane
hushed hamlet
#

the <<ratings>> in 1.17.3 is one of the bugs 🙂

warped bane
#

#general-chat message

nocturne kettleBOT
#
lego#7243
Quoted By:

@warped bane from #general-chat in Plex Meta Manager

warped bane
# nocturne kettle

I stopped this midway, but firends for example was 8.9 it was making it a %

hushed hamlet
#

ah maybe the removal of % was added in a certain version of 1.17.2

warped bane
#

I'll just wait for a new update 🙂

hushed hamlet
#

cool 👍 keep an eye on #nightly-updates as any update will go there first

#

I imagine this particular fix will be pushed out as 1.17.4 quite quickly given the amount of times it has popped up, but it will definitely go to #nightly-updates first

worn ingot
#

Sweet jesus, @ivory parcel. That was ridiculously comprehensive and helpful.

#

Can I ask why you use different fonts? Is that to match what the sites themselves use?

worn ingot
#

Diggin' the attention to detail. May have to duplicate that. 🙂

ivory parcel
#

click on my discord profile for more details

worn ingot
#

Done and done. Much appreciated.

bold pecan
ivory parcel
#

If you are running the latest nightly build, I think its been fixed.

bold pecan
#

trying to decide if i wanna jump on the nightly bandwagon or not

ivory parcel
#

You can wait… (but totally up to you) and it looks like Sohjiro is picking up again and it will get to the master build soon enough.

bold pecan
#

i'm just saying overall, what is the advantage of nightly vs master?

stray vault
#

Early access to new fixes and features.

bold pecan
#

is the nightly buggy?

stray vault
#

Yes no maybe

#

By definition it is less fully-tested than develop or master.

bold pecan
#

ok, thanks. i'll stay on master for right now

stray vault
#

Code only makes its way into master after it’s been in nightly and maybe develop for a while, so it’s relatively rare that a problem shows up in master.

warped bane
#

I am running the latest nightly, no problems