From 541e08044fbde6af6678d8cac4fa8e9acd28d426 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sat, 25 Aug 2018 16:41:28 +0200 Subject: [PATCH] Updated Custom Formats (markdown) --- Custom-Formats.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Custom-Formats.md b/Custom-Formats.md index d868462..b05bd6e 100644 --- a/Custom-Formats.md +++ b/Custom-Formats.md @@ -40,10 +40,10 @@ The Value is used for the matching. | Name | Abbreviation | Notes | |---|---|---| -| Regex | R | Is only useful for Edition and Custom Format Tags. Makes it, that Radarr parses the value of the Format Tag as a Regex and uses the Regex for matching. | +| Regex | RX | **CHANGED FROM R TO RX** Is only useful for Edition and Custom Format Tags. Makes it, that Radarr parses the value of the Format Tag as a Regex and uses the Regex for matching. | | Negate | N | Negates the Format Tag, i.e. when it normally matches it won't and when it normally wouldn't match it does. | -| Required | RE | Makes the Format Tag strongly required. More on that later. | -| Word Matching | W | Makes the Format Tag only match full words, e.g. C_W_3D would match Movie.3D.1080p, but not Movie3d.1080p. (Only really useful for edition or custom tags. Would be the same as making a \\bword\\b regex.) | +| Required | RQ | **CHANGED FROM RE TO RQ** Makes the Format Tag strongly required. More on that later. | +| Word Matching | W | **NOT YET IMPLEMENTED** Makes the Format Tag only match full words, e.g. C_W_3D would match Movie.3D.1080p, but not Movie3d.1080p. (Only really useful for edition or custom tags. Would be the same as making a \\bword\\b regex.) | ## Format Tags Examples