#After updating rating block I get a no builders error.
1 messages · Page 1 of 1 (latest)
Welcome @ancient marlin!
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.
📝 If you want to review this again, real_weirdcrap:
: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: real_weirdcrap
Person who Invoked the Command: real_weirdcrap
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: Plex Configuration - Section 2
Page 07: Plex Configuration - Section 3
Page 08: Plex Configuration - Section 4
Page 09: Rec 01 - ❌ [ERROR]
Page 10: Rec 02 - ⚠️ [WARNING]
Page 11: Rec 03 - ⚠️ NO ITEMS FOUND IN PLEX
Page 12: Rec 04 - ⚠️ PLEX REGEX ERROR
Page 13: Rec 05 - 💬 CONVERT WARNING
i think, but not sure, you might be getting that error with the rating1_image: ""
hmm ok. Can I just drop that line all together then if I don't want an image?
Carrot had suggested the empty string to not have an image for the rating
I suggested that as a guess that maybe might work.
I did not represent that as a known working solution to that problem.
he said to try it, but hadn't been tested. you can get rid of that line, but i think that is what was creating an "empty builder"
oh i know i wasnt suggesting that you said it would 100% work
and also removing that line also might not work either, might still be required. but don't know till you test again
just trying to figure out what to do to make it work
I'll try removing it all together first, thanks
If you don't want to see missing asset messages turn them off:
show_missing_assets: true
one other question while I'm tweaking things. How do I get the rating in the upper left corner of the poster? I thought horizontal_position: left vertical_align: top
would work but it just put it on the left side, center, on the poster
Generally it woudl behoove you to create a small test library to target for this sort of thing. There is so much stuff going on in here that it's hard to track one issue.
my 4k library is where I test things first generally since it's small then I copy code blocks over to other library sections
i think it's vertical_position: top
i tried that but vs code suggested that wasn't valid but I'll give it another go
Sure, but this run is all libraries. It's way faster to run against one library of 10 movies than to run against everything.
oh yeah this log was my scheduled kometa run, it was just the most recent log I had on hand.
i can do a single library run next time
and @dusty imp you were right idk why when i tried this yesterday it was underlined red
maybe my indentation was wrong
ooo that's super helpful. Yeah i work progressively through my changes. I try to only change one or two things at a time between runs. To many and it becomes to hard to nail down what change did what
that's why a test library is helpful
That's why you target a single small library with a separate single-purpose config.
Run it in a few seconds, oh that's what that does, change something else, a few seconds later oh that's not what I want, etc
yeah i need to im just being lazy about having to go through and get a good sampling of shows and movies that have all the things I'm trying to test visual elements for ie movies with different editions, shows with different airing statuses and dates (tied in with pattrrmm). Space is at a premium on my testing server also im waiting for some more drives. I thought I saw someone post a test library github that I meant to ask about. It looked like essentially just empty folders to make plex think things are there?
if i can just create a handful of fake directories for plex to pick up instead of having to duplicate potentially hundreds of GBs of videos to get a sufficiently wide sample of items for a movie and tv test library that would be ideal
https://github.com/chazlarson/plex-test-libraries
245 movies, 20 shows, about 7GB
If you can run a shell script and want to choose what movies and shows are in there:
https://github.com/chazlarson/test-lib-maker
Contribute to chazlarson/test-lib-maker development by creating an account on GitHub.
It's one-minute videos with a variety of resolutions, languages, editions, etc.
oh sweet that's amazing ill definitely be setting that up tonight
i just ran the tv shows 4k library so it would be quick
📝 If you want to review this again, real_weirdcrap:
: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> 📝
still getting no builder error
Author of Linked Message: real_weirdcrap
Person who Invoked the Command: real_weirdcrap
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 - ❌ [ERROR]
Page 07: Rec 02 - ❌ PLAYLIST ERROR
Page 08: Rec 03 - ⚠️ [WARNING]
Page 09: Rec 04 - ⚠️ NO ITEMS FOUND IN PLEX
Page 10: Rec 05 - ⚠️ PLEX REGEX ERROR
Page 11: Rec 06 - 💬 CONVERT WARNING
Then an image is required, I’d say
hmm i've definitely seen some configs shown off without them. I'll have to track them down and seehow they pulled it off.
They may have a custom yml
I'm running some tests.
May also be accomplished another way. I’m not able to test now, heading to work. But sounds like carrot is testing
one of the ones I was looking at was: https://github.com/mrbuckwheet/Kometa-Config
I thought their ratings were accomplished without an image but when you dig into it they are using images, just as backgrounds. I thought the background colors were just some sort of bg_color hex code.
so i guess if images are required I could do something like that and just make the image a background to accentuate the rating text
oh i didn't notice this the first time: Config Error: mass_audience_rating_update has a blank value
It appears it also does not like my attempt to have a tiered rating fall back:
mass_audience_rating_update:
- imdb
- tmdb
- trakt_user
- 0
This works:
TV Shows:
overlay_files:
- default: ratings
template_variables:
rating2: audience
rating2_image: star
rating2_style: "%"
rating2_font_size: 70
operations:
mass_audience_rating_update:
- imdb
- tmdb
- trakt_user
- "0"
ok let me try it out
this produces "no builder"
TV Shows:
overlay_files:
- default: ratings
template_variables:
rating2: audience
rating2_style: "%"
rating2_font_size: 70
operations:
mass_audience_rating_update:
- imdb
- tmdb
- trakt_user
- "0"