Hi guys
I'm trying to set up a couple of collections based on my Trakt watchlist, one sorted alphabetically and the other sorted by latest released. Is this the correct code for both?
trakt_list_details: https://trakt.tv/lists/165897
sort_title: "!005_Matt's Trakt Watchlist A-Z"
file_poster: config/MyPosterImages/MovieCollectionPosters/IMDBMattsMovieWatchlistfAlt.jpg
collection_order: title.asc
sync_mode: sync
Matt's Trakt Watchlist (Release Order):
trakt_list_details: https://trakt.tv/lists/165897
sort_title: "!005_Matt's Trakt Watchlist Release Order"
file_poster: config/MyPosterImages/MovieCollectionPosters/IMDBMattsMovieWatchlistfAlt.jpg
collection_order: release.desc
sync_mode: sync```
Also, is there any way to create a collection based on the Trakt Watchlist but where I can limit it by years? Ie so I could have one for movies released in/after 2025, another for 2000s movies, one for pre 2000, using year filters?
Thanks!