tehkillerbee / mopidy-tidal

Tidal Backend plugin for Mopidy
Apache License 2.0
93 stars 28 forks source link

implementation of lookup for playlists in library, and track caching #30

Closed MrSurly closed 3 years ago

MrSurly commented 3 years ago

This is what I hope is a beginning of a fix for #15. In any case, I talked to the mopidy devs about the issue, and implementing this is probably desirable.

I think a fix for #15 will require changes to Iris.

MrSurly commented 3 years ago

@tehkillerbee This works for me -- the Mopidy devs recommended adding the track caching from the lookup calls.

tehkillerbee commented 3 years ago

@MrSurly Great to see you have had progress! Looking forward to test it during the next couple of days.

tehkillerbee commented 3 years ago

@MrSurly @kingosticks Nice work, it looks like the caching works as expected - playback starts quite fast now. I still think it would be nice to get some sort of image caching added too (similar to the suggested cache changes in #27), as I believe it would help speeding up the browsing experience too. I will merge these changes in now.