#Why won't my collections run properly or show up in Plex?
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
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?
Log attached
📝 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> 📝
❌ 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
for 1), i'd update Kometa; then i'd fix your syntax, you have alot of old syntax mixed with new syntax
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?
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
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.
your settings block is also missing this ```yaml
run_order:
- operations
- metadata
- collections
- overlays```
Fixed that, thank you.
All is good now, thank you I'll mark solved.