- BetterListenCount 批量查询歌单内歌曲播放次数
- BetterCloudSearch 直接在搜索页搜索云盘音乐而不用再去云盘进行搜索
- 右击无版权音乐(当歌曲无评论权限时视为无版权或版权限制音乐)会自动搜索云盘内包含歌名的音频文件
- 点击搜索结果即可自动匹配绑定
- 云盘搜索依赖于BetterCloudSearch
Warning
周杰伦等歌手的音乐可能不适用。
rematcher_rematch(songId: number, adjustSongId: number)
:
NEJ.P("nej.j").Ru(
"".concat(APP_CONF.domain, "/api/cloud/user/song/match"),
{
type: "json",
query: {
userId: localCache.Du("host.profile.userId"),
songId: songId,
adjustSongId: adjustedSongId
},
onload: onloadCallback,
onerror: onerrorCallback
}
)