Collection and Metadata files #1811
-
What if my current setup has both collection and metadata entries in a single file. Do I need to split them (YUCK) or add them twice or will it just run them. |
Beta Was this translation helpful? Give feedback.
Answered by
YozoraXCII
Jan 8, 2024
Replies: 1 comment 1 reply
-
If a YAML file contains both, then place it within both: libraries:
Movies:
collection_files:
- file: config/myfile.yml
metadata_files:
- file: config/myfile.yml You can split it if you'd like, but seems you don't want to do that :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BRAYDIN72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a YAML file contains both, then place it within both:
You can split it if you'd like, but seems you don't want to do that :)