tkem / mopidy-mobile

Mopidy Web client extension and hybrid app for mobile devices
Apache License 2.0
78 stars 14 forks source link

Lookup playlist tracks #161

Closed tkem closed 8 years ago

tkem commented 8 years ago

Similar to browse list tracks, full playlist tracks should be retrieved and displayed asynchronously in view mode, at least. This also implies (finally) using the get_items() API for retrieving playlist items originally.

ZenithDK commented 8 years ago

I've started to use the Tidal backend, and when I do searches Mopidy-Mobile gets stuck doing look-ups when I search for "Sande" for instance. I let it sit and load for 20 seconds and then I choose an artist, but it keeps trying to look up information even though I think it should stop and just try and load the information I asked for. I hope this is similar to what this issue describes?

tkem commented 8 years ago

@ZenithDK: Sorry, no ;-) If I understand correctly, this is more like #126. This is for adding meta information for Playlists, like M3U.

ZenithDK commented 8 years ago

Okay, ignore me then, will go make a kerfuffle in that issue instead ;-)