Spotify track order

Hello,

I’m testing the Spotify addon on the latest kodi (based on CoreElec). Everything is working fine, only if I try to play the full album, the track order is wrong, despite the sorting in Yatse itself. Does anybody has this kind of problem?

If there are any logs necessary, please let me know.

Best regards
Cube

Logs are always mandatory as the template says :wink:

the log attacheddebug-20191023_224517.zip (28.6 KB)

Ok so Yatse does not handle the order and directly told Kodi to play the folder.

2019-10-23 22:45:03.466 Verbose/KodiLeia: → [141] [{“id”:355,“jsonrpc”:“2.0”,“method”:“Playlist.Clear”,“params”:{“playlistid”:0}},{“id”:164,“jsonrpc”:“2.0”,“method”:“Playlist.Add”,“params”:{“playlistid”:0,“item”:{“directory”:“plugin://plugin.audio.spotify/?action=browse_album&albumid=7oK3wd46nDbVPqfIG5MEWi”,“recursive”:true}}},{“id”:531,“jsonrpc”:“2.0”,“method”:“Player.Open”,“params”:{“item”:{“playlistid”:0,“position”:0}}}]

Should probably be fixed on Addon side, with that JSON command author should be able to reproduce and fix.

Thank you for quick response. I have sent your response to the addon thread. We’ll update this topic, when got any feedback from there.