Post

客製化 Spotify [Ⅱ]

Rollback-Spotify 項目地址

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

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

Spicetify 項目地址

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

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

1.事前準備

  1. 更改版本爲 1.2.30.1135

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

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

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

  2. 再次安裝 SpotX

2.安裝 Spicetify

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

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

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

3.安裝 Spicetify 主題

  • 主題倉庫:

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

  • 安裝 Spicetify 官方主題

    1. 下載官方主題倉庫

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

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

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

    5. 編輯 current_theme 爲主題文件夾名稱

    6. 編輯 color_scheme 爲Skin名稱

    Skin 名稱可以在 Themes.md 查看

    1. 在 PowerShell 執行 spicetify apply 等待執行完成後再次重啓 Spotify 即可生效
  • 安裝 Comfy 主題

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

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

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

  1. 在 PowerShell 執行 spicetify config custom_apps reddit spicetify apply

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

  • 安裝 New Releases (新發布歌曲)

  1. 在 PowerShell 執行 spicetify config custom_apps new-releases spicetify apply

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

  • 安裝 Lyrics Plus (歌詞 PLUS)

  1. 在 PowerShell 執行 spicetify config custom_apps lyrics-plus spicetify apply

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

5.解除安裝

  1. 在 PowerShell 執行
1
2
3
spicetify restore
rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\spicetify

Advanced

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

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

This post is licensed under CC BY 4.0 by the author.