#Why won't my collections run properly or show up in Plex?

1 messages · Page 1 of 1 (latest)

latent mothBOT
#

Welcome @tender cape!

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.

latent mothBOT
#

My collections don't seem to run and show up as unconfigured collections. Here is my config, and one of my collections. What do I need to do differently?

tender cape
latent mothBOT
#

📝 If you want to review this again, 0xvipe:
: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> 📝

#
**Rec 03** - ❌ **PLAYLIST LOAD ERRORS**

PLAYLIST LOAD ERRORS
Kometa is trying to load a file from your config file.
This error indicates that the setting is not correctly setup in config.yml. Usually wrong path to the file, or a badly formatted yml file.
Within the attached log file, go to the indicated line(s) for more details on the exact issue and take actions to fix.
For more information on this, [https://kometa.wiki/en/latest/config/overview/?h=configuration]
1 line(s) with PLAYLIST LOAD errors. Line number(s): 221

trail sky
#

for 1), i'd update Kometa; then i'd fix your syntax, you have alot of old syntax mixed with new syntax

tender cape
#

I will do that

#

I updated and changed the config to collection_files and used "file" instead of "path". Trying to run it again to see what happens. Were there any other changes that I should be making?

trail sky
#

what does this mean? My collections don't seem to run and show up as unconfigured collections

#

shouldn't this yaml collection_files: - repo: /config/collections/random/movies.yml - repo: /config/collections/trending/movies.yml - repo: /config/collections/holidays/movies.yml overlay_files: - path: /config/overlays_movies.yml
be yaml collection_files: - file: /config/collections/random/movies.yml - file: /config/collections/trending/movies.yml - file: /config/collections/holidays/movies.yml overlay_files: - file: /config/overlays_movies.yml

tender cape
#

Yes, that is what I changed. After changing repo or path to file kometa picked up the collections and started processing them. It is doing that now.

trail sky
#

your settings block is also missing this ```yaml
run_order:

  • operations
  • metadata
  • collections
  • overlays```
tender cape
#

Fixed that, thank you.

tender cape