Fabio Manganiello

Results 175 comments of Fabio Manganiello

I've just realized that this request duplicates https://github.com/marius-wieschollek/passwords-webextension/issues/130, which has been open for a while. Any plan to address this (it shouldn't be too hard to define a hook in...

> will there be an update to mopidy-spotify to fix this? They are working frantically to migrate to the new `gst-plugin-spotify` (which uses Librespot under the hood), but it may...

A quick heads up: the feature is not working (using Android app 3.4.16, server app 4.2.0): 1. When opening the folder settings from the Android app, no keyboard is shown...

@2e0byo as mentioned by @tehkillerbee, most of the efforts are now focused on migrating the codebase to tidalapi 0.7.x - it should be released this month if everything goes well....

There are still some details to iron out, but most of the features seem to work (tested with ncmpcpp, Iris and Platypush). Some observations: - "Just in case", I'm keeping...

FYI moods aren't yet supported on the `0.7.x`, so I'll skip their implementation for now. Accessing moods will raise an exception for now. `session.user.favourites.playlists()` is also apparently broken (`tidal:my_playlists` URI),...

I have pushed a new commit that should wrap up most of the things. I don't get any more errors from Iris nor ncmpcpp - except for moods, that haven't...

FYI I've just noticed that free-text search is broken. Working on it.

I have fixed the issues with search on 0.7.x. I have been using this branch for a couple of days so far on multiple devices and, besides from search (and...

I have noticed a bug with the search implementation and I'm on my way to fix it in this PR. [This is the current logic](https://github.com/tehkillerbee/mopidy-tidal/blob/master/mopidy_tidal/search.py#L20). It basically iterates over all...