mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat(media): add native IMDb source module
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user