refactor enrichment to tmdb-only and fix review findings
This commit is contained in:
@@ -387,17 +387,15 @@ enrichment:
|
||||
enabled: true
|
||||
incremental: true
|
||||
refresh_mode: "manual"
|
||||
providers: [tmdb, douban]
|
||||
providers: [tmdb]
|
||||
cache_db: "~/.vlm/enrichment_cache.db"
|
||||
max_concurrency: 6
|
||||
min_match_score: 0.75
|
||||
douban_endpoint: null
|
||||
translation:
|
||||
mode: "bidirectional"
|
||||
fallback_machine: true
|
||||
api_keys:
|
||||
tmdb: null
|
||||
douban: null
|
||||
openai: null
|
||||
reputation:
|
||||
min_votes: 50
|
||||
|
||||
Reference in New Issue
Block a user