First off, please be gentle. I've only just started using Kometa and I've become addicted!
One issue I'm facing that I've not been able to find a resolution to is my ordering of collections that link out to files. My config collection is below, but what I'm trying to do is to get all the movies in the decades collection first, followed by the collections in the collections.yml, then actions.yml and so on and so forth, however when the collections are generated the contents of the actors.yml comes before collections.yml.
Any help would be appreciated.
`collection_files: &paths
- file: config/decades.yml
- file: config/collections.yml
- file: config/actors.yml
- default: basic
- default: imdb
template_variables:
name_popular: IMDb Popular Movies
use_lowest: false
visible_home_top: true
visible_home_popular: true #run once to create list in home settings
- collection_order: custom `