# 下载器

## 支持类型

### qBittorrent

qBittorrent 为 Vertex 主要对接的下载器, 任何功能都会首先适配 qBittorrent

### Transmission

受制于 Transmission 的开放接口限制以及 Transmission 不适合刷流, 因此就目前来说 Vertex **不支持**使用 Transmission 刷流, **不支持** Transmission 的自动删种

## 添加下载器

进入 下载服务 - 下载器

### 填写说明

* 别名 给下载器取一个好记的名字
* 启用 选择是否启用下载器
* 下载器类型 按需选择
* 用户名 填写登录下载器所需的用户名
* 密码 填写登录下载器所需的密码
* WebUI - Url 下载器的访问, 最后的 / 需要删除, Transmission 同样仅需要填写 [https://ip:port](https://wiki.vertex-app.top/zhu-yao-mo-kuai/https:/ip:port)
* 推送通知 是否推送下载器相关通知, 包括连接状态 / 删种提示等
* 通知方式 选择你推送使用的工具
* 推送下载器监控 推送下载器主要信息的频道, 仅支持 Telegram 频道, 并且需要确保 Vertex 能够正常访问 Telegram
* 下载器状态频道 选择你推送使用的工具
* 信息更新周期 同步下载器信息的周期, 默认为 4s 一次, 如果下载器的种子有几百个甚至几千个, 可以适当调节周期, 周期为 Linux Cron 的写法
* 自动汇报 自动在种子添加后的 5 分钟内每分钟汇报一次, 获取更多 Peers, 按需选择
* 空间警告 下载器剩余空间小于一定值时推送警告通知, 15 分钟一次
* 空间 空间警告的阈值
* 上限上传速度 若下载器的上传速度在此速度之上时, 不再添加种子
* 上限下载速度 若下载器的下载速度在此速度之上时, 不再添加种子
* 最大下载数量 最大的下载活动种子数量, 在超过此数量时, 将不会添加种子
* 最小剩余空间 若下载器的剩余空间在此空间之下时, 不再添加种子
* 同服下载器 目前不生效, 默认即可
* 自动删种 是否开启自动删种
* 删种周期 自动删种任务的周期, 默认为 1 分钟一次, 可以适当调节周期, 周期为 Linux Cron 的写法
* 删种规则 删种规则, 种子状态符合其中一个时即触发删除种子操作


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.vertex-app.top/zhu-yao-mo-kuai/xia-zai-qi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
