scrolling lyrics window of spotify spotify 歌词滚动窗口
-
Lyric Api from Kugou, NetEase CloudMusic and Spotify. 歌词来源于网易云酷狗以及Spotify
-
Operable control to play songs. 可以操控播放
-
Lyrics automatically play scroll as well as switch. 自动根据音乐切换歌词以及滚动
-
You can customize the font and color of the lyrics. 歌词支持多种样式
-
You can manage and download lyric 你可以自己管理下载和编辑歌词
- Get your own spotify client id and secret from spotify developer. 从spotify开发者面板获取您的app id和密码
- Create a developer app and edit its setting. 打开新创建的应用并且编辑设置
- add
http://localhost:8888/callback
to your Redirect URIs setting. 将该网址加入此设置项 - Run the program and open setting page. Put your client_id and client_secret in it. 运行程序并打开设置窗口输入您获取到的app id以及密码
- Click the user icon in the window to complete the authorization. 点击窗口的用户图标完成授权
- click the sure and enjoy it! 😋 按下确定,然后试试!
- if you need proxy, fill your
proxy_ip
in theresource/setting.toml
such ashttp:127.0.0.1:2333
, only spotify through the proxy. 如果需要代理,请在resource/setting.toml
中填写代理ip,只有spotify会使用代理。 - sp_dc requires you to get and fill in the
resource/setting.toml
yourself. 如果需要获取spotify的歌词,需要手动填入sp_dc在配置文件中 - The spotify api has instability biases that this project uses to connect to MediaSession. spotify api有不稳定偏差,本项目使用连接MediaSession来解决
Play the lyrics 播放歌词
Customize the style of the lyrics 自定义歌词的风格
Manage and download Lyrics 管理和下载歌词
- basic function 基本功能
- Use the palette to customize the colors 使用调色盘自定义颜色
- Manually adjust the lyrics file 手动调整歌词文件
- Download the lyrics file by api 手动下载歌词文件
- Common settings page 设置常规页面
- Lyrics displayed vertically 竖向歌词显示
- Beautify the window 美化窗口
- More lyric api 更多的歌词api
- Use qfluentwidget
- etc.