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 :)
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.
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 :)