Clarify the role of custom formats when unchecked in profile

twolaw 2019-08-11 19:29:18 +02:00
parent 2eb5ad55e1
commit d5ffea299f
1 changed files with 3 additions and 0 deletions

@ -72,6 +72,9 @@ Radarr uses the following steps to find the best matching quality or custom form
* S_Bluray (NO MATCH), R_1080 (MATCH) Will be discarded, since a source tag is present, but none of the source tags match
* S_Bluray (NO MATCH), S_WEBDL (MATCH), R_1080 (MATCH) Will not be discarded, since at least one of the source tags matches
Note that Radarr will try to match releases with all custom formats you created, whether they are checked or unchecked in profiles. Then, if the custom format is checked in profile, matching release will be accepted, if unchecked it will be rejected.
See an example [here](https://github.com/Radarr/Radarr/wiki/How-to-make-sure-Radarr-doesnt-snatch-Full-BluRays) with a _bluray_ custom format.
# Templates
Radarr provides a wide range of predefined templates. They are explained below and sometimes have tips on customizing them.