|
| 1 | +--- |
| 2 | +sidebar_position: 3 |
| 3 | +--- |
| 4 | + |
| 5 | +# Download clients |
| 6 | + |
| 7 | +Go to `settings/clients` to setup clients. |
| 8 | + |
| 9 | +Clients can be local or remote, as long as ports are open and auth available. |
| 10 | + |
| 11 | +## General |
| 12 | + |
| 13 | +Available download clients are. For more info check [ Supported download clients and actions #2 ](https://github.com/autobrr/autobrr/issues/2) |
| 14 | + |
| 15 | +* qBittorrent |
| 16 | +* Deluge (v1+ and v2+) |
| 17 | +* Radarr |
| 18 | +* Sonarr |
| 19 | +* Lidarr |
| 20 | + |
| 21 | +All clients have a test function to try out the connection details before saving. |
| 22 | + |
| 23 | +## qBittorrent |
| 24 | + |
| 25 | +- **Host**: Takes an ip or url without `http(s)`, eg `myserver.test` |
| 26 | +- **Port**: This is the WebUI port |
| 27 | +- **SSL**: Use this if the server is on https. It's usually not the case |
| 28 | +- **Username**: username |
| 29 | +- **Password**: password |
| 30 | + |
| 31 | +:::tip |
| 32 | + |
| 33 | +If qBittorrent is setup with eg Swizzin, it's common to bypass the reverse proxy and use url:webui-port directly. SSL should be off as well. |
| 34 | + |
| 35 | +::: |
| 36 | + |
| 37 | +### Rules |
| 38 | + |
| 39 | +You can define some basic rules which can improve your performance for racing etc. |
| 40 | + |
| 41 | +- **Enabled**: Disabled by default. |
| 42 | +- **Max active downloads**: Default 0 (unlimited) Limit the amount of active downloads, to give the maximum amount of bandwith and disk for the downloads. |
| 43 | +- **Ignore slow torrents**: Disabled by default. |
| 44 | +- **Download speed threshold**: If max active downloads is hit, but download speed is below this limit, download anyways. Unit in KB/s |
| 45 | + |
| 46 | +## Deluge |
| 47 | + |
| 48 | +- **Host**: Takes an ip or url without `http(s)`, eg `myserver.test` |
| 49 | +- **Port**: This is the WebUI port |
| 50 | +- **SSL**: Use this if the server is on https. It's usually not the case |
| 51 | +- **Username**: username |
| 52 | +- **Password**: password |
| 53 | + |
| 54 | +:::tip |
| 55 | + |
| 56 | +If Deluge is setup with eg Swizzin, it's common to bypass the reverse proxy and use url:webui-port directly. SSL should be off as well. |
| 57 | + |
| 58 | +::: |
| 59 | + |
| 60 | +### Rules |
| 61 | + |
| 62 | +You can define some basic rules which can improve your performance for racing etc. |
| 63 | + |
| 64 | +- **Enabled**: Disabled by default. |
| 65 | +- **Max active downloads**: Default 0 (unlimited) Limit the amount of active downloads, to give the maximum amount of bandwith and disk for the downloads. |
| 66 | + |
| 67 | +## Radarr |
| 68 | + |
| 69 | +- **Host**: Takes an ip or url with `http(s)`, eg `http://myserver.test/radarr` |
| 70 | +- **Apikey**: Api key |
| 71 | +- **Basic auth**: Disabled by default. Some setups need it, others don't. Try without first. |
| 72 | +- **Username**: username |
| 73 | +- **Password**: password |
| 74 | + |
| 75 | +## Sonarr |
| 76 | + |
| 77 | +- **Host**: Takes an ip or url with `http(s)`, eg `http://myserver.test/sonarr` |
| 78 | +- **Apikey**: Api key |
| 79 | +- **Basic auth**: Disabled by default. Some setups need it, others don't. Try without first. |
| 80 | +- **Username**: username |
| 81 | +- **Password**: password |
| 82 | + |
| 83 | +## Lidarr |
| 84 | + |
| 85 | +- **Host**: Takes an ip or url with `http(s)`, eg `http://myserver.test/lidarr` |
| 86 | +- **Apikey**: Api key |
| 87 | +- **Basic auth**: Disabled by default. Some setups need it, others don't. Try without first. |
| 88 | +- **Username**: username |
| 89 | +- **Password**: password |
0 commit comments