From 6742ea34bd4afa8ae959a53d490a3a258d20bef4 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:40:07 -0500 Subject: [PATCH] Update Collection-of-Custom-Formats-for-RadarrV3.md Fix: Various Typos, add clarity --- ...llection-of-Custom-Formats-for-RadarrV3.md | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md index 3eb9e9d9c..e735f1950 100644 --- a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -1,13 +1,13 @@ ## Collection of Custom Formats for Radarr V3 (Aphrodite) -Here I will try to collect a collection of most needed/used Custom Formats. -That I've found on discord or created myself with the help of others. +Here I will try to collect a collection of the most needed and commonly used Custom Formats. +These have been collected from either disucssions on discord or that I created with help from others. > Keep in mind Custom Formats are made to fine tune your Quality Profile !!! > > Meaning: Quality Profile trumps Custom Formats !!! -With the coming of 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. +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. ------ @@ -60,26 +60,6 @@ Required: `True` ------ -### EVO except WEB-DL - -This group is often banned for the low quality Blu-ray releases but their WEB-DL are okay. - -You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` - - ![image-20200905223125338](images/image-20200905223125338.png) - -Release Title: `\bEVO\b` -Negate: `False` -Required: `False` - -Source: `WEBDL` -Negate: `True` -Required: `False` - ------- - ------- - ### Dolby TrueHD/ATMOS If you prefer TrueHD|Atmos audio tracks. @@ -190,6 +170,7 @@ Required: `False` ![image-20200906223719292](images/image-20200906223719292.png) Note: Required `True` is needed as there are multiple Release Titles within one custom format. +You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` #### Low-Quality Releases (often banned groups)[BLOCK1] @@ -218,6 +199,25 @@ Required: `True` >NOTE: > >- [EVO except WEB-DL](#evo-except-web-dl) +------ +------ + +### EVO except WEB-DL + +This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. + +You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` + + ![image-20200905223125338](images/image-20200905223125338.png) + +Release Title: `\bEVO\b` +Negate: `False` +Required: `False` + +Source: `WEBDL` +Negate: `True` +Required: `False` + ------ ------