Skip to content

Commit

Permalink
update(options/blockList): link to other options
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaryS committed Dec 22, 2024
1 parent f25971e commit b7ed0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ list of supported prefixes are:

- `name:` A substring of the name inside the .torrent file or parsed name from path if data based.
- `nameRegex:` Similar to name but uses your own custom regex.
- `folder:` A sub string of any parent folder in the path. Only applies to dataDir searchees, not torrentDir.
- `folder:` A sub string of any parent folder in the path. Only applies to [`dataDirs`](#datadirs) searchees, not [`torrentDir`](#torrentdir).
- `folderRegex:` Similar to folder but uses your own custom regex on the entire parent path.
- `category:` Deluge labels are considered categories. `"category:"` blocklists torrents without a category.
- `tag:` Transmission and rTorrent labels are considered tags. `"tag:"` blocklists torrents without a tag.
Expand Down

0 comments on commit b7ed0ca

Please sign in to comment.