SEPotify is a VS Code extension developed by SEPeers that adds a graphical user interface for a Spotify player directly within VS Code. This extension is designed to allow users to control their Spotify music without having to leave the VS Code environment.
SEPotify provides four commands:
- Login
- Play
- Pause
- Pause | Play
You can also access the visual interface in the sidebar.
- Clone this repository and open it in VS Code.
- Run
npm install
in the root directory. - Create a Spotify Developer account and create a new app. Instructions
- Add
vscode://SEP.SEPotify
as a redirect URI in your Spotify app settings. - Set your Spotify app client ID in
.vscode/launch.json
. - Press
F5
to run the extension in a new window to test. - Package the extension by running
vsce package
in the root directory. - Open the Extensions view in VS Code and click the
...
button, thenInstall from VSIX...
. - Select the
.vsix
file that was created in the root directory. - Reload VS Code to activate the extension.
- Open the command palette and run
SEPotify: Login
to authenticate your Spotify account. - You can now use the commands in the command palette or access the visual interface in the sidebar.