qbittorrent_torrents_add
Add torrents to qBittorrent from URLs or .torrent files, with options for save path, category, tags, and speed limits.
Instructions
Add torrents. urls is one or more http(s)/magnet/bc:// links separated by newlines. Alternatively (or additionally) pass one raw .torrent file base64-encoded in torrent_b64. Optional: save_path, category, tags (comma-separated), skip_checking, paused, root_folder, rename, up_limit / dl_limit (bytes/s), ratio_limit, seeding_time_limit (minutes), auto_tmm, sequential_download, first_last_piece_prio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| urls | No | ||
| paused | No | ||
| rename | No | ||
| auto_tmm | No | ||
| category | No | ||
| dl_limit | No | ||
| up_limit | No | ||
| save_path | No | ||
| ratio_limit | No | ||
| root_folder | No | ||
| torrent_b64 | No | ||
| skip_checking | No | ||
| seeding_time_limit | No | ||
| sequential_download | No | ||
| first_last_piece_prio | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |