Built with Spicetify Creator. Download from Spicetify Marketplace.
This extension adds 3 buttons to Spotify (using spicetify), on the bottom right, to save a volume profile, to load it later when needed.
This is the upgraded version of the first version, where it's more responsive, more extended, and more Spicy.
To install it just grab the js in the dist folder, and load it with spicetify. Alternatively, use the marketplace.
If you want to contribute it (with a bug, or an issue, or a suggestion), raise an issue or a pull request (make sure to check the TODO in the bottom too)
To develop, use npm install
, add the extension to the config-xpui.ini (spicetify -c
), and to run, run .\run.ps1
on powershell (7 preferentially).
If you get UnauthorizedAccess
, do:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Unblock-File .\run.ps1
If you don't have powershell honestly you'll figure it out.
The settings look a bit weird and I plan to fix them soon.
- This package uses uzairfarooq's arrive.js and franciscop's umbrella js
- It's possible that an update to spotify or spicetify will break your saved volumes, but I've yet to experience this. If this happens, try raising an issue on the github page create issue
- Same thing for any other issue/bug
- Check me out for possibly future extensions, star the repo if you liked it and watch the repo for updates
- Add a way to put the buttons under the slider (and make that the default since the new Spotify sucks)
- Add an overlay (the button turns green) when the volume matches current volume (so when clicked)
- Round the volume when setting with right click
- A gif of the images (and testing if said gifs work on the marketplace)
- Fix settings formating
- Fix aria-label (the popup text that should be above the symbols)