Files
MoviePilot/app/modules/plex/capability.toml
2026-08-16 16:07:38 +08:00

23 lines
400 B
TOML

schema_version = 1
id = "PlexModule"
kind = "host_module"
entrypoint = "app.modules.plex:PlexModule"
depends_on = []
[metadata]
name = "Plex"
type = "mediaserver"
subtype = "Plex"
priority = 3
[activation]
policy = "when_configured"
watch = ["MediaServers"]
[activation.selector]
kind = "system_config_item"
key = "MediaServers"
match_field = "type"
match_value = "plex"
enabled_field = "enabled"