This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15.8k
希望可以添加一个全部视频接口以及视频分类接口 #816
Comments
已更新 |
其实音乐排行榜那个我去看了你的源代码 我自己已经更新了 就是type取1 2 3 4 ,另外视频接口 我测试了 给你回复吧
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月10日 23:23
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
已更新
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNTASUJ4OX47TYEUP33RV6QP5ANCNFSM4NZDVDFA>.
|
嗯,就是1,2,3,4 |
但是我看那个排行榜一般都是top100 你给改成50了 另外视频接口可以自己传入一个limit?因为默认取出来就8个 感觉做桌面端好像有点少 在移动端还可以 接口地址: /video/group /video/timeline/all
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 11:01
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
嗯,就是1,2,3,4
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNRRL2US62AJI4OYTLDRWBCG3ANCNFSM4NZDVDFA>.
|
limit 我试了无效,传1也是8个 |
尴尬ing 感觉应该是取错值了
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 12:31
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
limit 我试了无效,传1也是8个
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNXDXFQYL7AZKYFGTWLRWBM2NANCNFSM4NZDVDFA>.
|
这个指的是 |
对的 从排行榜页面点击进入详情页是展示的top100 可以改成自定义条数 因为在桌面端排行榜页面显示的是前8条数据 详情是100 在我提建议之前我看你的默认是100 改了之后是50啦,可以考虑传值,不传时默认给100 一点小建议 我本地自己已经修改啦 看你怎么想嘛 我自己修改了一部分 然后每次都是git stash再同步你的最后部署到服务器
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 13:15
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
但是我看那个排行榜一般都是top100 你给改成50了
这个指的是/top/list接口?
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNRZ22T2IYFVJM35W73RWBR73ANCNFSM4NZDVDFA>.
|
50指的是里面的tracks的长度吗,那个本身就不靠谱的,得靠trackIds的 |
Emmmm 我一直是取的tracks 的东西 那个里面我只是拿了id 名字 歌手 专辑名字 时长几个字段(用来初始化展示列表信息) 其他的都是播放时在线获取的 但是我看了很多 发现tracks和trackIds的长度好像是一样的
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 13:54
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
50指的是里面的tracks的长度吗,那个本身就不靠谱的,得靠trackIds的
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNSSSYGI4QOTMGR4SMDRWBWQ5ANCNFSM4NZDVDFA>.
|
tracks 长度是会变的,不一定是100,一般是拿到全部 trackIds 请求一次 |
哎呀,骚瑞 ,搞错了 不是这个接口 /top/list
是这个: 接口地址 : /toplist/artist
歌手榜
你现在改的limit是50啦
[cid:image002.png@01D63FFB.3DFCB0C0]
[cid:image001.png@01D63FF9.FCF3EFE0]
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 14:02
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
tracks 长度是会变的,不一定是100,一般是拿到全部 trackIds 请求一次 song/detail
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNSAQYEEEU4YMRBQTW3RWBXONANCNFSM4NZDVDFA>.
|
Emmmm 但是我把代码同步下来就是我截图的那样 QAQ 另外,大佬方便加个qq啥的? (qv同号:1633728652) 我准备耐心的把这个项目做完
发件人: binaryify<mailto:notifications@github.com>
发送时间: 2020年6月11日 16:39
收件人: Binaryify/NeteaseCloudMusicApi<mailto:NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh<mailto:xiangbh@outlook.com>; Author<mailto:author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
50?
[image]<https://user-images.githubusercontent.com/12221718/84364022-22ae9400-ac02-11ea-88d1-45693a9a6ac8.png>
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNWCTEWWMWCRPZRW5QTRWCJ5TANCNFSM4NZDVDFA>.
|
我想问一下全部视频接口和获取分类视频接口都是需要登录的吗,客户端不需要登录的啊 |
[cid:image001.png@01D650A8.9E45A320]
[cid:image002.png@01D650A8.B0DDC4E0]video 需要 nv 不需要
发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
…________________________________
发件人: yl8023 <notifications@github.com>
发送时间: Thursday, July 2, 2020 5:03:08 PM
收件人: Binaryify/NeteaseCloudMusicApi <NeteaseCloudMusicApi@noreply.github.com>
抄送: xiangbh <xiangbh@outlook.com>; Author <author@noreply.github.com>
主题: Re: [Binaryify/NeteaseCloudMusicApi] 希望可以添加一个全部视频接口以及视频分类接口 (#816)
我想问一下全部视频接口和获取分类视频接口都是需要登录的吗,客户端不需要登录的啊
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#816 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJG3FNRIFRDWGHTCI5AMQ3LRZREMZANCNFSM4NZDVDFA>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
环境
Microsoft Windows 10 专业版
v12.16.3
3.32.2
希望可以添加一个全部视频接口以及视频分类接口(我反复浏览了接口文档,没有看见这2个接口,不过mv是有的)
The text was updated successfully, but these errors were encountered: