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

23 lines
439 B
TOML

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