#Special Text variable help

1 messages · Page 1 of 1 (latest)

bright thorn
#

I'm trying to edit an overlay yml file that works for audience_rating, I basically want to do the same thing but for the mal_rating special text, however it seems that they don't have access to the same variables. I'm mainly trying to figure out what variables I have access to for these special texts as well as just general guide for creating/editing overlay templates.

I attached both of the yml files (happy to just paste the text in here as well if preferred). The "audience_rating" one works as expected, but I can't get the mal_rating one to work. Current error I'm getting says "Overlay Error: mal_rating.gte is not a valid filter attribute".

Any help is appreciated! If this is the wrong forum for this kind of question, I'm happy to move it.

smoky thistleBOT
#

✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements

#

✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements

#

Welcome @bright thorn!

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.

bright thorn
#

!log

slate patioBOT
#
Providing Log Files

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯_(ツ)_/¯

Log file too big? USE PASTEBIN or ZIP THE FILE

bright thorn
smoky thistleBOT
#

📝 If you want to review this again, danny53_:
: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: Danny
Person who Invoked the Command: Danny
File Name: message.txt

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 - ❌ ANIDB AUTH ERRORS
Page 07: Rec 02 - ❌🔒 BLANK API KEY ERROR
Page 08: Rec 03 - ❌ [ERROR]
Page 09: Rec 04 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 10: Rec 05 - ❌ TRAKT CONNECTION ERROR
Page 11: Rec 06 - ⚠️ [WARNING]
Page 12: Rec 07 - 💬💡️ PLEX DB CACHE ADVICE

bright thorn
#

I think I see that my error is in trying to use mal_rating as a filter, is there a way to accomplish what I'm trying to do here? Basically determine the correct background image to use based on the mal rating. I also want to do this with IMDB which is mainly why I'm asking.

neon wing
#

The available filters are listed on the filter page. Neither mal nor imdb rating are available in that context, so doing what you want based on rating is going to require code changes.

bright thorn
#

Gotcha, so for now the only supported way to do what I want is by using audience_rating / critic_rating as filters..

Thanks, I think that's all I needed clarified.