This repository contains all of my Spicetify extensions:
- quick-add-to-playlist
- quick-add-to-queue
You can install my extensions automatically from the Spicetify Marketplace (recommended), or manually with the following steps:
For example, for the "quick-add-to-playlist" extension:
Copy quick-add-to-playlist.js
into your Spicetify extensions directory:
Platform | Path |
---|---|
Linux | ~/.config/spicetify/Extensions or $XDG_CONFIG_HOME/.config/spicetify/Extensions/ |
MacOS | ~/spicetify_data/Extensions or $SPICETIFY_CONFIG/Extensions |
Windows | %appdata%\spicetify\Extensions\ |
After putting the extension file into the correct folder, run the following command to install the extension:
spicetify config extensions quick-add-to-playlist.js
spicetify apply
Note: using the config
command to add the extension will always append the file name to the existing extensions list. It does not replace the whole key's value.
Or you can manually edit your config-xpui.ini
file. Add your desired extension filenames in the extensions key, separated them by the | character.
Example:
[AdditionalOptions]
...
extensions = quick-add-to-playlist.js
Then run:
spicetify apply
The extension adds a new option when right-clicking one of your playlist, to select a playlist
Once you have selected a playlist, you can use the new topbar button to quickly add/remove the current track to the selected playlist
This extension is fully compatible all spicetify theme, thanks to its settions section.
You can find it by clicking on your avatar -> Settings -> Quick add to playlist (at the very bottom) There, you can customize the "selected playlist" background color to match your current theme!
The extension adds a new button next to the like button to quickly add a song to the queue.
Heavily inspired by ohitstom's quickQueue