You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetch a track (eg spotify:track:1tRoJfwQ2upkIVEVKkuPcT) from the Spotify HTTP API and the artist order differs from that returned when requesting the same track via the Mopidy-Spotify backend.
Observe the order of artists: ODESZA, WYNNE, Mansionair.
Get the track from Mopidy-Spotify (I use Settings > Debug tool in Mopidy-Iris), eg library.lookup{"uri":"spotify:track:1tRoJfwQ2upkIVEVKkuPcT"}.
Notice the order of artists differs: WYNNE, Mansionair, ODESZA.
Are there any ordering rules applied by Mopidy-Spotify when the array of artists is returned? Or perhaps caching of artists affects the return? Let me know if I can do any further testing to help identify the issue.
The text was updated successfully, but these errors were encountered:
Nope, no ordering by us. They use two different backends at Spotify. I think the Web API orders some things by (worldwide) popularity, is that what you see? Not sure what libspotify's backend does but it's not necessarily the same.
Fetch a track (eg
spotify:track:1tRoJfwQ2upkIVEVKkuPcT
) from the Spotify HTTP API and the artist order differs from that returned when requesting the same track via the Mopidy-Spotify backend.To replicate:
library.lookup
{"uri":"spotify:track:1tRoJfwQ2upkIVEVKkuPcT"}
.Are there any ordering rules applied by Mopidy-Spotify when the array of artists is returned? Or perhaps caching of artists affects the return? Let me know if I can do any further testing to help identify the issue.
The text was updated successfully, but these errors were encountered: