From cb6c621d354d5811f564d80700a609029370245a Mon Sep 17 00:00:00 2001 From: Aurimas Navardauskas Date: Tue, 22 Jan 2019 23:46:05 +0200 Subject: [PATCH] RE->RQ --- Custom-Formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Formats.md b/Custom-Formats.md index afec418..3a798a7 100644 --- a/Custom-Formats.md +++ b/Custom-Formats.md @@ -67,7 +67,7 @@ How does Radarr decide if a custom format matches a release or not? Radarr uses the following steps to find the best matching quality or custom format: 1. Go through each custom format and find out which Format Tags match and which don't -2. Discard all custom formats, where an absolutely required Format Tag (_RE_) does not match +2. Discard all custom formats, where an absolutely required Format Tag (_RQ_) does not match 3. Discard all custom formats, where at least one Format Tag of a type is present and none of the tags of this type match. Examples: * 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