Skip to content

"The 'Movies' library config contains collections definitions" #2603

Closed Answered by YozoraXCII
Abcmsaj asked this question in Q&A
Discussion options

You must be logged in to vote

collections:

this line does not belong in a config.yml, I don't know why you have it there.

collections: is used in a Collection File (such as in your - file: config/movie-collections.yml), it does not belong in config.yml

you also have these within your collections line:

      remove_overlays: false   # Set this to true to remove all overlays
      #reapply_overlays: true

the correct logic would be:

libraries:
  Movies:
    remove_overlays: false   # Set this to true to remove all overlays
    #reapply_overlays: true
    collection_files:
    - file: config/movie-collections.yml
    - default: franchise
      template_variables:
        use_separator: false
# rest of your config.yml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Abcmsaj
Comment options

Answer selected by Abcmsaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants