How to achieve the best Spotify interface beautification using plugins
First you have to install Spotify, any version will do, just go to the official website and install it, I won’t teach you this.
Press the system key - open the Windows Powershell folder - hit Windows Powershell and copy the following to install it.
It must be Windows Powershell and not CMD!!!!
This is to install the plug-in program, usually install this he will remind you to download the marketplace enter Y will automatically download the good without copying the following code
1 | iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex |
This is the marketplace of spotify. After installing this, you can go to spotify’s marketplace and install the themes and plugins you want.
1 | iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1 | iex |
When installing, please check if you have any magic, if not, it will not be able to download, because it is downloaded from github.
Linux and Mac installation spicetify process
- Open the console and copy the following contents and enter
1
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
Reopen spotify and there will be an extra button Marketplace.1
sh curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh| sh
Click on it and you’ll see the themes and plugins.
Problems with errors
- If you get an error when installing, it’s probably because your network isn’t working.
- If you are using Win7 or below, then your powershell is too old, you need to go to Microsoft and get the latest powershell.
- When installing, you chose CMD instead of powershell, resulting in ‘sh’ not being an internal or external command, or a runnable program or batch file.