1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated Custom Formats (markdown)

Leonardo Galli 2018-08-25 16:41:28 +02:00
parent 01187f36f1
commit 541e08044f

@ -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