mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-02 13:20:41 +00:00
34 lines
641 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
} |