Config:
sort_title: "!03-03-Dance Flicks"
collection_order: random
visible_home: false
visible_shared: false
visible_library: false
imdb_list:
- list_id: ls000054939
sort_by: rating.desc
limit: 50
- list_id: ls023979601
sort_by: rating.desc
limit: 50
Results in warnings like this:
| Collection Warning: imdb_list {'list_id': 'list_id', 'sort_by': 'sort_by', 'limit': 'limit'} attribute {'list_id': 'ls000054939', 'sort_by': 'rating.desc', 'limit': 50} must be in [popularity.asc, popularity.desc, title.asc, title.desc, rating.asc, rating.desc, votes.asc, votes.desc, box_office.asc, box_office.desc, runtime.asc, runtime.desc, year.asc, year.desc, release.asc, release.desc] using custom.asc as default |
But rating.desc is a valid sort_by attribute. And the format seems to be consistent with https://kometa.wiki/en/latest/files/builders/imdb/#imdb-list.
Kometa is an open-source python project allowing you to unlock the potential of your media server.