mopidy / mopidy-spotify

Mopidy extension for playing music from Spotify
https://mopidy.com/ext/spotify/
Apache License 2.0
933 stars 109 forks source link

Performance improvements #386

Closed kingosticks closed 7 months ago

kingosticks commented 7 months ago

Using Mopidy's new lookup_many to batch track and album requests and cache the resulting Mopidy models. Will eventually move everything to cache at this level, rather than HTTP.

Sorry for a big horrible merge but it was getting too much effort to untangle it. Rather just have this in and start working on other things.