#Missing IMDB Image on Movies
1 messages · Page 1 of 1 (latest)
📝 If you want to review this again, .frizat:
: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> 📝
Welcome @fossil sphinx!
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.
Most have the image but the last 3 movies i added (BikeRiders/Inside Out 2/Borderlands) have all other icons except IMDB
When i firsted add Kometa - it updated all existing movies with the Icon just seems to not affect the new movies
can i edit the post - realized i posted my TMDB id 😉
That rating in the Plex UI is an audience rating, I believe, not a critic rating.
Can you provide the XML for that movie?
📝 If you want to review this again, .frizat:
: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> 📝
📝 If you want to review this again, .frizat:
: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> 📝
The icon in the UI is set by Plex and reflects whatever you have set for the ratings source on the library. If you use operations to set ratings, that icon will not change..
📝 If you want to review this again, .frizat:
: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> 📝
The last log has the ratings operations commented out, so no ratings are being set; however, even if htat operation were uncommented, it's putting the TMDB rating in the audience slot, not the critic clot.
📝 If you want to review this again, .frizat:
: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> 📝
The XML for that movie contains:
<Video
title="The Bikeriders"
audienceRating="6.7"
audienceRatingImage="imdb://image.rating"
which is reflected in the screenshot:
Then your config:
- default: ratings
template_variables:
rating1: critic
rating1_image: imdb
horizontal_position: right
vertical_position: bottom
Is set to put the critic rating on the poster. This movie has no critic rating, so no rating overlay appears on the poster.
✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements
I have no idea what you mean.
Author of Linked Message: frizat
Person who Invoked the Command: Antwan
File Name: meta.zip
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: Plex Configuration - Section 2
Page 07: Rec 01 - ❌ [ERROR]
Page 08: Rec 02 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 09: Rec 03 - ⚠️ [WARNING]
Page 10: Rec 04 - ⚠️ NO ITEMS FOUND IN PLEX
Page 11: Rec 05 - ⚠️ PLEX REGEX ERROR
Page 12: Rec 06 - 💬💡️ PLEX DB CACHE ADVICE
This:
rating1: critic
rating1_image: imdb
Means:
" take whatever number is in the critic box, and put it on the overlay formatted as if it were an imdb rating"
📝 If you want to review this again, .frizat:
: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> 📝
That movie of your has no critic rating, so there is nothing to format.
Author of Linked Message: frizat
Person who Invoked the Command: Antwan
File Name: meta.zip
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: Plex Configuration - Section 2
Page 07: Rec 01 - ❌ [ERROR]
Page 08: Rec 02 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 09: Rec 03 - ⚠️ [WARNING]
Page 10: Rec 04 - ⚠️ NO ITEMS FOUND IN PLEX
Page 11: Rec 05 - ⚠️ PLEX REGEX ERROR
Page 12: Rec 06 - 💬💡️ PLEX DB CACHE ADVICE
📝 If you want to review this again, .frizat:
: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> 📝
⚠️ PLEX REGEX ERROR
Kometa is trying to perform a regex search, and 0 items match the regex pattern.
This is often an expected error and can be ignored in most cases.
If you need assistance with this error, raise a support thread in #kometa-help.
For more information on handling regex issues, [https://kometa.wiki/en/latest/kometa/logs/?h=[error]#error]
25 line(s) with Plex regex errors. Line number(s): 2091, 2179, 2267, 2355, 2443, 2531, 6712, 6797, 6882, 6967, 7052, 7137, 17942, 18027, 18112, 18197, 18282, 18367, 24684, 24772, 24860, 24948, 25036, 25124, 30422
gotcha so
<Rating image="rottentomatoes://image.rating.ripe" value="9.0" type="critic"/>
<Rating image="rottentomatoes://image.rating.upright" value="8.9" type="audience"/>
this movie worked cause it had a rotten tomatoes
but bike riders only has a audience...
That movie does have something in the audience rating, so if you were to change it to:
rating1: audience
rating1_image: imdb
then that 6.7 would show up on the poster.
📝 If you want to review this again, .frizat:
: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> 📝
📝 If you want to review this again, .frizat:
: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> 📝
Shit. You zipped all your log files. Luma keeps parsing each log file
📝 If you want to review this again, .frizat:
: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> 📝
The concepts are all laid out in detail with examples here:
https://kometa.wiki/en/nightly/kometa/guides/ratings/
Kometa has no idea what kind of rating that "6.7" is. Only you know that.
i assumed when i chose imdb and it worked for others - it worked,,,
thanks very much!
you'd think this would be easy 😉
All this means:
rating1_image: imdb
is "put the IMDB logo next to this number"
It has nothing to do with where the number actually came from.
You could set that critic box to 9.9 and when you ran Kometa, it would place a score of 9.9 on your overlay and call it IMDb just because you told it to
ya that makes sense..
but you seem to think it has more meaning that that, like you were expecting that putting imdb there meant that the number is an imdb score.
yes that was my original understanding reading the "Ratings" wiki but clearly misunderstood
If that can be made more clear I welcome constructive criticism.
all good this gets me in the right direction - also totally helps to check the XML whcih i should have done before pinging!
<Rating image="imdb://image.rating" value="6.7" type="audience"/>
<Rating image="rottentomatoes://image.rating.ripe" value="8.0" type="critic"/>
<Rating image="rottentomatoes://image.rating.upright" value="7.5" type="audience"/>
this really helps...
Once you start using ratings in Kometa, the rates in the plex UI will not currently match up to the icons displayed there
thanks for the quick reply - this gets me moving again....
antwanchild used !aenh
@fossil sphinx, anything else needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.