📝 If you want to review this again, traderr.2287:
: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> 📝
#I can't seem to get this to run attached to my logs if anyone can assist that would be great
1 messages · Page 1 of 1 (latest)
❌ YAML validation failed! YAML checked and is NOT valid.
Error message:
while parsing a block mapping
in "<unicode string>", line 2, column 3:
Movies:
^
expected <block end>, but found '<block mapping start>'
in "<unicode string>", line 41, column 5:
collection_files:
^
Welcome @dusky eagle!
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.
Config formatting is bad.
All those default entries at the top need to go under collection_files:
This post has been marked as Resolved and has now been closed.
You cannot reopen this thread - you must create a new one or ask a member of staff to reopen it in #general-chat.
Thanks for using Kometa.
@dusky eagle No, not like that. Follow the same pattern as the overlay files below the collections.
libraries:
Movies:
collection_files:
- file: config/collections.yml
- default: imdb
template_variables:
use_lowest: false
visible_library_top: true
visible_home_top: true
visible_shared_top: true
style: white
sync_mode: append
radarr_add_missing: true
radarr_tag: "imdb_collection"
- default: tmdb
template_variables:
use_trending: true
use_popular: true
use_top: true
limit_popular: 50
visible_library_popular: true
visible_home_popular: true
visible_shared_popular: true
collection_order: release.desc
style: white
sync_mode: append
radarr_add_missing: true
radarr_tag: "tmdb_collection"
- default: basic
template_variables:
in_the_last_episodes: 14
visible_library_released: true
visible_home_released: true
visible_shared_released: true
collection_order: release.desc
sort_by: release.asc
style: white
radarr_add_missing: true
radarr_tag: "basic_collection"
...
In the general case:
libraries:
NAME_OF_LIBRARY:
collection_files:
- file: some/path/to/something.yml
- default: whatever
template_variables:
bing: bang
boing: true
overlay_files:
- file: some/path/to/something_else.yml
- default: another
template_variables:
foo: bar
baz: false
metadata_files:
- file: some/path/to/a_third_file.yml
repeated for each library. You don't need all three if you don't use them.
📝 If you want to review this again, traderr.2287:
: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> 📝
OK I updated ran the script but I couldn't get the TV shows to run
Also should I put in a limit for the IMDB default collections so that they don't download every TV show available?
You can't, not with the defaults.
couldn't get the TV shows to run
What exactly does that mean? Error? Computer on fire?
Three of four collections worked.
| Roberts TV Show Watchlist | 0 | 36 | 0 | 0:00:03 | Unchanged |
| Recently Aired | 0 | 0 | 0 | 0:00:00 | Updated Metadata |
| Top Rated TV Shows | 0 | 22 | 0 | 0:00:56 | Unchanged |
| Recently Added | 0 | 0 | 0 | 0:00:00 | Kometa Failure |
| Collection Error: No Plex Filter Created |
that one failed becuase this is not valid:
smart_filter:
type: shows
limit: 150
all: {}
What's that supposed to be doing?
I added posters that did not load for the TV show collections.
You added them where?
Here
you have asset_folders: false so my understanding is that Kometa expects your asset to be /config/assets/Top Rated TV Shows.png
Yep; your settings and the asset locations do not match.
Ok, that makes sense. I never would have thought to look there thank you I'll give it a run now and see if it works.