使用 Spicetify 自定义 Spotify - 歌词翻译、全屏展示、主题替换
安装 Spicetify
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
结果
使用插件
【推荐】Beautiful Lyrics
【推荐】lyrics-plus
spicetify config custom_apps lyrics-plus
spicetify apply
歌词未翻译?点翻译无效?
【推荐】fullAppDisplay.js
spicetify config extensions fullAppDisplay.js
spicetify apply
Adblock
更换皮肤
命令行更换
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
卸载
重置 Spotify
spicetify restore
恢复设置
spicetify apply
卸载 spicetify
spicetify restore
rm -rf ~/.spicetify
rm -rf ~/.config/spicetify
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 kshao-blog-前端知识记录!
评论