diff --git a/docs/basics/options.md b/docs/basics/options.md index 3007886..25caba0 100644 --- a/docs/basics/options.md +++ b/docs/basics/options.md @@ -1450,7 +1450,7 @@ This feature is a v6 only feature. `cross-seed` will exclude any of the files/releases from cross-seeding during the prefiltering done at startup. You can include keywords, infoHashes, parent folder of files or file names for data-based -searches, or torrent names to match. +searches, or torrent names to match. This is case-sensitive. #### `blockList` Examples (CLI) diff --git a/docs/v6-migration.md b/docs/v6-migration.md index 1141b20..2aa3bc2 100644 --- a/docs/v6-migration.md +++ b/docs/v6-migration.md @@ -192,7 +192,7 @@ This option will now be able to effectively exclude the actual non-video **BASED ### New [`blockList`](./basics/options.md#blocklist) Option -Another new option added is called [`blockList`](./basics/options.md#blocklist). This option takes an array of strings (e.g. `["example", "example2"]` ) and will block any matching strings contained **in** both the .torrent itself or the main file/folder name (or parent folder for files) of a path found during data indexing, as well as _exact_ matches. +Another new option added is called [`blockList`](./basics/options.md#blocklist). This option takes an array of strings (case-sensitive) (e.g. `["example", "example2"]` ) and will block any matching strings contained **in** both the .torrent itself or the main file/folder name (or parent folder for files) of a path found during data indexing, as well as _exact_ matches. You can include strings for the full, exact name of a .torrent or file (e.g., `"The.Best.Movie.Ever.2024.DV.HDR.Atmos.mkv"`), a folder itself for data-based exclusions - but not the full path, partial names/keywords (e.g., `best.movie.ever`), or the infoHash from a torrent you wish to block.