Closed tkem closed 8 years ago
In addition to requesting images in smaller batch sizes, it would be nice to be able to "cancel" image retrieval, e.g. on $ionicView.leave
. Image retrieval may then be moved to $ionicView.enter
(confirm that's fired after resolves), and may check against the current controller's local images
.
@ZenithDK: When you settled in, it would be nice if you would give MoMo v1.6.11 a try with mopidy-tidal. You'll still see a lot of lookup
s, but server responsibility and general usability should be much improved (hopefully).
Just tried this out (I'm off sick today, man flu 😑) and it works tons better. Thanks a lot! On 8 Mar 2016 21:07, "Thomas Kemmer" notifications@github.com wrote:
@ZenithDK https://github.com/ZenithDK: When you settled in, it would be nice if you would give MoMo v1.6.11 a try with mopidy-tidal. You'll still see a lot of lookups, but server responsibility and general usability should be much improved (hopefully).
— Reply to this email directly or view it on GitHub https://github.com/tkem/mopidy-mobile/issues/183#issuecomment-193946639.
This may be an issue with back ends that don't implement
get_images()
but rely on the default implementation that useslookup()
. Mopidy-Tidal seems to be especially affected by this, according to @ZenithDK: see also #126.