github spicetify/cli v2.2.4

latest releases: v2.38.4, v2.38.3, v2.38.2...
3 years ago

Add

  • New custom app New Releases: Aggregate all fresh releases from your followed artists and podcasts. Release types filter, time range are customizable via Settings menu. Remember to hit Refresh after configuring.
    image
  • Lyrics Plus:
    • Settings menu: You can customize colors, swap providers priority and input Musximatch token now.
    • Version selector for Genius mode: If there are multiple versions or translations found, just select from drop down menu and it will switch to chosen version.
      image
  • Reddit, New Releases apps' cards can be right clicked to open their context menus now
  • Generate spicetify-config.json file in app folder. It contains current theme name, current color scheme name and all color schemes. #624
const spiceConfig = await fetch("spicetify-config.json").then(a => a.json);
console.log(spiceConfig.theme_name, spiceConfig.scheme_name, spiceConfig.schemes);

Fix

  • A few bug with Musixmatch and Genius verified annotation in Lyrics Plus
  • Full App Display progress bar length inconsistency #651 Thanks @BluTree
  • Typos in Lyrics Plus #654 Thanks @Kamefrede
  • Webnowplaying info delayed bug when playing on another device

Improvement

  • Shuffle+ fetch playlist, library way faster by using protobuf request.
  • Spicetify.PopupModal can mount a React element as now (check New Release and Lyrics Plus "Settings.js" for example usage)

Don't miss a new cli release

NewReleases is sending notifications on new releases.