Releases: cqjjjzr/MusicBee-NeteaseLyrics
v1.9.0-pre: Improved matching strategy and updated API
THIS IS AN UNSTABLE PRE-RELEASE. You may encounter error results, exceptions or crashes. Please report in issues. You can also attach a debugger since some error info is written to the .NET debug output.
#19: Improve lyric match accuracy
Also adopted https://github.com/real-zony/ZonyLrcToolsX/blob/dev/src/ZonyLrcTools.Common/Lyrics/Providers/NetEase/NetEaseLyricsProvider.cs for a newer private Netease Cloud Music API.
Code refactor
v1.8.1: Improve LRC handling.
Now supports LRCs with different structures for Chinese and original texts.
v1.8.0: New Custom10 format, support long ID
The Custom10 tag now supports using song URL directly.
现在可以直接把曲目URL(形如 https://music.163.com/#/song?id=29126914
)填进custom10了
v1.7.0: Add fuzzy search
Enabling fuzzy search (return first result regardless of matching)
v1.6.0: New netease search API, closes #8
uprate 1.6.0: New netease search API.
v1.4.0: fix leading number problem
also fixed some build problem, did some refactoring.
Release 1.3.0: Bug fixes, added Chinese strings.
fixed #1 ;
added Chinese prompts(considered most of the users of this plugin are Chinese.)
Release 1.2.0: Enable "feat." ignoring and leading number(like 01. XXX) ignoring
Enable "feat." ignoring and leading number(like 01. XXX) ignoring.
Release 1.1.0
1.1.0 upd.