From 31729c865efadb304be9e642a5229055946b221f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 27 Apr 2021 19:06:31 +0200 Subject: [PATCH] Added: Quality Trumps All - Order --- .../V3/Radarr-collection-of-custom-formats.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md index 4d9397814..ef5ea3276 100644 --- a/docs/Radarr/V3/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -4,10 +4,21 @@ Here I will try to collect a collection of the most needed and commonly used Cus These have been collected from either discussions on discord or that I created with help from others. Special thanks to [rg9400](https://github.com/rg9400), [bakerboy448](https://github.com/bakerboy448) and Team Radarr. -!!! warning "Important" +!!! attention Keep in mind Custom Formats are made to fine tune your Quality Profile - **Quality Profile trumps Custom Formats** + Generally Quality Trumps All + + The current logic can be found [HERE](https://github.com/Radarr/Radarr/blob/develop/src/NzbDrone.Core/DecisionEngine/DownloadDecisionComparer.cs){:target="_blank" rel="noopener noreferrer"} As of 1/19/2021 the logic is as follows + + 1. Quality + 1. Custom Format Score + 1. Protocol + 1. Indexer Priority + 1. Indexer Flags + 1. Peers (If Torrent) + 1. Age (If Usenet) + 1. Size With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, although this also means a Custom Format is much more complicated to setup.