Skip to content
forked from spicetify/cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.

License

Notifications You must be signed in to change notification settings

PR054/spicetify-cli

Repository files navigation

Command-line tool to customize new Spotify client (v1.1.58 or later). Supports Windows, MacOS and Linux.

img

Features

  • Change colors whole UI
  • Inject CSS for advanced customization
  • Inject Extensions (Javascript script) to extend functionalities, manipulate UI and control player.
  • Inject Custom apps
  • Remove bloated components to improve performance

Legacy Spotify

If you wish to use old Spotify client v1.1.56 or older, you have to install spicetify v1.2.1. To install older release, please use install script to download pre-built package and specify version:

Windows: In powershell

$v="1.2.1"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression

Linux/MacOS: In bash

curl -fsSL https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.sh -o /tmp/install.sh
sh /tmp/install.sh 1.2.1

spicetify v1 code is available in branch legacy if you want to build from source.

About

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • Go 21.7%
  • CSS 4.7%
  • PowerShell 1.1%
  • Shell 0.7%