From a44ab73868d7a8c4d6fc9056764fa433725153b7 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 22 Jan 2022 21:50:51 +0100 Subject: [PATCH 1/2] Update updates.txt --- docs/updates.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/updates.txt b/docs/updates.txt index 22b80775f..838545430 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,10 +1,16 @@ -# 2022-01-21 +# 2022-01-22 Updated: Radarr - Collection of Custom Formats - Fixed: CF [TrueHD Atmos] to recognize groups that only use Atmos/TrueHD in their release name. - Fixed: CF [TrueHD] to prevent double scoring with latest update of [TrueHD Atmos]. Updated: Sonarr - Release Profile RegEx (WEB-DL) - Added: HBO MAX (hmax|hbom). - Changed: Scores HBO MAX (hmax|hbom). +Removed: Notifiarr Instructions from the guide #481 +- Removed: Notifiarr Instructions from the guide (*) +How to merge quality #482 +- NEW: Guide in Radarr Tips section, covering how to merge qualities. + +(*) The Notifiarr project has become that huge that i'm not able to cover everything and every change/update/addition to it, and i don't use all of the options it offers. So I decided with the developer that i will remove it from the guide for now being it's to outdated and will create a new one only covering the TRaSH Guide Sync option. # 2022-01-20 Updated: Sonarr - Release Profile RegEx (WEB-DL) From 7b6dc24f44f6241437fb8de50c271c81d8d3c28d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Jan 2022 09:06:16 +0100 Subject: [PATCH 2/2] Fix: hardlink --- docs/Sonarr/Tips/Merge-quality.md | 76 ++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/docs/Sonarr/Tips/Merge-quality.md b/docs/Sonarr/Tips/Merge-quality.md index 4a7e4bc0a..9e2fdae12 100644 --- a/docs/Sonarr/Tips/Merge-quality.md +++ b/docs/Sonarr/Tips/Merge-quality.md @@ -1 +1,75 @@ -../../Radarr/Tips/Merge-quality.md \ No newline at end of file +# How to Merge Quality + +The Current logic on how downloads are compared is **Quality Trumps All** :bangbang: + +In some cases it might be preferred to not have Quality Trump All, and let it be handled via Preferred Words / Custom Formats. + +To accomplish this you will need to merge the quality's with each other. + +## Current Logic + +Here you will see the current logic so you understand how the possible downloads are compared. + +As of 2021-11-06 the logic is as follows: + +### Radarr current logic + +??? summary "Radarr current logic- [CLICK TO EXPAND]" + + 1. Quality + 1. Custom Format Score + 1. Protocol + 1. Indexer Priority + 1. Indexer Flags + 1. Seeds/Peers (If Torrent) + 1. Age (If Usenet) + 1. Size + + [Source: Wiki Servarr](https://wiki.servarr.com/radarr/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 the [Repack/Proper Custom Format](/Radarr/Radarr-collection-of-custom-formats/#repack-proper){:target="_blank" rel="noopener noreferrer"} + +### Sonarr current logic + +??? summary "Sonarr current logic- [CLICK TO EXPAND]" + + 1. Quality + 1. Language + 1. Preferred Word Score + 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` + +## Merge the Qualities + +Go to your preferred Quality Profile or create a new one. + +`Settings` => `Profiles` + +In this example we will merge the following qualities together: + +- Bluray-720p +- Bluray-1080p +- WEBDL/WEBRip-1080p + +To merge them you need to click on Edit Groups. + +![!Merge Qualities](images/merge.gif) + +When done Sonarr/Radarr upgrades will be handled via Preferred Words / Custom Formats. + +--8<-- "includes/support.md"