Files
Anisong-Organizer/data/设置.json
T

35 lines
1.1 KiB
JSON

{
"_说明": "数据源开关与整理选项。sources: 各联网识别源的启停(anison/wikipedia/musicbrainz 需要加速器/代理,连不上时程序会自动提示)。decrypt: ncm 解密与封面提取。output: 分类输出根目录,空 = 被处理文件夹本身。categories: 六个分类的文件夹名(没有内容的分类不会创建)。folders: 每个分类内的四个子文件夹名。",
"sources": {
"animethemes": {"enabled": true},
"anison": {"enabled": true},
"wikipedia": {"enabled": true},
"moegirl": {"enabled": true}
},
"musicbrainz": {
"enabled": true,
"rate_limit": 1.05,
"user_agent": "AnisongOrganizer/1.0 ( contact )",
"max_failures": 3
},
"decrypt": {
"enabled": true,
"save_cover": true
},
"output": "",
"categories": {
"anisong": "Anisong",
"jp_kr": "日韩",
"hk_mo_tw": "中国港澳台",
"cn_mainland": "中国大陆",
"western": "欧美",
"other": "其他(未被识别)"
},
"folders": {
"songs": "歌曲",
"originals": "加密原件",
"lyrics": "歌词",
"covers": "封面"
}
}