HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

spicetify — Customize the Spotify client UI and functionality. More information: <https://spicetify.app/docs/cli

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclientspicetifyandclispotifycustomize

Problem

How to use the spicetify command: Customize the Spotify client UI and functionality. More information: <https://spicetify.app/docs/cli/>.

Solution

spicetify — Customize the Spotify client UI and functionality. More information: <https://spicetify.app/docs/cli/>.

Generate a configuration file on very first run and display help:
spicetify


Backup and preprocess Spotify application files:
spicetify backup


Print all configuration fields and values:
spicetify config


Change the value of a configuration field:
spicetify config {{field}} {{value}}


Apply the customization changes to Spotify:
spicetify apply


Restore Spotify to its original state:
spicetify restore

Code Snippets

Generate a configuration file on very first run and display help

spicetify

Backup and preprocess Spotify application files

spicetify backup

Print all configuration fields and values

spicetify config

Change the value of a configuration field

spicetify config {{field}} {{value}}

Apply the customization changes to Spotify

spicetify apply

Context

tldr-pages: common/spicetify

Revisions (0)

No revisions yet.