Depcrated due to this feature being added to spotify natively (🎉)
Adds playlist artwork and folder icons to the playlists panel for quicker indentification of playlists w/ focus on speed and performance.
It caches playlist artwork urls in an indexed database after initial fetch for faster access. There is a menu option in the spicetify menu to refresh the cache to force refetch:
as well as a right click context menu item for refreshing individual playlists' artwork:
- Copy
./dist/playlist-artwork.js
to~/.spicetify/plugins
- run:
spicetify config extensions playlist-artwork.js
spicetify apply
or install through spicetify marketplace
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