客製化你的Spotify [Ⅱ]

我的blog原文

Rollback-Spotify項目地址

Rollback-Spotify是一個強大:scream:的Spotify版本退回工具,可以方便快捷的把Spotify退回到特定版本
有以下功能:

  • 退回Spotify版本
  • 阻止Spotify自動更新

Spicetify項目地址

Spicetify是一個功能終極強大:smiling_face_with_sunglasses:的Spotify客製化工具,可以高度客製化Spotify的界面
而Spicetify有以下功能:

  • 客製化Spotify theme
  • 客製化Spotify功能
  • 增加更多擴充
  • 增加MarketPlace -更多的擴充和客製化應用程式

1.事前準備

  • 更改版本爲1.2.30.1135

    • 運行Powershell,執行 [Net.ServicePointManager]::SecurityProtocol = 3072; iex "& { $(iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1') } -version 1.2.30.1135-x64"

    • 在下面的選項 Found version 1.2.30.1135 installed on your system. Remove it? [Y] Yes [N] No [?] Help (default is "Y"): 中填寫 Y

    • 等待出現 Updates blocked 提示出現,回退Spotify版本就成功了

  • linux do 站內鏈接: 安裝SpotX

blog原址: 安裝SpotX

2.安裝Spicetify

  • 運行Powershell,執行 iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex

  • 在下面的選項 Do you want to install Spicetify Marketplace? [Y] Yes [N] No [?] Help (default is "Y"): 中填寫 Y

  • 等待安裝完畢後,執行 spicetify -config-dir ,查看配置文件地址

3.安裝Spicetify主題

我個人使用的就是Comfy主題,簡單上手,有圖形化的客製化界面,定製實時生效

安裝Spicetify官方主題

  • 下載官方主題倉庫

  • 你可以從Themes.md預覽主題

  • 從下載到的官方主題倉庫中挑選想要的主題文件夾複製到 %appdata%\spicetify\Themes

  • 打開上級目錄的 config-xpui.ini

  • 編輯 current_theme 爲主題文件夾名稱

  • 編輯 color_scheme 爲Skin名稱

Skin名稱可以在Themes.md查看

  • 在PowerShell執行 spicetify apply 等待執行完成後再次重啓Spotify即可生效

安裝Comfy主題

  • 在PowerShell執行 iwr -useb https://raw.githubusercontent.com/NYRI4/Comfy-spicetify/main/install.ps1 | iex

  • 等待執行完成後再次重啓Spotify即可生效

4.安裝Spicetify客製化應用程式

安裝Reddit

  • 在PowerShell執行 spicetify config custom_apps reddit spicetify apply

  • 等待執行完成後再次重啓Spotify即可生效

安裝New Releases(新發布歌曲)

  • 在PowerShell執行 spicetify config custom_apps new-releases spicetify apply

-等待執行完成後再次重啓Spotify即可生效

安裝Lyrics Plus(歌詞PLUS)

  • 在PowerShell執行 spicetify config custom_apps lyrics-plus spicetify apply

  • 等待執行完成後再次重啓Spotify即可生效

5.解除安裝

  • 在PowerShell執行
spicetify restore
rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\spicetify

Advanced

  • 更多擴充和客製化應用程式可以在側邊欄 MarketPlace 中找到

  • 如果你是開發者,想要編寫更多擴充和客製化應用程式,可以在Spicetify Development中找到更多

13 Likes

手机版的咋弄呢?

2 Likes

虽然用不到,还是顶一个

3 Likes

顶一个,后面有空研究下Spotify的会员怎么搞

Team-xManager / xManager

可以修補Android端的spotify :smiling_face_with_three_hearts:

2 Likes

Mark

学习

前排围观支持一下

必须1.2.30.1135吗?

不一定,最近spicetify的支持更好了,最新版就可以直接安裝

Naine 通过 LINUX DO <[email protected]> 於 2024年9月11日 週三 下午1:06寫道:

弄好了,感谢分享