Using Cleanuperr just for failed imports (torrent and usenet)
- Set
QUEUECLEANER__ENABLED
totrue
. - Set
QUEUECLEANER__IMPORT_FAILED_MAX_STRIKES
to a desired value. - Optionally set failed import message patterns to ignore using
QUEUECLEANER__IMPORT_FAILED_IGNORE_PATTERNS__<NUMBER>
. - Set
DOWNLOAD_CLIENT
tonone
(works only for usenet) ordisabled
(works for both usenet and torrent).
Important
When DOWNLOAD_CLIENT=disabled
, no other action involving a download client would work (e.g. content blocking, removing stalled downloads, excluding private trackers).
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.