mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 12:36:55 +08:00
16 lines
273 B
TOML
16 lines
273 B
TOML
schema_version = 1
|
|
id = "TheAudioDbModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.theaudiodb:TheAudioDbModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "TheAudioDB"
|
|
type = "mediarecognize"
|
|
subtype = "TheAudioDB"
|
|
priority = 1
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|