TMDb Collections type attribute tmdb_collection invalid Options ? + YAML error #1051
-
Hello, so I just have this minimal configuration mm-dynamic_collections.yml:
and my main config, which I start via config_mm.yml:
and I'm getting this errors, I can not understand:
So my Quesions are:
Complete Log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
YAML Error: metadata, collections, or dynamic_collections attribute is required
This is happening because youre telling PMM to run only the collection named
TMDb Collections
(--run-collections "TMDb Collections"
)you can run the one specific metadata file by using
--run-metadata
but you need to call out the actual collection name for--run-collections
to workConfig Error: TMDb Collections type attribute tmdb_collection invalid Options
This is because
tmdb_collection
is an invalid type for show libraries