mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Spotify/VSCode URI #3

Closed hek23 closed 6 years ago

hek23 commented 6 years ago

I don't understand if the URI is provided by VS or Spotify. If it's the first, how i set it? I'm using Ubuntu 16.04, VSCode and Spotify via WebAPI..

mkloubert commented 6 years ago

@hek23

Spotify redirects after you have authorized successfully and gives the URI the code to access the Web API.

You also can use http://localhost:<PORT> as URI. You do not need to setup your firewall, because anything hapens inside your local browser.

I still have to update the README for this.