ANNOUNCEMENT: New Mopidy-Spotify-Web extension, browse albums and artists

Hi guys,

Wanted to let you know that I have created a Mopidy library extension that integrates with Spotify web api.
It allows you to browse your music on Spotify sorted by albums and artists.

Since it uses the Spotify web api it requires a registered application on https://developer.spotify.com, with
a generated client id and secret. A refresh token also needs to be generated.

Check it out at: https://github.com/lfcabend/mopidy-spotify-web

Please let me know what you think.

Hi, I’m trying to use the OAuth toekn as it says in the github tutorial but this is what I get after mopidyctl config:

[spotify_web]
enabled = false  ; Extension disabled due to config errors.
spotify_client_id = clientid
spotify_client_secret = clientid
refresh_token = token
auth_server_url = https://accounts.spotify.com/api/token

I already gave it an id and secret but it won’t use them. Do I need to go through the Web API tutorial to get my token?

Hi, In the current version you need a refresh token.
I hope to release the next version today. In this version it uses an oauth bridge on mopidy.com that handles the oauth stuff, so you would not have to go through the trouble of getting a refresh token.

I released the new version with the oauth bridge, check out the readme on how to configure/use it.
Let me know if you have any problems