Download Client Settings
These settings control how Cleanuperr interacts with your download client.
DOWNLOAD_CLIENT
Specifies which download client is used by *arrs.
none
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.
http://localhost:8080
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
.Empty
QBITTORRENT__PASSWORD
Password for qBittorrent authentication.
Empty
DELUGE__URL
URL of the Deluge instance.
http://localhost:8112
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
.Empty
DELUGE__PASSWORD
Password for Deluge authentication.
Empty
TRANSMISSION__URL
URL of the Transmission instance.
http://localhost:9091
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
.transmission
TRANSMISSION__USERNAME
Username for Transmission authentication.
Empty
TRANSMISSION__PASSWORD
Password for Transmission authentication.
Empty