Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.05 KB

File metadata and controls

49 lines (33 loc) · 2.05 KB

FeatureShuffle

Create a randomized playlist based on the audio features of a playlist with FeatureShuffle for spicetify

  • Right click a playlist and click "Create Feature Based Playlist" (This process may take up to 3 minutes.)

Install

  1. Copy featureshuffle.js to extensions folder based on your OS, or install it via marketplace
Platform Path
Windows %appdata%\spicetify\Extensions\
Linux ~/.config/spicetify/Extensions or $XDG_CONFIG_HOME/spicetify/Extensions/
MacOS ~/.config/spicetify/Extensions or ~/.spicetify/Extensions

After putting the extension file into the correct folder, run the following command to install the extension or install through marketplace:

spicetify config extensions FeatureShuffle.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 = autoSkipExplicit.js|shuffle+.js|trashbin.js|FeatureShuffle.js

Then run:

spicetify apply

Usage

Toggle in the Profile menu.

Screenshot


If you find any bugs, please create a new issue on the GitHub repo. https://github.com/rxri/spicetify-extensions/issues