gmg137 / netease-cloud-music-gtk

Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器
GNU General Public License v3.0
1.57k stars 95 forks source link

Show grey song #211

Closed catsout closed 1 year ago

catsout commented 1 year ago

need https://github.com/gmg137/netease-cloud-music-api/pull/6 https://github.com/gmg137/netease-cloud-music-gtk/pull/204

gmg137 commented 1 year ago

在搜索歌曲页面没有对灰色歌曲做处理,请修正后合并提交。

catsout commented 1 year ago

不影响播放 搜索好像需要改用其他接口,之后再处理吧。 之后还想给搜索结果加个 end 判断。

catsout commented 1 year ago

https://github.com/Binaryify/NeteaseCloudMusicApi/issues/893

gmg137 commented 1 year ago

在查看歌手页面也没有做灰色歌曲处理,你看下是否可以加上。

catsout commented 1 year ago

不用,gui/songlist_view.rs 已经处理了,查看歌手页面用的也是 songlist_view.
只是 api 那边都还没处理,都是 unknown.

catsout commented 1 year ago

api 那处理后,搜索页面和查看歌手页面应该都能正常显示灰色歌曲.

OnePieceJoker commented 1 year ago

打扰下,目前通过paru下载aur,依赖的ncm-api版本不对了,调整了SongListDetailDynamic等结构,现在编译不过,新版本准备什么时候更新到aur那边

OnePieceJoker commented 1 year ago

cargo这边在拉取netease-cloud-music-api 1.1.1的时候,锁到最新的commit了,我去看下怎么回事。打扰了