Hey everyone, I'm having trouble with my top10trending collections for series and films in Kometa. When new items are added, old ones aren't being removed, and the collection ends up growing beyond the limit of 10 items.
Series.yml
`templates:
IMDb Popular:
mdblist_list:
url: <<url>>
sort_by: imdbpopular.desc
limit: 100
collection_order: custom
sort_title: +_<<collection_name>>
sync_mode: sync
visible_library: true
IMDb Votes:
mdblist_list:
url: <<url>>
sort_by: imdbvotes.desc
limit: 100
collection_order: custom
sort_title: +_<<collection_name>>
sync_mode: sync
visible_library: true
collections:
π Trending Now:
template:
name: IMDb Popular
url: https://mdblist.com/lists/ryanito/trending-tv
limit: 10
sync_mode: sync
`
config.yml
libraries: Shows & Series: collection_files: - file: config/Series.yml overlay_files: - file: config/Top-10-Series.yml
let me know if i should post anything else, thanks for the help!