diff --git a/How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md b/How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md index 2f28f16..3a31a27 100644 --- a/How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md +++ b/How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md @@ -42,3 +42,31 @@ Make sure you **uncheck** your newly created Custom Profile `BR-DISK` Make sure to do that with all your used Quality Profiles. + +## Aphrodite +`Navigate to Settings => Custom Formats` + +![](https://i.postimg.cc/3JcH5Y1P/image.png) + +Then, click on ![](https://i.postimg.cc/HW6qXdqV/image.png) to add a new Custom Format. + +A new popup will appear. + +Enter the following info: + +`Name` => `BR-DISK` + +`Conditions` => `Release Title => Custom => Name = _YourChoice_ & Regular Expression + = (AVC|VC-1|HEVC) & Required = True` `Conditions => Quality Modifier => Name = _YourChoice_ & Quality Modifier = Remux & Negate = True` `Conditions => Source => Name = _YourChoice_ & Source = WebDL & Negate = True` + +## Quality Profiles + +Then, go to your used profiles. +Scroll down to the bottom where you see Custom Formats. + +Set the 'BR-DISK' custom score to '-1'. + +![](https://i.postimg.cc/bNb4MkG2/image.png) + + +Make sure to do that with all your used Quality Profiles. \ No newline at end of file