jurialmunkey / plugin.video.themoviedb.helper

GNU General Public License v3.0
203 stars 96 forks source link

[Question] Trakt anticipated sorting #836

Closed roidy closed 2 years ago

roidy commented 2 years ago

plugin://plugin.video.themoviedb.helper/?info=trakt_anticipated&tmdb_type=tv&sort_by=released&sort_how=asc&widget=true&reload=$INFO[Window(Home).Property(TMDbHelper.Widgets.Reload)]

Quick question, Should I be able to pre sort this list into date order?

I've tried sort_by released and year, is this list even sortable?

jurialmunkey commented 2 years ago

No, it's pre-paginated by Trakt, so no point sorting it. Popular/Anticipated/Trending are all like this - these endpoints are essentially all items just with a filter and sort method pre-applied by Trakt server.

roidy commented 2 years ago

Ok thanks, I can safely rely on Kodi's content sorting to do the job then 👍