A small Spicetify extension that adds a real-looking Stop button next to Spotify's Play/Pause button.
The button pauses playback and seeks the current track back to 0:00, which is the closest practical "stop" behavior available in Spotify's desktop client.
- Adds a Stop button directly to the right of the Play/Pause button
- Matches the Play button size and circular white design
- Uses a larger black stop icon for better visibility
- Stops playback by running
pause()andseek(0) - Re-attaches itself if Spotify re-renders the player controls
- Spotify desktop
- Spicetify
- Spicetify APIs exposed in config
Clone or download this repository, then run:
powershell -ExecutionPolicy Bypass -File .\install.ps1Or install manually:
Copy-Item .\stopButton.js "$env:APPDATA\spicetify\Extensions\stopButton.js" -Force
spicetify config extensions "your-existing-extensions|stopButton.js"
spicetify applyIf Spotify does not refresh immediately, restart Spotify.
Remove stopButton.js from the extensions list in:
%APPDATA%\spicetify\config-xpui.ini
Then run:
spicetify applyThe screenshots folder includes a placeholder so GitHub keeps the folder before an image is added.
MIT
