General Settings
These settings control the basic functionality of the Download Cleaner.
DOWNLOADCLEANER__ENABLED
Enables or disables the Download Cleaner functionality.
When enabled, automatically cleans up downloads that have been seeding for a certain amount of time.
false
true
false
TRIGGERS__DOWNLOADCLEANER
Cron schedule for the Download Cleaner job.
0 0 * * * ?
(every hour)Note
- Maximum interval is 6 hours.
DOWNLOADCLEANER__IGNORED_DOWNLOADS_PATH
Local path to the file containing ignored downloads.
If the contents of the file are changed, they will be reloaded on the next job run.
- torrent hash
- qBitTorrent tag or category
- Deluge label
- Transmission category (last directory from the save location)
- torrent tracker domain
fa800a7d7c443a2c3561d1f8f393c089036dade1 tv-sonarr qbit-tag mytracker.com ...
Empty
/ignored.txt
/config/ignored.txt
Warning
- Some people have experienced problems using Docker where the mounted file would not update inside the container if it was modified on the host. This is a Docker configuration problem and can not be solved by cleanuperr.
DOWNLOADCLEANER__DELETE_PRIVATE
Controls whether to delete private downloads.
false
true
false
Important
- Setting
DOWNLOADCLEANER__DELETE_PRIVATE=true
means you don't care about seeding, ratio, H&R and potentially losing your private tracker account.