LinuxCommandLibrary

spicetify

A CLI utility to customize the Spotify client UI and functionality.

TLDR

Generate a configuration file on very first run and display help

$ spicetify
copy


Backup and preprocess Spotify application files
$ spicetify backup
copy


Print all configuration fields and values
$ spicetify config
copy


Change the value of a configuration field
$ spicetify config [field] [value]
copy


Apply the customization changes to Spotify
$ spicetify apply
copy


Restore Spotify to its original state
$ spicetify restore
copy

Copied to clipboard