#Collections stopped working working
1 messages · Page 1 of 1 (latest)
Welcome @shell plaza!
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, nei_:
: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> 📝
added db_cache: 1024 under the Plex config, but the issue persists. There are no visible errors, so I’m wondering if it could be related to a mapping error. However, mapping hasn’t been an issue before, even with many unmatched items in the library. Could it be something else causing this?
You've got the debug flag set, which is only going to run collections flagged as test.
https://kometa.wiki/en/nightly/kometa/environmental/#debug
but besides that there is nothing in this config that will create any collections at all.
If this file contains collections:
libraries:
Movies:
metadata_files:
- file: config/Movies.yml
it should be under:
libraries:
Movies:
collection_files: ## <<< HERE
- file: config/Movies.yml
You also have that same file linked under overlay_files:, which is not typical. Does that file also contain overlays?
Thank you. appreciate it. I separated it out and now it works. thanks again for pointing that out. Totally missed the release note as a breaking change