mirror of
https://github.com/Radarr/Radarr
synced 2025-03-16 08:50:19 +00:00
Updated Custom Formats (markdown)
parent
a3e7b0af0b
commit
9abf6feedd
1 changed files with 1 additions and 0 deletions
|
@ -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. |
|
| 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. |
|
| 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. |
|
| 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
|
## Quality Tags Examples
|
||||||
|
|
Loading…
Add table
Reference in a new issue