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

Tidal #5

Open t-ricci-enhancers opened 6 years ago

t-ricci-enhancers commented 6 years ago

Is it possibile to add support also for Tidal?

mkloubert commented 6 years ago

According to Google and this project it is possible, but Tidal does not officially support something like a web API.

That means you have to use external tools and sniff your HTTPS traffic, as described in TidalAPI project.

I will try to dive in, but it does not seem to be trival to setup the extension for it. The other problem might be, that an API token might change and you have to do the setup process again and again.