Kodi Community Forum
Year Sorting VideoLibrary.GetMovies does not work properly - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264)
+--- Thread: Year Sorting VideoLibrary.GetMovies does not work properly (/showthread.php?tid=348125)



Year Sorting VideoLibrary.GetMovies does not work properly - JSmarine - 2019-10-07

On a project we have a Kodi player with server setup wich we control from a third party system.

We want to sort the movie by year but we get the movies in a random order. Not sorted correctly.
When we use the year filter it is working fine. So the year in the metadata of the movie its good.
 
When we debug Kodi we can see that our request is correct but the reply is wrong. we use the function VideoLibrary.GetMovies and then sory by year.


Does anyone else have problems with this? or does anyone have a solution for this?


Thank you!