Spotify Custom Tile

Since I have several requests for the updated code, you can access it here:
https://github.com/brunocerq/custom-spotify-tile-sharptools

2 Likes

I suspect that most people use the standard setup instructions that simplifies the process of getting a valid token using the pre-built authorization page.

As for your question from Github about the headers for the developer approach, reading through the instructions it sounds like you need to include a header with the key Authorization and the value Basic {{your_base64_clientId:secret}}. If I’m reading the instructions right, you would need to have something like the following, but of course customized with your base64 encoded {{clientId}}:{{clientSecret}}

image

@josh , @James ,

Wonderful work and really useful. Is it possible to add also volume control to Spotify with this custom tile ?
I’m not using this tool, I’m trying to help my friends…