Distinguish qBittorrent and Cleanuparr pattern syntax in README #7

Merged
CodeX merged 1 commits from docs/pattern-syntax-consumers into main 2026-04-10 16:38:51 +02:00
Owner

Distinguish qBittorrent and Cleanuparr pattern syntax in README

qBittorrent's excluded file names field uses Qt glob wildcards only.
The regex: prefix is supported by Cleanuparr's Malware Blocker but
not by qBittorrent. Split the Pattern syntax section into two
subsections documenting each consumer's capabilities and recommend
wildcards as the safe default for all entries.

qBittorrent supported wildcards (Qt glob):

  •    - zero or more characters
    

? - exactly one character
[abc] - one character from the set
[a-z] - one character in the range
[!abc] - one character NOT in the set
literal - exact match

Cleanuparr Malware Blocker additionally supports:
regex: - full regex matching

Blacklist audit: all 850 upstream entries conform to qBittorrent
wildcard syntax. One upstream oddity (*.izma ace with embedded space)
is harmless.

Distinguish qBittorrent and Cleanuparr pattern syntax in README qBittorrent's excluded file names field uses Qt glob wildcards only. The regex: prefix is supported by Cleanuparr's Malware Blocker but not by qBittorrent. Split the Pattern syntax section into two subsections documenting each consumer's capabilities and recommend wildcards as the safe default for all entries. qBittorrent supported wildcards (Qt glob): * - zero or more characters ? - exactly one character [abc] - one character from the set [a-z] - one character in the range [!abc] - one character NOT in the set literal - exact match Cleanuparr Malware Blocker additionally supports: regex:<pattern> - full regex matching Blacklist audit: all 850 upstream entries conform to qBittorrent wildcard syntax. One upstream oddity (*.izma ace with embedded space) is harmless.
CodeX added 1 commit 2026-04-10 16:26:51 +02:00
qBittorrent's excluded file names field uses Qt glob wildcards only.
The regex: prefix is supported by Cleanuparr's Malware Blocker but
not by qBittorrent. Split the Pattern syntax section into two
subsections documenting each consumer's capabilities and recommend
wildcards as the safe default for all entries.
CodeX merged commit 296c72b80e into main 2026-04-10 16:38:51 +02:00
CodeX deleted branch docs/pattern-syntax-consumers 2026-04-10 16:38:51 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arr/blocklists#7