Standalone Powershell script to remote control the playback on you Spotify account.
Supports:
Pause
Play
Adjust Volume
Skip to Next
Skip to Previous
Displaying info about the currently playing track
To run this project youll need a Client ID And Secret for the Spotify API, and refresh token with the right scope generated for your account
See https://developer.spotify.com/documentation/general/guides/scopes/
A great project to generate RefreshTokens is "dotnet-core-spotify-authentication" by bmsimons
https://github.com/bmsimons/dotnet-core-spotify-authentication
