Skip to content

Commit

Permalink
更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wwh1004 committed Aug 24, 2019
1 parent eb61600 commit 79957a8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

网易云音乐歌词自动搜索下载

可选择登录或免登陆下载,避免出现网易云音乐接口异常。

![首次运行](./Images/首次运行.png)
首次运行,无需配置直接使用。

Expand Down Expand Up @@ -52,7 +54,8 @@
"Separators": "|;,/\\&:", // 分隔符,用于分割歌手名
"WholeWordReplace": {
"sh0ut": "shØut",
"あやぽんず*": "あやぽんず*"
"あやぽんず*": "あやぽんず",
"あやぽんず*": "あやぽんず"
}, // 前面是被替换的词,后面是要替换成的词,比如歌名"sh0ut",搜索的时候会被替换成"shØut"来搜索,网易云音乐部分歌曲歌手名收录有问题,只能这么办
"Limit": 15 // 搜索结果数量
},
Expand All @@ -70,7 +73,7 @@
] // Feat.的各种写法
},
"Match": { // 匹配设置,在搜索到歌曲信息之后,程序会通过自己的算法再次确认是否匹配
"MinimumSimilarity": 0.9, // 最小相似度,0~1
"MinimumSimilarity": 0.65, // 匹配时的最小相似度,小于设定值的将不予显示,0~1
"CharReplace": {
"\u00B7": "\u002e",
"\u0387": "\u002e",
Expand All @@ -81,7 +84,7 @@
"\u22C5": "\u002e",
"\u30FB": "\u002e",
"\uFF65": "\u002e",
// · -> .
// .
"\uFF0A": "\u002A",
// *
"\uFF01": "\u0021",
Expand All @@ -106,6 +109,7 @@
"Raw",
"Translated"
], // 歌词模式,依次尝试每一个模式直到成功,Merged表示混合未翻译和翻译后歌词,Raw表示未翻译的歌词,Translated表示翻译后的歌词
"SimplifyTranslated": true, // 部分翻译后的歌词是繁体的,这个选项可以简体化翻译后的歌词
"AutoUpdate": true, // 是否自动更新由NLyric创建的歌词
"Overwriting": false // 是否覆盖非NLyric创建的歌词
}
Expand Down

0 comments on commit 79957a8

Please sign in to comment.