feat(media): add native IMDb source module

This commit is contained in:
jxxghp
2026-08-22 11:22:59 +08:00
parent b8c79e1a1e
commit 1a7c3cfff8
12 changed files with 1847 additions and 13 deletions
+15
View File
@@ -0,0 +1,15 @@
schema_version = 1
id = "ImdbModule"
kind = "host_module"
entrypoint = "app.modules.imdb:ImdbModule"
depends_on = []
[metadata]
name = "IMDb"
type = "mediarecognize"
subtype = "IMDb"
priority = 4
[activation]
policy = "bootstrap"
watch = ["PROXY_HOST"]