Skip to main content

Download Client Settings

These settings control how Cleanuperr interacts with your download client.

DOWNLOAD_CLIENT

Specifies which download client is used by *arrs.
Required: No
Type: text
Default value: none
Accepted values:
  • none
  • qbittorrent
  • deluge
  • transmission
  • disabled
Note
  • Only one download client can be enabled at a time. If you have more than one download client, you should deploy multiple instances of Cleanuperr.
Warning
  • When the download client is set to disabled, the Queue Cleaner will be able to remove items that are failed to be imported even if there is no download client configured. This means that all downloads, including private ones, will be completely removed.
  • Setting DOWNLOAD_CLIENT=disabled means you don't care about seeding, ratio, H&R and potentially losing your private tracker account.

QBITTORRENT__URL

URL of the qBittorrent instance.
Required: No
Type: text
Default value: http://localhost:8080
Examples:
  • http://localhost:8080
  • http://192.168.1.100:8080
  • https://mydomain.com:8080

QBITTORRENT__URL_BASE

Adds a prefix to the qBittorrent url, such as [QBITTORRENT__URL]/[QBITTORRENT__URL_BASE]/api.
Required: No
Type: text
Default value: Empty

QBITTORRENT__PASSWORD

Password for qBittorrent authentication.
Required: No
Type: text
Default value: Empty

DELUGE__URL

URL of the Deluge instance.
Required: No
Type: text
Default value: http://localhost:8112
Examples:
  • http://localhost:8112
  • http://192.168.1.100:8112
  • https://mydomain.com:8112

DELUGE__URL_BASE

Adds a prefix to the deluge json url, such as [DELUGE__URL]/[DELUGE__URL_BASE]/json.
Required: No
Type: text
Default value: Empty

DELUGE__PASSWORD

Password for Deluge authentication.
Required: No
Type: text
Default value: Empty

TRANSMISSION__URL

URL of the Transmission instance.
Required: No
Type: text
Default value: http://localhost:9091
Examples:
  • http://localhost:9091
  • http://192.168.1.100:9091
  • https://mydomain.com:9091

TRANSMISSION__URL_BASE

Adds a prefix to the Transmission rpc url, such as [TRANSMISSION__URL]/[TRANSMISSION__URL_BASE]/rpc.
Required: No
Type: text
Default value: transmission

TRANSMISSION__USERNAME

Username for Transmission authentication.
Required: No
Type: text
Default value: Empty

TRANSMISSION__PASSWORD

Password for Transmission authentication.
Required: No
Type: text
Default value: Empty