#TV episode rating overlay on images not changing or updating

1 messages · Page 1 of 1 (latest)

fair tigerBOT
#

Welcome @stone ravine!

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

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

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

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

terse stream
#

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                                         |
fair tigerBOT
#

📝 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> 📝

#
**User Info**

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

terse stream
stone ravine
#

I know. The images do not get updated. New shows I add end up with 0 ratings

terse stream
#

your overlay definition is in the wrong place in the config. Kometa can't see it and isn't doing anything with it.

stone ravine
#

I haven't changed anything at all and it used to work

#

I only updated pmm to default

#

but it broke before that

terse stream
#

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
stone ravine
#

oooh thanks i will try

terse stream
#
  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.

stone ravine
#

Nothing was updated in the images

#

Does it now think it updated it previously? Do i need to remove cache of some sort?

fair tigerBOT
#

📝 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> 📝

fair tigerBOT
# fair tiger
**User Info**

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

fair tigerBOT
terse stream
#
  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.

stone ravine
#

the odd thing is that isn't the indentation on the file i have saved

terse stream
#

It's the indentation on the file that Kometa is reading. ¯_(ツ)_/¯

This file:

--config (KOMETA_CONFIG): "C:\Users\PC\Kometa\config\config2.yml"
stone ravine
#

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.

reef karma
#

Not necessarily slow when it has to process overlays for each episode

stone ravine
#

it was frozen on this for minutes, but then started moving

reef karma
#

It had to process through 11086 ids

#

Also depends on what else the system is handling

stone ravine
#

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.

reef karma
#

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…

stone ravine
#

It's definitely working

#

I do appreciate the help

terse stream
#

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. 😉

stone ravine
#

true

terse stream
#

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.

stone ravine
#

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

reef karma
#

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

stone ravine
#

what do you think is the biggest waste of resources doing this?

#

it just finished btw

terse stream
#

Well, it's going to:

  1. spend time deciding what overlays apply
    Which includes requesting all 12000 ratings from Plex
  2. create an overlaid image from the episode artwork x12000, which takes time
  3. Save a copy of the clean artwork locally for removal or update, which consumes space locally
  4. 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.

stone ravine
#

number 4 sounds most worrying

#

if that at all leads to it being slower

terse stream
#

Just takes time and space, shouldn't affect Plex at all in terms of speed.

stone ravine
#

my overlays folder is 2.86gb now

#

I appreciate your insight and help