From 558f03acb44073380752760736d4afab602119a4 Mon Sep 17 00:00:00 2001 From: CodeX Date: Fri, 10 Apr 2026 20:30:05 +0200 Subject: [PATCH 1/2] Add sample folder to blacklist Block the sample subfolder commonly found in scene releases. qBittorrent's filename filter applies to subfolder names (since PR #20902) and matching is case insensitive, so a single literal entry covers sample, Sample, SAMPLE, etc. --- blacklist | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist b/blacklist index 4eb0d31..233c5fb 100644 --- a/blacklist +++ b/blacklist @@ -841,6 +841,7 @@ *sample.mp4 *sample.webm *sample.wmv +sample Trailer.* VOSTFR *.7z.* From b8b2e9b65143796d381d15cf9a4316ff10d784f2 Mon Sep 17 00:00:00 2001 From: CodeX Date: Fri, 10 Apr 2026 22:44:07 +0200 Subject: [PATCH 2/2] Trigger PR hook update