You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #347 on November 28, 2021 12:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/provider/find.js#L36-L39 :
Seems that Bilibili does not like the result -
Song - Artist, 猎户星座 - 朴树
: https://api.bilibili.com/audio/music-service-c/s?search_type=music&page=1&pagesize=30&keyword=%E7%8C%8E%E6%88%B7%E6%98%9F%E5%BA%A7%20-%20%E6%9C%B4%E6%A0%91is NOT returning the actual song as the first result, while
Artist - Song, 朴树 - 猎户星座
: https://api.bilibili.com/audio/music-service-c/s?search_type=music&page=1&pagesize=30&keyword=%E6%9C%B4%E6%A0%91%20-%20%E7%8C%8E%E6%88%B7%E6%98%9F%E5%BA%A7is returning a more preferred result.
Food for thought: does it make sense to change the sequence of
info.keyword
for all sources?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions