2022-01-05, 00:03
Hi,
a user of the iOS remote App noticed a problem which seems the be caused by Kodi server. When requesting a list of movies filtered for a movie set, and requesting to sort for "year", the resulting list is still sorted by "label":
Request:
{"jsonrpc":"2.0","method":"VideoLibrary.GetMovies","id":1,"params":{"filter":{"setid":5},"properties":["year"],"sort":{"order":"ascending","method":"year","ignorearticle":false}}}
Response:
{"id":1,"jsonrpc":"2.0","result":{"limits":{"end":3,"start":0,"total":3},"movies":[{"label":"Angel Has Fallen","movieid":44,"year":2019},{"label":"London Has Fallen","movieid":45,"year":2016},{"label":"Olympus Has Fallen","movieid":23,"year":2013}]}}
Can someone else confirm this problem or comment on this?
a user of the iOS remote App noticed a problem which seems the be caused by Kodi server. When requesting a list of movies filtered for a movie set, and requesting to sort for "year", the resulting list is still sorted by "label":
Request:
{"jsonrpc":"2.0","method":"VideoLibrary.GetMovies","id":1,"params":{"filter":{"setid":5},"properties":["year"],"sort":{"order":"ascending","method":"year","ignorearticle":false}}}
Response:
{"id":1,"jsonrpc":"2.0","result":{"limits":{"end":3,"start":0,"total":3},"movies":[{"label":"Angel Has Fallen","movieid":44,"year":2019},{"label":"London Has Fallen","movieid":45,"year":2016},{"label":"Olympus Has Fallen","movieid":23,"year":2013}]}}
Can someone else confirm this problem or comment on this?