From ae3e27a1588bd593ca341793c96f1024377affe9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 20 Dec 2022 20:15:30 +0100 Subject: [PATCH] Create sonarrv4-current-logic.md --- .../merge-quality/sonarrv4-current-logic.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 includes/merge-quality/sonarrv4-current-logic.md diff --git a/includes/merge-quality/sonarrv4-current-logic.md b/includes/merge-quality/sonarrv4-current-logic.md new file mode 100644 index 000000000..a46d7944d --- /dev/null +++ b/includes/merge-quality/sonarrv4-current-logic.md @@ -0,0 +1,24 @@ +### Sonarr v4 current logic + +??? summary "Sonarr v4 current logic - [CLICK TO EXPAND]" + + As of v4 release the logic is as follows: + + The Current logic on how downloads are compared is **Quality Trumps All** :bangbang: + + 1. Quality + 1. Custom Formats + 1. Protocol + 1. Episode Count + 1. Episode Number + 1. Indexer Priority + 1. Seeds/Peers (If Torrent) + 1. Age (If Usenet) + 1. Size + + [Source: Wiki Servarr](https://wiki.servarr.com/sonarr/faq#how-are-possible-downloads-compared){:target="_blank" rel="noopener noreferrer"} + + !!! attention "" + REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. + + `Settings` => `Media Management` => `File Management` => `Proper & Repacks` Change to `Do Not Prefer` and use a preferred word regex of `/\b(repack|proper)\b/i`