#TV episode rating overlay on images not changing or updating
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Can you provide the full log? The ratings are actually sent to plex in batches at the end of the operations.
First it collects all the changes:
| Processing: 38/38 Wild Gals of the Naked West |
| No mdb_metacritic Audience Rating Found |
| Item Edits |
| Update Audience Rating (Batched) | 4.0 |
| Update Critic Rating (Batched) | 5.8 |
| Update User Rating (Batched) | 4.0 |
| |
Then sends them to Plex:
|========================================== Batch Updates ===========================================|
| |
| Batch Audience Rating Update (1/3): 1 Movie updated to 4.0 |
| Batch Audience Rating Update (2/3): 1 Movie updated to 4.3 |
| Batch Audience Rating Update (3/3): 2 Movies updated to 4.8 |
| Batch Audience Rating Update (4/3): 2 Movies updated to 5.0 |
| Batch Audience Rating Update (5/3): 1 Movie updated to 5.1 |
📝 If you want to review this again, phoenix.hope:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
Author of Linked Message: PandaExpress
Person who Invoked the Command: PandaExpress
File Name: meta.log
Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation ✅
Page 05: Plex Configuration - Section 1
Page 06: Rec 01 - 🚀 VERSION UPDATE AVAILABLE
Page 07: Rec 02 - ⚠️ [WARNING]
Page 08: Rec 03 - ⚠️ LEGACY SCHEMA DETECTED
Page 09: Rec 04 - 💬💡️ PLEX DB CACHE ADVICE
According to the log it's updating the ratings on 186 episodes:
I know. The images do not get updated. New shows I add end up with 0 ratings
your overlay definition is in the wrong place in the config. Kometa can't see it and isn't doing anything with it.
I haven't changed anything at all and it used to work
I only updated pmm to default
but it broke before that
You have:
TV Shows:
operations:
mass_episode_audience_rating_update: imdb
overlay_path: # < INCORRECT INDENTATION
- default: ratings
template_variables:
overlay_level: episode
rating1: audience
rating1_font_size: 70
font: fonts/Inter-Medium.ttf
font_size: 65
font_color: "#FFFFFF"
back_width: 100
back_height: 70
horizontal_position: right
vertical_position: bottom
rating1_vertical_offset: 30
which needs to be:
TV Shows:
operations:
mass_episode_audience_rating_update: imdb
overlay_path: # < NOTE INDENTATION LEVEL
- default: ratings
template_variables:
overlay_level: episode
rating1: audience
rating1_font_size: 70
font: fonts/Inter-Medium.ttf
font_size: 65
font_color: "#FFFFFF"
back_width: 100
back_height: 70
horizontal_position: right
vertical_position: bottom
rating1_vertical_offset: 30
oooh thanks i will try
TV Shows:
operations:
mass_episode_audience_rating_update: imdb
overlay_path: # < INCORRECT INDENTATION
Here overlay_path is underneath operations and Kometa pre or post rebrand does not see it there.
That would have never worked, so if it used to this changed at some point.
Nothing was updated in the images
Does it now think it updated it previously? Do i need to remove cache of some sort?
📝 If you want to review this again, antwanchild:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝
Author of Linked Message: PandaExpress
Person who Invoked the Command: Antwan
File Name: meta.log
Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation ✅
Page 05: Plex Configuration - Section 1
Page 06: Rec 01 - 🚀 VERSION UPDATE AVAILABLE
Page 07: Rec 02 - ⚠️ LEGACY SCHEMA DETECTED
Page 08: Rec 03 - 💬💡️ PLEX DB CACHE ADVICE
TV Shows:
operations:
mass_episode_audience_rating_update: imdb
overlay_path:
- default: ratings
template_variables:
overlay_level: episode
Same problem with the config. Nothing changed, so it still doesn't see those overlays and is still doing nothing with them.
the odd thing is that isn't the indentation on the file i have saved
It's the indentation on the file that Kometa is reading. ¯_(ツ)_/¯
This file:
--config (KOMETA_CONFIG): "C:\Users\PC\Kometa\config\config2.yml"
ah woops lol i have a messy setup and edited the one i named tv blah blah. edit* im waiting to update you on if it worked, but it's so incredibly slow.
Not necessarily slow when it has to process overlays for each episode
understood. I'm kind of entitled, but I don't mind waiting. I merely was in a rush to say thank you and not keep people waiting.
I run all this shyte in the morning for this reason. So I don’t have to sit and watch it. I realize you’re troubleshooting…
Episode-level overlays are expensive. Only you can decide whether the resources spent are commensurate with the value of knowing that some episode of some show is ranked 0.1 points above the next episode. 😉
true
Personally I really don't understand the point of episode-level ratings. Am I going to skip episode X of Ozark because of its rating and pick up with episode X+1? Probably not.
I figure maybe one day it will be a talking point and we can all look at each other and say that rating was bullshit
I have a couple shows that I like to sort and have the top 50 rated episodes. But that doesn’t really require overlays to do that
what do you think is the biggest waste of resources doing this?
it just finished btw
Well, it's going to:
- spend time deciding what overlays apply
Which includes requesting all 12000 ratings from Plex - create an overlaid image from the episode artwork x12000, which takes time
- Save a copy of the clean artwork locally for removal or update, which consumes space locally
- upload those 12000 new overlaid images to Plex, adding space to the Plex metadata
1 gets done on every overlay run
2 and 4 every time the overlay appearance changes.
Just takes time and space, shouldn't affect Plex at all in terms of speed.