Files
MoviePilot/app/modules/rtorrent/capability.toml
T

23 lines
421 B
TOML

schema_version = 1
id = "RtorrentModule"
kind = "host_module"
entrypoint = "app.modules.rtorrent:RtorrentModule"
depends_on = []
[metadata]
name = "Rtorrent"
type = "downloader"
subtype = "Rtorrent"
priority = 3
[activation]
policy = "when_configured"
watch = ["Downloaders"]
[activation.selector]
kind = "system_config_item"
key = "Downloaders"
match_field = "type"
match_value = "rtorrent"
enabled_field = "enabled"