mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
23 lines
421 B
TOML
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"
|