Skip to content

Commit

Permalink
update(v6/blocklist): note bout case-sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Jul 30, 2024
1 parent c744652 commit 92f38ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/v6-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 92f38ad

Please sign in to comment.