Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: 请求使用播放记录网站last.FM的API以实现类似其他各大平台的年终总结的报表 #1732

Closed
2 tasks done
RAint0 opened this issue Dec 21, 2023 · 3 comments

Comments

@RAint0
Copy link

RAint0 commented Dec 21, 2023

解决方案检查

问题描述

各大平台有年终总结的报表,但是主要用洛雪,只能看得心痒。
Last.fm作为音乐平台很少有人使用,但是它有个特色功能,就是记录听过的音乐并生成报表,并且可以跨平台。目前有Spotify和itune以及国内的Listen1接入了该平台。
手机端有程序可以直接抓取手机媒体播放器上传到网站,电脑端只有itunes和媒体播放器可以抓取,其他靠播放器支持。
具体参考文章:用 Last.fm记录你听的每一首歌

描述你想要的解决方案

只需要使用Last.fm提供的API,文档:https://www.last.fm/api/intro
主要通过提供的API验证登录和上传音乐的元信息。歌曲大小写和命名区别Last.Fm会自动识别。

描述你考虑过的替代方案

手机端有程序Scroball For Last.fm可以直接抓取手机媒体播放器上传到网站,电脑端只有itunes和媒体播放器可以抓取,其他靠播放器支持。比如几款本地播放器通过插件支持了,可以下载下来使用。
目前国内流媒体只有Listen1实现了,但它的聚合做的不够好。

附加信息

No response

@RAint0
Copy link
Author

RAint0 commented Dec 21, 2023

看到已经关闭的一个Issue提了类似的,但这个不是想用lx听这个平台的歌,只是想记录听的歌,拜托了🙏

@lyswhut
Copy link
Owner

lyswhut commented Dec 30, 2023

抱歉,这个暂时不会去做,但是统计功能会在考虑范围内

@RAint0
Copy link
Author

RAint0 commented May 10, 2024

抱歉,这个暂时不会去做,但是统计功能会在考虑范围内

我通过last.fm API和LX的SSE订阅,用python写了个小脚本,现在可以实现记录的功能了。脚本已经上传到github:https://github.com/RAint0/Last.FM-4-lx-music-desktop

@RAint0 RAint0 changed the title [Feature]: 请求使用播放记录网站的API以实现类似其他各大平台的年终总结的报表 [Feature]: 请求使用播放记录网站last.FM的API以实现类似其他各大平台的年终总结的报表 May 10, 2024
@RAint0 RAint0 closed this as completed May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants