惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
C
Cybersecurity and Infrastructure Security Agency CISA
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
S
Securelist
S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 热门话题
博客园 - 三生石上(FineUI控件)
T
Threatpost
T
The Blog of Author Tim Ferriss
C
CERT Recently Published Vulnerability Notes
IT之家
IT之家
P
Palo Alto Networks Blog
Microsoft Azure Blog
Microsoft Azure Blog
Spread Privacy
Spread Privacy
Cyberwarzone
Cyberwarzone
腾讯CDC
L
LangChain Blog
Know Your Adversary
Know Your Adversary
C
CXSECURITY Database RSS Feed - CXSecurity.com
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
I
Intezer
T
Tor Project blog
AWS News Blog
AWS News Blog
T
Tenable Blog
NISL@THU
NISL@THU
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
美团技术团队
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog

技术教程 – 魔帆博客

Mac mini + iPad 随航梦幻联动!零显示器配置指南,iPad 秒变 Mac 主屏幕 | 魔帆博客 使用 GNU/Linux 搭建多出口软路由 | 魔帆博客 配置和使用 Windows Dev Drive 开发驱动器 | 魔帆博客 解锁iOS侧载自由:使用sideStore轻松搞定ipa签名 | 魔帆博客 Git配置:如何优雅的配置多用户并使用 ssh 密钥验证 | 魔帆博客 Windows 注册表编辑或清除多显示器配置 | 魔帆博客 Git 提示 fatal: unsafe repository is owned by someone else 错误 | 魔帆博客 Linux 报错Certificate verification failed: The certificate is NOT trusted. | 魔帆博客 安装有 RootMagiskXposedPlay 的 WSA 安卓子系统 | 魔帆博客 Fedora 系统升级 32->34 跨版本升级 | 魔帆博客 教程:如何更新安装 docker-compose V2 和使用 docker switch | 魔帆博客 Windows10 系统盘开启 Bitlocker | 魔帆博客 2022 年 Android 下的安卓浏览器使用指北-Firefox向 | 魔帆博客 Docker WSL1/2 迁移 Linux 发行版目录 | 魔帆博客 WSA 安卓子系统 adb 提示 cannot connect the target machine actively refused it 10061 | 魔帆博客 双重验证 Authy 导出所有 TOTP token 和 golang 配置 GOPROXY 解决网络问题 | 魔帆博客 powershll 像 bash 一样为单个命令设置临时环境变量 | 魔帆博客 Linux 教程:Linux 初学者必了解的概念 | 魔帆博客 安卓电池充电保护-智能充电/温控切断(Root方案) | 魔帆博客
Spotify 主题 spicetify-fluent - 微软 win11 风格美化 | 魔帆博客
野小新 · 2022-01-11 · via 技术教程 – 魔帆博客
fluent spotify logo

Fluent Spotify

Icon made by Qirkl

MorFans.cn


Spotify Fluent 美化后带歌词效果
Spotify Fluent 美化后Playlists效果
win11 风格效果(fluent UI) 的 Spotify

TL;DR

本文能实现:

  • spotify 使用微软的 fluent UI 风格
  • 没有广告(no ads),所有播放功能都可用
  • 不要求 Spotify Premium

实现方式:

下面是详细的教程:

下载 spotify

目前最新版应用上美化 css 样式会有问题,所以使用稍微旧的版本

下载完后安装即可。

禁止 spotify 更新

管理员身份运行

mkdir "C:\Users\$($env:UserName)\AppData\Local\Spotify\Update"
icacls "C:\Users\$($env:UserName)\AppData\Local\Spotify\Update" /deny "$($env:UserName):W"

出现 Successfully processed 1 files; 就成功了

安装 spicetify

由社区驱动的主题和拓展集合

# 运行自动安装
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression

绿色版本 spotify 注意事项

使用官方安装程序安装的,请忽略本小章

如果你的 spotify 不是正常方式安装的,安装完 spicetify 后需要到编辑 文件中的 [setting] 中指定如下参数:

  • spotify_path = Spotify 安装路径
  • prefs_path = Spotify prefs 文件路径【通常在 AppData\Roaming 里】

安装 spicetify-fluent 主题

打开终端,运行:

cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/williamckha/spicetify-fluent Fluent
Copy-Item Fluent\fluent.js ..\Extensions

# 添加主题插件
spicetify config extensions fluent.js

# 设定当前主题为 fluent 和配色方案
spicetify config current_theme Fluent color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1

# 最后应用主题
## 首次 apply 请使用:
## spicetify backup apply

spicetify apply

然后编辑 %userprofile%\.spicetify\config-xpui.ini

[Patch]
; spicetify-fluent
xpui.js_find_8008 = ,(\w+=)32,
xpui.js_repl_8008 = ,${1}56,

编辑之后记得应用: spicetify apply

如何更换配色

能够使用的配色方案:

  • light
  • dark
  • dracula
spicetify config color_scheme <scheme_name>
spicetify apply

如何编辑侧栏的固定歌单

点击头像,在弹出的菜单中,选择 Sidebar config

白嫖指南(不建议使用)

如果没有开通订阅服务,会有广告,这里有一个工具能去除。

# 运行如下命令安装工具:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -podcasts_on -cache_off -block_update_on -exp_standart -hide_col_icon_off -start_spoti"

里面会问到是否更新到最新版本,请输入 N (不更新,主题样式会出问题)

最后

到这里就全部完成啦。

你还可以使用 spicetify 添加其他拓展(extensions)去增强/优化 spotify 体验。spicetify 的使用以后可能会有一篇单独的文章介绍。

遇到了什么问题或有什么想法欢迎评论留言。