Commit Graph

6 Commits

Author SHA1 Message Date
CodeX 324d4e7b18 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.
2026-04-10 16:26:42 +02:00
CodeX 3a664675b5 Document supported pattern syntax in README
Add a Pattern syntax section listing the five pattern forms accepted
by qBittorrent's excluded file names (suffix, prefix, contains, exact,
regex), which are the same forms that the entries in blacklist and
whitelist must use. Note that the merge script subtracts whitelist
from blacklist as exact strings regardless of pattern form, so
equivalent patterns written differently are not interchangeable.
2026-04-07 21:45:35 +02:00
CodeX 6ca8a85ae5 Correct consumer model in README
qBittorrent does not read any URL from this repository. Cleanuparr's
Blocklist Sync feature fetches the blacklist and pushes the patterns
to qBittorrent via its Web API. Cleanuparr's Malware Blocker feature
consumes the whitelist for Sonarr/Radarr queue inspection. Update
the header, prerequisites, and Usage section to reflect this.
2026-04-07 02:13:07 +02:00
CodeX 2f2ac6897f Document manual blacklist additions in README
Add a "Maintaining the blacklist" section that mirrors "Maintaining
the whitelist" and explains the manual-addition escape hatch
preserved by the three-way merge. Clarify that direct removals do
not work and must go through the whitelist instead.
2026-04-07 01:26:13 +02:00
CodeX 14fd0cf511 Simplify to whitelist/blacklist model
- Rewrite merge_blocklists.py to sync a single blacklist from upstream
  and subtract the locally-maintained whitelist
- Replace whitelist contents with subtitle + webm seed
- Remove blacklist_permissive, whitelist_with_subtitles, and all
  .prev files that are no longer needed
- Rewrite README to reflect the two-file model and link to wiki
2026-04-07 01:09:17 +02:00
CodeX 25df98253d Initial creation
Readme for usage
2026-03-22 16:58:24 +01:00