1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated Custom Formats (markdown)

Leonardo Galli 2018-04-08 12:12:30 +02:00
parent a3e7b0af0b
commit 9abf6feedd

@ -47,6 +47,7 @@ The Value is used for the matching.
| Regex | R | Is only useful for Edition and Custom Quality Tags. Makes it, that Radarr parses the value of the Quality Tag as a Regex and uses the Regex for matching. |
| Negate | N | Negates the Quality Tag, i.e. when it normally matches it won't and when it normally wouldn't match it does. |
| Required | RE | Makes the Quality Tag strongly required. More on that later. |
| Word Matching | W | Makes the Quality 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.) |
## Quality Tags Examples