-
Notifications
You must be signed in to change notification settings - Fork 96
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
收藏夹只显示前1000首曲目 #309
Comments
实现是可以实现的,主要是分页后涉及到播放全部功能的更改,1000首够播放三天三夜了,实现意义不大,就一直懒得加这个功能。 |
循环播放是只在这1000首里播放吗 |
是这样,播放只会播放本次获取到的歌曲。 |
请问需要修改 api 的哪些部分才能实现完整获取超过1000首的歌单? 我尝试修改了 api 中的 params.insert("offset", "0");
params.insert("total", "true");
params.insert("limit", "1000");
params.insert("n", "1000"); |
@shaoyuanyu 目前web接口最多只能获取1000首,Eapi 接口测试还有问题,回头研究下看能解决不能。 |
请问 Eapi 是什么接口,网易云 Windows 客户端用的接口吗? |
Is your feature request related to a problem? Please describe.
我在使用个人收藏夹时发现,当歌曲数量超过1000首时,系统只能显示前1000首,无法查看完整的收藏曲目。
Describe the solution you'd like
希望能够添加分页功能或其他展示方式,以支持完整显示所有收藏夹中的曲目。这样一来,我就能更轻松地管理和查找我的音乐收藏。
Describe alternatives you've considered
我考虑过手动分组或创建多个收藏夹,但这增加了管理的复杂性,且不够直观。我希望能有更简洁的解决方案。
Additional context
之前试用过隔壁似乎可以实现全量收藏夹,不知道是否有参考意义。
The text was updated successfully, but these errors were encountered: