#PMM Ratings Overlay Issue - rating3_style: "/" not working
1 messages · Page 1 of 1 (latest)
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.
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.
NOTE: This is addressing changing from, for instance, latest to nightly.
The method depends on how you installed it.
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
: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.
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.
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.
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.
Looks like a bug there even in nightly. Probably something for @bold goblet
I'm retrying with Version: 1.19.0-nightly66
im using nightly and it didn't work either
Yeah, that's what I found as well.
@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
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
YOLO
howd this YOLO go?
i think i dind't understand can you send a exampled config ?
It's not the config file itself
He's saying you need to run ratings.yml itself and modify the yml
im just gonna push the change and hopefully nothing breaks
Hmmmm is that the real Sohjiro?
Looks fine here:
i didn't understand either,
sory, can you try to explain me.
just pull the latest nightly in a few minutes when its pushed to docker
@marsh lance
when i push the new version how can i apply that ?
See the "how do I update" message just above.
sorry
not apply the update
but the new config
You shouldn't have to change the config.
this:
rating3_image: letterboxd
rating3_style: "/"
should work after you update.
@bold goblet it's 4 hours later and nothing is pushed to nightly
Fuck
One sec
rofl
maybe soh broke the push. LOL
ok there ya go
Working for me now! Thank you @bold goblet