Skip to content

SDavid33/spotify-stop-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spicetify Stop Button

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.

Features

  • 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() and seek(0)
  • Re-attaches itself if Spotify re-renders the player controls

Requirements

  • Spotify desktop
  • Spicetify
  • Spicetify APIs exposed in config

Install

Clone or download this repository, then run:

powershell -ExecutionPolicy Bypass -File .\install.ps1

Or install manually:

Copy-Item .\stopButton.js "$env:APPDATA\spicetify\Extensions\stopButton.js" -Force
spicetify config extensions "your-existing-extensions|stopButton.js"
spicetify apply

If Spotify does not refresh immediately, restart Spotify.

Uninstall

Remove stopButton.js from the extensions list in:

%APPDATA%\spicetify\config-xpui.ini

Then run:

spicetify apply

Screenshot

Stop button screenshot

The screenshots folder includes a placeholder so GitHub keeps the folder before an image is added.

License

MIT