From d4cc5cf168e4dc2996270b1b407a5faf33f5ed3d Mon Sep 17 00:00:00 2001 From: Agneev Mukherjee Date: Sat, 25 Jan 2020 16:20:38 +0530 Subject: [PATCH] Corrected typos. --- ...ure-Radarr-doesn't-snatch-full-Blu-Rays.md | 44 ++++++++++++++++++ ...-sure-Radarr-doesnt-snatch-Full-BluRays.md | 45 ------------------- 2 files changed, 44 insertions(+), 45 deletions(-) create mode 100644 How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md delete mode 100644 How-to-make-sure-Radarr-doesnt-snatch-Full-BluRays.md 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 new file mode 100644 index 0000000..22543a5 --- /dev/null +++ b/How-to-make-sure-Radarr-doesn't-snatch-full-Blu-Rays.md @@ -0,0 +1,44 @@ +# How to make sure Radarr doesn't snatch full Blu-Rays (ISO/BDMV) + +Radarr has issues in separating full BluRays from BluRay-RIPs, +after some research and testing, I found a way to solve this issue. +To make this work, we need to make use of Custom Formats, +and make sure the profile used is utilizing it. + +------ + +## Custom Formats + +`Navigate to Settings => Custom Formats` + +![](https://github.com/TRaSH-/Tutorials-FAQ/blob/master/Radarr/images/image-20191027165122728.png) + +Then, click on ![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165508102.png) to add a new Custom Format. + +On the new popup at the bottom, under `Advanced`, click on `Custom` + +![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165328556.png) + +A new popup will appear. + +Enter the following info: + +`Name` => `BR-DISK` + +`Format Tags` => `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` + +![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165733789.png) + +**!!! NOTE: make sure the 3 tags are entered separately !!!** + +## Quality Profiles + +Then, go to your used profiles. +Scroll down to the bottom where you see Custom Formats. + +Make sure you uncheck your newly created Custom Profile `BR-DISK` + +![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027170313598.png) + + +Make sure you do that with all your used Quality Profiles. diff --git a/How-to-make-sure-Radarr-doesnt-snatch-Full-BluRays.md b/How-to-make-sure-Radarr-doesnt-snatch-Full-BluRays.md deleted file mode 100644 index ad670e8..0000000 --- a/How-to-make-sure-Radarr-doesnt-snatch-Full-BluRays.md +++ /dev/null @@ -1,45 +0,0 @@ -# How to make sure Radarr doesn't snatch Full Blurays (ISO/BDMV) - -Radarr has problems to separate full Blurays from Bluray-Rips, -after some researching and testing I found a way to solve this issue. -To make this work we need to make use of Custom Formats, -and make sure the used profile is making use of it (or better said not). - ------- - -## Custom Formats - -`Navigate to Settings => Custom Formats` - -![](https://github.com/TRaSH-/Tutorials-FAQ/blob/master/Radarr/images/image-20191027165122728.png) - -Then click on the![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165508102.png) to add a new Custom Format. - -On the new popup at the bottom you have the option `Advanced` and click on `Custom` - -![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165328556.png - -Again a new popup will appear. - -Enter the following info - -`Name` => `BR-DISK` - -`Format Tags` => `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` - -![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027165733789.png) - -**!!! NOTE: make sure the 3 tags are entered separate !!!** - -## Quality Profiles - -Then go to your used profiles. -Scroll down to the bottom where you see Custom Formats. - -Make sure you uncheck your newly created Custom Profile `BR-DISK` - -![](https://github.com/TRaSH-/Tutorials-FAQ/raw/master/Radarr/images/image-20191027170313598.png) - - - -Make sure you do that with all your used Quality Profiles.