mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-19 05:03:57 +08:00
23 lines
418 B
TOML
23 lines
418 B
TOML
schema_version = 1
|
|
id = "UgreenModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.ugreen:UgreenModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "绿联影视"
|
|
type = "mediaserver"
|
|
subtype = "Ugreen"
|
|
priority = 5
|
|
|
|
[activation]
|
|
policy = "when_configured"
|
|
watch = ["MediaServers"]
|
|
|
|
[activation.selector]
|
|
kind = "system_config_item"
|
|
key = "MediaServers"
|
|
match_field = "type"
|
|
match_value = "ugreen"
|
|
enabled_field = "enabled"
|