Cleanup Settings
These settings control how the Download Cleaner handles different categories of downloads that need to be removed.
Note
A download is cleaned when both MAX_RATIO
and MIN_SEED_TIME
or just MAX_SEED_TIME
is reached.
Note
Multiple categories can be specified using this format, where <NUMBER>
starts from 0
:
DOWNLOADCLEANER__CATEGORIES__<NUMBER>__NAME
DOWNLOADCLEANER__CATEGORIES__<NUMBER>__MAX_RATIO
DOWNLOADCLEANER__CATEGORIES__<NUMBER>__MIN_SEED_TIME
DOWNLOADCLEANER__CATEGORIES__<NUMBER>__MAX_SEED_TIME
DOWNLOADCLEANER__CATEGORIES__0__NAME
Name of the category to clean.
Empty
tv-sonarr
movies-radarr
music-lidarr
Note
- The category name must match the category that was set in the *arr.
- For qBittorrent, the category name is the name of the download category.
- For Deluge, the category name is the name of the label.
- For Transmission, the category name is the last directory from the save location.
DOWNLOADCLEANER__CATEGORIES__0__MAX_RATIO
Maximum ratio to reach before removing a download.
-1
-1
1.0
2.0
3.0
Note
-1
means no limit/disabled.
DOWNLOADCLEANER__CATEGORIES__0__MIN_SEED_TIME
Minimum number of hours to seed before removing a download, if the ratio has been met.
Used with
MAX_RATIO
to ensure a minimum seed time.0
0
24
48
72
DOWNLOADCLEANER__CATEGORIES__0__MAX_SEED_TIME
Maximum number of hours to seed before removing a download.
-1
-1
24
48
72
Note
-1
means no limit/disabled.