Stein Magnus Jodal

Results 237 comments of Stein Magnus Jodal

It should be noted that PR #69 only fixes the second of two unrelated issues in this bug. The first and stack trace listed here seems totally unrelated.

Agree! Should do this differently for the upcoming Mopidy-Spotify 2.0.

It's worth considering at least. The immediate issue I can think of is how to make an "exact match" overlay over the existing search work nicely with pagination. If you...

To move the entire discussion over here, I'm quoting @trygveaa from mopidy/mopidy#272: > We can first do a search for the query provided. Then traverse either the artist or album...

From the discussion in mopidy/mopidy#727 it sounds like making exact searches exact would help on data quality in the ncmpcpp library view as well.

I imagine a `mopidy spotify login` command which stores the auth blob to the config file.

AFAIK, Spotify's "device passwords" are for those that have connected their Spotify accounts with their Facebook accounts. I have not, and thus I don't have the device password option.

As mentioned, pyspotify has all the required pieces to add offline support to Mopidy-Spotify. However, there is no timeline on when it will be implemented and available in Mopidy-Spotify. What...

The `query` string probably needs to be encoded to UTF-8 bytes before being passed to `urllib.quote_plus()`. urllib cannot guess what encoding the chars in a Unicode string should have, so...

Personally, I believe that the important part is to use different passwords for different services (and then probably use a password manager to make that manageable). If you do that,...