akshay2000 / XBMCRemoteRT

XBMC Remote for Windows and Windows Phone
24 stars 18 forks source link

Add sorting of album titles by track number in album page. #31

Closed janhicken closed 9 years ago

janhicken commented 9 years ago

It seems the album page uses default sorting order for the song titles. Kodi seems to use the default sorting order of it's database which will comes to problems, if you add an incomplete album to your DB and add song titles later on. The JSON RPC API offers a sorting order to be applied.

As I currently have no Windows platform available to install the IDE on, I cannot test this code, I hope it will do fine. Please excuse this, as this is my first contribution to an open source project ever :)

akshay2000 commented 9 years ago

Thanks for the contribution. I'll surely check this out. I think it does make more sense to show songs in track number order instead of default arbitrary order.