This is a mono-repository for Spicetify extensions written by me.
⚠️ Spicetify frequently updates, some of these scripts may not be up-to-date.
This extension allows you to discover new music by skipping songs you've already listened to. If the discovery mode is enabled and you've listened to a song for more than 30 seconds, the song will be skipped the next time it is played automatically.
The track isn't skipped if the user has manually played the track (by double clicking it).
Features:
- Enable/disable discovery mode by pressing the magnifier icon in the player or by using the shortcut.
- The shortcut may be changed in the settings menu accessible from Profile > Track Explorer > Shortcuts
- The remembered tracks can be reset from the settings menu.
- Remembered tracks can also be exported or imported from the settings menu.
Install Spicetify if not already installed. After installation, follow these steps:
- Copy the code from the extension you want to install.
- Open Spicetify's config directory by running
spicetify -c
. - Open the
Extensions
folder. - Create a new file with the name of the extension you want to install. Example:
TrackExplorer.js
. - Paste the code into the file.
- Save the file.
- Run
spicetify config extensions extension-name.js
to enable the extension. - Apply changes by running
spicetify apply
.