mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-16 19:53:57 +08:00
feat(media): refine primary-source recognition
This commit is contained in:
@@ -441,6 +441,7 @@ moviepilot config get PORT
|
||||
moviepilot config set PORT 3001
|
||||
moviepilot config set NGINX_PORT 3000
|
||||
moviepilot config set API_TOKEN your-token-here
|
||||
moviepilot config set ACOUSTID_API_KEY your-acoustid-client-key
|
||||
```
|
||||
|
||||
查看所有可配置项:
|
||||
@@ -458,6 +459,7 @@ moviepilot config describe API_TOKEN --show-secrets
|
||||
|
||||
- `config list` 显示当前配置值
|
||||
- `config keys` 显示配置项名称、类型和默认值
|
||||
- `ACOUSTID_API_KEY` 内置可用默认值,也可在前端“高级设置 - 媒体”或配置命令中覆盖;本地安装需要系统可执行路径中存在 Chromaprint `fpcalc`,官方 Docker 镜像已内置
|
||||
- `config describe` 显示单个配置项的类型、默认值和当前值
|
||||
|
||||
## Tool 命令
|
||||
|
||||
Reference in New Issue
Block a user