feat: Support configure lyrics file encoding.

This commit is contained in:
real-zony
2022-04-27 21:38:51 +08:00
parent f3b1dacb0c
commit 279eba48f8
8 changed files with 41 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
"10001": "待搜索的后缀不能为空。",
"10002": "需要扫描的目录不存在,请确认路径是否正确。",
"10003": "不能获取文件的后缀信息。",
"10004": "没有扫描到任何音乐文件。"
"10004": "没有扫描到任何音乐文件。",
"10005": "指定的编码不受支持,请检查配置,所有受支持的编码名称,请参考: https://docs.microsoft.com/en-us/dotnet/api/system.text.encodinginfo.codepage?view=net-6.0#system-text-encodinginfo-codepage。"
},
"Warning": {
"50001": "扫描文件时出现了错误。",