Spotify plugin for the Wox launcher
Control your Spotify client from Wox. Search for tracks, artists, or albums and launch the results directly to your client. This plugin requires the use of the Spotify Web API, which is only accessible through Spotify Premium
Keyword | Description |
---|---|
sp |
Show currently playing track |
sp {spotify search query} |
Search all of Spotify |
sp track {track name} |
Search for a track |
sp artist {artist name} |
Search for an artist |
sp album {album name} |
Search for an album |
sp playlist {playlist name} |
Search personal playlists |
sp queue {track name} |
Search for track and queue it |
sp next |
Play next track |
sp last |
Play previous track |
sp play |
Resume currently playing track |
sp pause |
Pause currently playing track |
sp mute |
Toggle Mute |
sp volume |
Set Volume (1-100) |
sp device |
Set Active Device |
sp shuffle |
Toggle Shuffle Mode |
sp reconnect |
Force a full reconnection |
{"ClientID":"yourClientSecret","ClientSecret":"yourClientSecret"}
https://developer.spotify.com/dashboard/
, login, and generate your own ID & Keyhttp://localhost:4002/callback
as a Redirect URIplugin.json
dotnet build --configuration Release