diff --git a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md index c7445a38b..5c1d2880d 100644 --- a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -7,7 +7,7 @@ That I've found on discord or created myself with the help of others. > > Meaning: Quality Profile trumps Custom Formats !!! -With the coming of Radarr v3 the Custom Formats is much more advanced/powerful then with v0.2 this also means it's much more complicated to setup. +With the coming of Radarr V3 Custom Formats are much more advanced/powerful than with v0.2, althrough this also means a Custom Format is much more complicated to setup. So I decided to use more screenshots for the basic setups to make it as easy as possible. ------ @@ -30,27 +30,35 @@ You will need to add the following to your new Custom Format when created in you ![image-20200823155946642](images/image-20200823155946642.png) -`(avc|vc-1|hevc)` +Release Title: `(avc|vc-1|hevc)` +Negate: `False` +Required: `True` ![image-20200823160216479](images/image-20200823160216479.png) -`Remux` +Quality Modifier: `Remux` +Negate: `True` +Required: `False` ![image-20200823160329429](images/image-20200823160329429.png) -`WEBDL` +Source: `WEBDL` +Negate: `True` +Required: `False` ![image-20200823160419447](images/image-20200823160419447.png) -`^((?!x265).)*$` +Release Title: `^((?!x265).)*$` +Negate: `True` +Required: `False` ![image-20200823160456561](images/image-20200823160456561.png) #### **NOTE:** -> Depending on your rename scheme it could happen that it will match renamed files after download as BR-DISK, +> Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as `BR-DISK`, > This is a cosmetic annoyance till I come up for another way to solve this, -> being that this Custom Format is used to not download BR-DISK it does it purpose as intended. +> being that this Custom Format is used to not download BR-DISK it does its purpose as intended. > Several reasons why this is happening: > > - Blame the often wrongly used naming of x265 encodes. @@ -66,11 +74,16 @@ This group is often banned for the low quality Blu-ray releases but their WEB-DL ![image-20200823160627512](images/image-20200823160627512.png) -`\b-EVO\b` +Release Title: `\b-EVO\b` +Negate: `False` +Required: `False` ![image-20200823160801588](images/image-20200823160801588.png) -`WEBDL` +Source: `WEBDL` +Negate: `True` +Required: `True` + ![image-20200823162547299](images/image-20200823162547299.png) @@ -88,7 +101,9 @@ If you prefer TrueHD|Atmos audio tracks. -`truehd|atmos` +Release Title: `truehd|atmos` +Negate: `False` +Required: `True` ![image-20200823144701236](images/image-20200823144701236.png) @@ -102,7 +117,9 @@ If you prefer DTS-HD/DTS:X audio tracks. ![image-20200823151557625](images/image-20200823151557625.png) -`dts.?(hd|es|x(?!\d))` +Release Title: `dts.?(hd|es|x(?!\d))` +Negate: `False` +Required: `True` ![image-20200823151639099](images/image-20200823151639099.png) @@ -117,11 +134,15 @@ Custom Format for Single Layer Dolby Vision releases. ![image-20200823152059999](images/image-20200823152059999.png) -`sl.?dv|single.?layer.?dovi` +Release Title: `sl.?dv|single.?layer.?dovi` +Negate: `False` +Required: `True` ![image-20200823152225653](images/image-20200823152225653.png) -`Remux` +Quality Modifer: `Remux` +Negate: `False` +Required: `True` ![image-20200823152302737](images/image-20200823152302737.png) @@ -135,7 +156,9 @@ Custom format for several Special Editions ![image-20200904212829258](images/image-20200904212829258.png) -`extended|uncut|director|special|unrated|uncensored|\.cut[\.|-]` +Edition: `extended|uncut|director|special|unrated|uncensored|\.cut[\.|-]` +Negate: `False` +Required: `True` ![image-20200904212930373](images/image-20200904212930373.png) @@ -147,11 +170,15 @@ Custom format for several Special Editions ![](images/image-20200904215047871.png) -`dd(p|\+)|eac3` +Release Title: `dd(p|\+)|eac3` +Negate: `False` +Required: `True` ![](images/image-20200904215205552.png) -`TrueHD|ATMOS` +Release Title `TrueHD|ATMOS` +Negate: `True` +Required: `True` ![](images/image-20200904215249279.png)