Adds filtering to the playlists panel to quickly find playlists by name without using the search box.
Adds keyboard shortcut F to focus on filter input field. It can be turned off through the spicetify settings.
- Copy
./playlistFilter.js
to~/.spicetify/plugins
- run:
spicetify config extensions playlist-filter.js
spicetify apply
or install through spicetify marketplace
#playlist-filter-main-container
#playlist-filter-input
#playlist-filter-clear-btn
#playlist-filter-divider
#playlist-filter-results-divider-container
#playlist-filter-results-divider-gradient
#playlist-filter-results
.playlist-filter-results-list-item
.playlist-filter-results-playlist-item
.playlist-filter-results-playlist-link
.playlist-filter-results-playlist-name
.playlist-filter-results-highlight
See ./img/css-selectors.png for a visual representation of the css selectors.
- Add right click menue to filtered playlist
- Make it possible to drag-add tracks to playlists through filtered result
Spicetify Creator is a tool to compile modern Typescript/Javascript code to Spicetify extensions and custom apps.
- Typescript and React syntax
- Import node packages
- CSS/SCSS with PostCSS support
- Extremely fast compile time with esbuild.
- Plugins
Check out Spicetify's docs!
build
: Compiles the extension to spicetifybuild-local
: Compiles the extension to ./dist folderwatch
: Compiles the extension to spicetify and watches for changeswatch-local
: Compiles the extension to ./dist folder and watches for changes