real-zony 3990026805 feat: Add relevant download parameters of KuGouLyricDownloader.
添加 KuGouLyricDownloader 相关的下载器配置参数。
2021-05-15 17:20:54 +08:00

34 lines
641 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ToolOption": {
"SupportFileExtensions": "*.mp3;*.flac",
"NetworkOptions": {
"Enable": true,
"ProxyIp": "127.0.0.1",
"ProxyPort": 4780
},
"TagInfoProviderOptions": {
"FileNameRegularExpressions": "(?'artist'.+)\\s-\\s(?'name'.+)"
},
"LyricDownloader": [
{
"Name": "NetEase",
"Priority": 1
},
{
"Name": "QQ",
"Priority": 2
},
{
"Name": "KuGou",
"Priority": 3
}
]
}
}