Releases: spicetify/cli
Releases · spicetify/cli
Inject Extensions
Adds
- Supports inject extension (Javascript script) to extend client functionalities, manipulate UI.
To use extensions, add your desired extension names in config, separated them by|
character.
Example:
[AdditionalOptions]
...
extensions = autoSkipExplicit.js|queueAll.js|djMode.js|shuffle+.js|trashbin.js
Extension files can be store in:
Extensions
folder in Home directory:
Windows:%userprofile%\.spicetify\Extensions\
Linux:~/.spicetify/Extensions/
MacOS:~/spicetify_data/Extensions
Extensions
folder in Spicetify executable directory.
If there are 2 extensions having same name, extension in Home directory is prioritized.
Some Spotify API are leaked and put in global object Spicetify
. Check out global.d.ts
for API documentation.
v0.2.0
Add:
- Additional options:
experimental_features
Allow access to Experimental Features of Spotify. Open it in profile menu (top right corner).
fastUser_switching
Allow change account immediately. Open it in profile menu.
home
Enable Home page. Access it in left sidebar.
lyric_always_show
Force Lyrics button to show all the time in player bar.
Useful for who want to watch visualization page.
lyric_force_no_sync
Force displaying all of lyrics.
made_for_you_hub
Enable Made For You page. Access it in left sidebar.
radio
Enable Radio page. Access it in left sidebar.
song_page
Clicks at song name in player bar will access that song page
(instead of its album page) to discover playlists it appearing on.
visualization_high_framerate
Force Visualization in Lyrics app to render in 60fps.
Enable them in config file and run spicetify apply
again.
- Watch mode: detect change in
user.css
andcolor.ini
of your theme and automatically update. Runspicetify watch
.
You can also update manually by runningspicetify update
.
Remember to reload your Spotify client to receive visual update.
Change:
- MacOS: Spicetify storage folder path:
~/.spicetify
->~/spicetify_data
And user do not need to run commands withsudo
anymore
Because of this change, MacOS user please runspicetify restore
before update to this version, manually delete~/.spicetify
folder. Then update spicetify and runbackup
,apply
again.
First release
Features:
- Preprocesses app files:
- Disable Sentry
- Disable UI Logging
- Remove Right-To-Left CSS rules
- Expose APIs
- Customize: Change colors, inject CSS