Skip to main content

Import Failed Settings

These settings control how the Queue Cleaner handles failed imports.

QUEUECLEANER__IMPORT_FAILED_MAX_STRIKES

Number of strikes before removing a failed import. Set to 0 to never remove failed imports.
A strike is given when an item fails to be imported.
Required: No
Type: positive integer number
Default value: 0
Note
  • 0 means to never remove failed imports.
  • If not set to 0, the minimum value is 3.

QUEUECLEANER__IMPORT_FAILED_IGNORE_PRIVATE

Controls whether to ignore failed imports from private trackers from being processed by Cleanuperr.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

QUEUECLEANER__IMPORT_FAILED_DELETE_PRIVATE

Controls whether to delete failed imports from private trackers from the download client.
Has no effect if QUEUECLEANER__IMPORT_FAILED_IGNORE_PRIVATE is true.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false
Important
  • Setting this to true means you don't care about seeding, ratio, H&R and potentially losing your private tracker account.

QUEUECLEANER__IMPORT_FAILED_IGNORE_PATTERNS__0

Patterns to look for in failed import messages that should be ignored.
Multiple patterns can be specified using incrementing numbers starting from 0.
Configuration example:
QUEUECLEANER__IMPORT_FAILED_IGNORE_PATTERNS__0=title mismatch
QUEUECLEANER__IMPORT_FAILED_IGNORE_PATTERNS__1=manual import required
Required: No
Type: text array
Default value: Empty
Examples:
  • title mismatch
  • manual import required