#PMM Ratings Overlay Issue - rating3_style: "/" not working

1 messages · Page 1 of 1 (latest)

amber saffron
#

Hello, I'm trying to get letterboxd rating to display on a 5 point scale. According to the docs/wiki the config snippet below should work, but for some reason I get a weird text string showing up instead of the rating number (result is attached screenshot).

mortal mountainBOT
#

Welcome!

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

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

#

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

heady river
#

I believe that style variable is only available in the nightly build; it only appears in the nightly wiki.

#

If you rebuild your container using the nightly image I expect it should work.

red wagonBOT
#

NOTE: This is addressing changing from, for instance, latest to nightly.

The method depends on how you installed it.

**I'M USING DOCKER:**
docker pull meisnate12/plex-meta-manager:TAG_HERE

replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.

Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.], setting the image as meisnate12/plex-meta-manager:TAG_HERE

**I'M USING DOCKER ON UNRAID**

:one: Click on DOCKER tab and then on Plex-Meta-Manager
:two: Edit Repository: setting to switch branches:

meisnate12/plex-meta-manager:TAG_HERE

replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.

**I'M USING DOCKER ON A SYSTEM WITHOUT COMMAND PROMPT (SUCH AS NAS):**

The same concepts as above will apply:
:one: pull new image
:two: recreate container using that image instead of the current one.

Whatever the system, there will be a way to accomplish these two things.

**I'M RUNNING LOCALLY VIA GIT:**
cd DIRECTORY_WHERE_YOU_PUT_PMM
git checkout BRANCH_NAME
git stash
git stash clear
git pull

For BRANCH_NAME, substitute master, develop, or nightly

Those stash commands are going to discard any changes you may have made to PMM's own files. If that's a concern, you are probably familiar enough with git to know what you need to do instead.

heady river
#

BTW, there's rarely a reason to set reapply_overlays: true; for the most part it's unnecessary work and just bloats the Plex metadata.

heady river
#

Looks like a bug there even in nightly. Probably something for @bold goblet

amber saffron
#

I'm retrying with Version: 1.19.0-nightly66

amber saffron
marsh lance
#

im using nightly and it didn't work either

heady river
#

Yeah, that's what I found as well.

worn moth
#

@bold goblet any ideas? Others have gotten the rating_style#" "/" to work but for some reason we now have 2 people that cant get it to work

bold goblet
#

i think i see the issue the rating's name is coming in like so text(critic_rating%) it should be text(<<critic_rating%>>) theres a special condition that makes the first way work because its the old way to do text overlays and that special condition doesnt account for / as that wasnt an option at the time. the fix will be to adjust the ratings file to use the proper name

#

line 452 in the ratings.yml needs to be changed to
name: text(<<<<rating<<rating_num>>>>_rating<<rating<<rating_num>>_style>>>>)
from
name: text(<<rating<<rating_num>>>>_rating<<rating<<rating_num>>_style>>)

if anyone wants to test before i just push what im pretty sure the fix is

bold goblet
marsh lance
worn moth
#

He's saying you need to run ratings.yml itself and modify the yml

bold goblet
#

im just gonna push the change and hopefully nothing breaks

grand adder
#

Hmmmm is that the real Sohjiro?

heady river
#

Looks fine here:

marsh lance
bold goblet
#

just pull the latest nightly in a few minutes when its pushed to docker

#

@marsh lance

marsh lance
heady river
marsh lance
#

sorry
not apply the update
but the new config

heady river
#

You shouldn't have to change the config.

#

this:

         rating3_image: letterboxd
         rating3_style: "/"

should work after you update.

marsh lance
#

ok

#

thx

muted island
#

@bold goblet it's 4 hours later and nothing is pushed to nightly

lethal cargo
#

rofl

muted island
#

maybe soh broke the push. LOL

bold goblet
#

ok there ya go

amber saffron
#

Working for me now! Thank you @bold goblet