github spicetify/spicetify-cli v0.9.9

latest releases: v2.36.11, v2.36.10, v2.36.9...
4 years ago

Add

  • Support custom colour key in color.ini:
    Example:
    In my color.ini, I make a new key header_bg with value FF0000 under Base color scheme:
[Base]
main_fg                               = FE6F61
secondary_fg                          = 3D3D3D
main_bg                               = FAFAFA
...
header_bg = FF0000

Then in user.css, CSS variable --modspotify_header_bg will be available to use:

.glue-page-header__full-description-overlay {
	background-color: var(--modspotify_header_bg) !important;
}
  • API Spicetify.Abba: Fetch and overrides your A/B test flags. Documentation.

  • Command-line flag -n or --no-restart: Tell spicetify to not restart your Spotify client after finishing apply or restore command.

Update

  • Exposed Spicetify to window.Spicetify: When making custom apps, you can access Spicetify API via window.top.Spicetify.

Fix

  • Spicetify.Menu had cleaner injection. Items won't show up on other popup menus beside profile menu.
  • PLAYLIST_V2 not supported error in shuffle+.js

I just added integration with Musixmatch for my genius-spicetify app. Try it out if you want to have synced lyric to sing along: https://github.com/khanhas/genius-spicetify

Don't miss a new spicetify-cli release

NewReleases is sending notifications on new releases.