Hey guys!
This is a new one for me. I'm not sure if I've missed some new attributes to the config file. The error I'm seeing is:
[2024-01-23 08:00:23,097] [meta.py:758] [INFO] |====================================================================================================|
[2024-01-23 08:00:23,097] [meta.py:758] [INFO] | Loading Metadata File File: config/movies.yml |
[2024-01-23 08:00:23,097] [meta.py:758] [INFO] |====================================================================================================|
[2024-01-23 08:00:23,097] [meta.py:759] [INFO] | |
[2024-01-23 08:00:23,106] [meta.py:158] [DEBUG] | File Loaded From: /config/movies.yml |
[2024-01-23 08:00:23,106] [library.py:166] [ERROR] | YAML Error: metadata attribute is required |
[2024-01-23 08:00:23,106] [library.py:167] [INFO] | Metadata File Failed To Load
And this is the actual config it's trying to build:
collections:
Trending Movies:
trakt_trending: 50
tmdb_trending_weekly: 50
summary: Trending Movies.
sort_title: '++_002'
visible_library: true
visible_home: true
visible_shared: true
smart_label: added.desc
filters:
release.after: 2023-01-01
sync_mode: sync
schedule: daily
collection_mode: hide
I've tried searching for an answer in the wiki, but I struggle to find anything that makes sense for me. Help and avenues are highly appreciated! Thanks!