Releases: spicetify/cli
v0.9.1
Add
-
Ability to shut off AdditionalFeatures: Most of options in
AdditionalFeatures
section are features that are being tested by Spotify developers. They are automatically enabled in some groups of users, disabled on others. If you don't like one of these features at all, set it to-1
. #28 -
Ability to print all colors, all paths, all config values or one of config value right in CLI. Check out
spicetify -h
for usage.
Change
- Extension
keyboardShortcut.js
: Majority of keybinds are changed to comply with other keyboard-driven softwares. I also wrote a bit of documentation in extension file, check them out for current key combinations and add/change on your own.
Fix
LibURI
->URI
inspicetifyWrapper
.Spicetify.getAudioData
andSpicetify.getAblumArtColors
can be used normally now.
Remove
made_for_you_hub
config option: This feature is now official and no longer customizable.
v0.9.0
Add
color_scheme
config option: Change color schemes at ease with this new option. Simply put your schemes in same color.ini file in same theme, but in different sections. Examplecolor.ini
:
[Base]
main_fg = 1a73e8
secondary_fg = 5f5e68
main_bg = ffffff
...
[Dark]
main_fg = 8AB4F8
secondary_fg = BDC1C6
main_bg = 202124
...
[Green]
main_fg = C2D935
secondary_fg = DEDEDE
main_bg = 0A0E14
...
Now, if you want to change to [Dark]
scheme, run:
spicetify config color_scheme Dark
spicetify update
On default, color_scheme
option is blank. If color_scheme
option is blank, first section in color.ini will be used.
search_in_sidebar
config option: Enable new search UI. Search button is also moved to sidebar.
Fix
- Extension djMode: Double clicking on a track in playlist or album now queues that track.
I just made a new theme for Spicetify for fun, it has a bit of Google style. Check it out if you like: https://github.com/khanhas/google-spicetify
v0.8.1
Add
- [LINUX] Ability to use XResources database in theme's
color.ini
. #17
Extremely useful for who usespywal
to generate color scheme.
Syntax:${xrdb:<variable name>}
or${xrdb:<variable name>:<fallback value>}
Example usage:
[Base]
main_fg = ${xrdb:color14}
secondary_fg = ${xrdb:foreground:#FFF}
main_bg = ${xrdb:background}
...
- Ability to use environment variable in theme's
color.ini
Syntax:${<variable name}
Example usage:
main_fg = ${LIGHT_GREY}
Note: Environment variables, not shell variables.
- Short hex color code support:
#FFF
,#544
Fix
- Extension Shuffle+: Buttons not appended bug
v0.8.0
Add
-
Config directory is now customizable via environment variable
SPICETIFY_CONFIG
. #15 -
Overwriting assets feature and config
overwrite_assets
option
Auto replacing Spotify's assets (like images, svg, fonts) or adding new ones with your own, for further customization. #14
Simply put any new/edited assets in theme'sassets
folder.
For example, I want to replace images/connect_devices.svg
file in zlink
folder:
Change
- [LINUX] Move default Spicetify config directory to
$XDG_CONFIG_HOME
. If that variable is not available in environment,$HOME/config
will be used instead. #12
If you want it to be somewhere else, please set desired directory in environment variableSPICETIFY_CONFIG
.
Remember to manually move your own themes/extensions/apps (if you have any) and config file in old config folder to new one.
v0.7.0
Add
- New app and extension Bookmark: Easily store and browse pages, play tracks or tracks in specific time. Useful for who wants to check out an artist, album later without following them or writing their name down.
Demo usage: https://streamable.com/0qh6p
To install, run following commands:
spicetify config extensions bookmark.js
spicetify config custom_apps bookmark
spicetify apply
-
Command
path
: Print path of theme's color.ini, user.css or extension or app and quit. Usage:- Print theme's color.inc path:
spicetify path color
- Print theme's user.css path:
spicetify path css
- Print extension <name> path:
spicetify -e path <name>
- Print custom app <name> path:
spicetify -a path <name>
- Print theme's color.inc path:
-
Extension
Keyboard Shortcut
: New keybinds:- J/K: Scroll nearest carousel left/right
- Ctrl W: Like/Dislike track
-
Automatically create
Themes
,Extensions
,CustomApps
folders in user's.spicetify
folder if they doesn't exist.
Change
- Custom apps are now applied by creating a symlink/junction in Spotify Apps folder. So it means you can just change app content and refresh Spotify client to update new change, no need to re-apply.
- More verbose processing steps information for
apply
command.
Fix
- API
Spicetify.skipBack
andSpicetify.skipForward
wrong function call bug. - API
Spicetify.getHeart
doesn't return value. - Theme
SpicetifyDefault
: wrong color forsidebar_indicator_and_hover_button_bg
v0.6.1
v0.6.0
Adds:
-
Command
config
: Easily change one or multiple config values in command-line. Example usage:- Disable "inject_css":
spicetify config inject_css 0
- Enable "song_page" and disable "fastUser_switching":
spicetify config song_page 1 fastUser_switching 0
- Add extension keyboardShortcut.js to "extensions"
spicetify config extensions keyboardShortcut.js
- Disable "inject_css":
-
Command
color
: Easily change theme's one or multiple colors in command-line. Example usage:- Change "main_bg" to ff0000
spicetify color main_bg ff0000
- Change "slider_bg" to 00ff00 and "pressing_fg" to 0000ff
spicetify color slider_bg 00ff00 pressing_fg 0000ff
- Change "main_bg" to ff0000
-
Extensions
keyboardShortcut.js
: Register some useful keybinds to support keyboard-driven navigation in Spotify client. Less time touching the mouse.- Ctrl Tab / Ctrl Shift Tab: Navigate items in left sidebar menu.
- Backspace/Shift Backspace: Navigate history backward/forward.
- PageUp/PageDown: Force scroll up/down app page only because mouse focus is sometimes in sidebar region and they scroll sidebar instead of app page).
- J/K: Scroll app page up/down. *Tips hat to Vim users*
- Ctrl Q: Open Queue page.
- `: Open up keyboard-driven navigation. Hit correct key sequences to open up place you want to go:
Change:
- If config
current_theme
is blank, spicetify will apply original Spotify colors and CSS. Same effect as set bothinject_css
andreplace_colors
to0
. - API
Spicetify.addToQueue
andSpicetify.removeFromQueue
: add supports for Local track and album URI.
Fix: symbolic link bug in Homebrew
spicetify-cli Homebrew install script is also updated.
brew install khanhas/tap/spicetify-cli
or
brew upgrade khanhas/tap/spicetify-cli
Stop auto-update; Inject custom app
Adds
- Preprocess
stop_autoupdate
: Prevent Spotify to fetch and update new client version. Useful for anyone who want to keep their themes forever.
Notes: Since it's a preprocess so you need to restore, backup and apply again to have this feature. Do it in one line:
spicetify restore backup apply
- Inject Custom Apps: Add your app names to
custom_apps
in config, separate them by|
E.g:
[AdditionalOptions]
...
custom_apps = reddit
- Reddit app fetches playlists, tracks, albums that posted in subreddits. This app has native feels and behavior just like other Spotify apps: you can follow, save, play, open playlist/track/album directly.
v0.4.2
Adds
- Extension WebNowPlaying Companion (
webnowplaying.js
): Fetch track information, player state and control player via WebSocket protocol (localhost:8974
).
This extension is made specially for Windows Rainmeter users to use along with WebNowPlaying plugin.
But MacOS and Linux users/developers can make a simple daemon program to receive information/send command on your will without touching Spotify Web API.
Update
- SpicetifyDefault CSS: Remove obsoleted rules