Skip to content

notPlancha/volume-profiles-v2

Repository files navigation

Volume Profiles v2

Built with Spicetify Creator. Download from Spicetify Marketplace.

repo GitHub release (release name instead of tag name) GitHub Release Date - Published_At

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.

Install

To install it just grab the js in the dist folder, and load it with spicetify. Alternatively, use the marketplace.

Contribute it

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.

Preview

buttons settings The settings look a bit weird and I plan to fix them soon. notification

Notes

  • 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

More

  • Check me out for possibly future extensions, star the repo if you liked it and watch the repo for updates

follow me

GitHub Repo stars

TODO

  • 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)