mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
16 lines
255 B
TOML
16 lines
255 B
TOML
schema_version = 1
|
|
id = "TheTvDbModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.thetvdb:TheTvDbModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "TheTvDb"
|
|
type = "mediarecognize"
|
|
subtype = "TVDB"
|
|
priority = 4
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|