feat: 支持音乐识别信息转简体

This commit is contained in:
jxxghp
2026-08-14 21:02:33 +08:00
parent c580181049
commit d6bf78b63a
4 changed files with 159 additions and 7 deletions
+2
View File
@@ -240,6 +240,8 @@ class ConfigModel(BaseModel):
MUSIC_COVER_PROXY: str = ""
# AcoustID 应用 API Key,用于查询本地音频的 Chromaprint 指纹
ACOUSTID_API_KEY: str = "b1auxfOzAg"
# 是否将识别到的音乐标题、艺术家、专辑等标准元数据转换为简体中文
MUSIC_METADATA_TO_SIMPLIFIED: bool = True
# TheAudioDB API Key,默认使用官方公开的免费 V1 Key,可通过环境变量覆盖
THEAUDIODB_API_KEY: str = "123"