安装 Spicetify

安装 Spicetify CLImarketplace(可直接在 Spotify 内更换主题下载插件)。两条命令按序执行。

运行命令过慢或报错?请注意网络环境~

Mac

curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
# 安装 marketplace
curl -fsSL https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.sh | sh

Windows - powershell

iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex

结果

安装成功后,菜单内会多出 Marketplace

使用插件

【推荐】Beautiful Lyrics

颜值即正义的歌词插件,缺点:不支持翻译。Marketplace 直接所搜 Beautiful Lyrics 即可


【推荐】lyrics-plus

支持翻译的歌词插件,需要命令安装。同样,安装后在左侧菜单中。

spicetify config custom_apps lyrics-plus
spicetify apply

歌词未翻译?点翻译无效?

Karaoke 等一会再回去即可~

【推荐】fullAppDisplay.js

全屏插件,安装完成后在页面上方找小电视图标点击即可。
注意事项:默认无样式,需进入后右键自己定义。

spicetify config extensions fullAppDisplay.js
spicetify apply

Adblock

更换皮肤

不赘述,可以直接在 Marketplace 中安装。主题也可在线切换

命令行更换

Marketplace 中安装失败或其他问题,可以使用命令行安装。记得修改配置后需要 spicetify apply

spicetify config current_theme <theme_name> color_theme <color_name>
spicetify config current_theme Dribbblish color_theme base
# or
spicetify config current_theme Dribbblish

卸载

spicetify config current_theme " " color_theme " "

问题

Please set current_theme in config-xpui.ini to “marketplace” to install themes using the Marketplace

config-xpui.ini 中找到 current_theme 修改为 marketplace 后执行 spicetify apply 即可。mac 中的路径 ~/.config/spicetify/config-xpui.ini

卸载

配置文件地址: ~/.config/spicetify/config-xpui.ini

重置 Spotify

spicetify restore

恢复设置

spicetify apply

卸载 spicetify

spicetify restore

rm -rf ~/.spicetify
rm -rf ~/.config/spicetify