The following 2 providers are supported:
https://real-debrid.com
https://alldebrid.com
At this point only 1 provider can be used at the time.

You can find your API key here: https://real-debrid.com/apitoken.

You can find your API key here: https://alldebrid.com/apikeys/.

When selected, import downloads that are not added through RealDebridClient but have been directly added to Real-Debrid or AllDebrid.
When selected, cancel and delete downloads that have been removed from Real-Debrid or AllDebrid.

Recommended level is Warning, set to Debug to get the most info.

Path in the docker container to download files to (i.e. /data/downloads).

Path where files are downloaded to on your host (i.e. D:\Downloads). This path is used for Radarr and Sonarr to find your downloads.

Maximum amount of downloads that get unpacked on your host at the same time.

Select which download client to use, see the README for the various options.

Path in the docker container to temporarily download to (i.e. /data/temp). Make sure the docker container has enough disk space if using a path inside the container.

Maximum amount of torrents that get downloaded to your host at the same time.

Maximum amount of parallel threads that are used to download a single torrent to your host. If set to 1 no parallel downloading will be done.

Maximum download speed in Megabytes per second. When set to 0 unlimited speed is used.

Address of a proxy server.

This is the URL to your Aria2c instance. It must end in /jsonrpc. A common URL is http://192.168.10.2:6800/jsonrpc.

The secret of your Aria2c instance. Optional.

Could connect to Aria2 client
{{ testAria2cConnectionError }}
Found Aria2 client version {{ testAria2cConnectionSuccess }}

The following settings only apply when a torrent gets added through the qbittorrent API, usually Radarr or Sonarr.

MB
Files that are smaller than this setting are skipped and not downloaded. When set to 0 all files are downloaded. When downloading from Radarr or Sonarr it's recommended to keep this setting at atleast a few MB to avoid Real-Debrid having to re-download the torrent.
When selected, it will only download files in the torrent that have been download by Real-Debrid. You can use this in combination with the Min File size setting above.

When a single download fails it will retry it this many times before marking it as failed.

When a single download has failed multiple times (see setting above) or when the torrent itself received an error it will retry the full torrent this many times before marking it failed.

Could not test your download path
{{ testPathError }}
Your download path looks good!
This will check if the download folder has write permissions.
Could not test your download speed
{{ testDownloadSpeedError }}
Download speed {{ testDownloadSpeedSuccess | filesize }}/s
This will attempt to download a 10GB file from Real-Debrid. When 50MB has been downloaded the test will stop.
Could not test your download speed
{{ testWriteSpeedError }}
Write speed {{ testWriteSpeedSuccess | filesize }}/s
This will write a small file to your download folder to see how fast it can write to it.
Error saving settings: {{ error }}