diff --git a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md index 015d7c210..54c2e3baf 100644 --- a/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -1,16 +1,32 @@ ## Collection of Custom Formats for Radarr V3 (Aphrodite) -Here I will try to collect a collection of most needed/used Custom Formats, -Keep in mind Custom Formats are made to fine tune your Quality Profile !!! +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. + +> 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 the Custom Formats is much more advanced/powerful then with v2 this also means it's much more complicated to setup. So I decided to use more screenshots for the basic setups to make it as easy as possible. +First a few regex basics (work in progress!!!): + +`/b` = word break + +`/i` = case insensitive + +`.?` = dot or space + ------ -[BR-DISK](#br-disk) +| Audio | Video | Misc | +| :--------------------------------------- | ----------------------------------- | --------------------------------------- | +| [Dolby TrueHD/ATMOS](#dolby-truehdatmos) | [Single Layer DV](#single-layer-dv) | [BR-DISK](#br-disk) | +| [DTS-HD/DTS:X](#dts-hd-dts-x) | | [EVO except WEB-DL](#evo-except-web-dl) | +| | | [Special Edition](#special-edition) | + -[EVO except WEB-DL](#evo-except-web-dl) ------ @@ -20,25 +36,23 @@ This is a custom format to help Radarr to recognize & ignore BR-DISK (ISO's and 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-20200808124737628](images/image-20200808124737628.png) + ![image-20200823155946642](images/image-20200823155946642.png) `(avc|vc-1|hevc)` - ![image-20200808125705941](images/image-20200808125705941.png) + ![image-20200823160216479](images/image-20200823160216479.png) `Remux` - ![image-20200808125912185](images/image-20200808125912185.png) + ![image-20200823160329429](images/image-20200823160329429.png) `WEBDL` - ![image-20200808130000958](images/image-20200808130000958.png) + ![image-20200823160419447](images/image-20200823160419447.png) `^((?!x265).)*$` - ![image-20200808130041075](images/image-20200808130041075.png) - - + ![image-20200823160456561](images/image-20200823160456561.png) #### **NOTE:** @@ -52,19 +66,88 @@ You will need to add the following to your new Custom Format when created in you ------ +------ + ### EVO except WEB-DL This group is often banned for the low quality Blu-ray releases but their WEB-DL are okay. - ![image-20200808133247734](images/image-20200808133247734.png) + ![image-20200823160627512](images/image-20200823160627512.png) `\b-EVO\b` - ![image-20200808133358042](images/image-20200808133358042.png) + ![image-20200823160801588](images/image-20200823160801588.png) `WEBDL` - ![image-20200808133438603](images/image-20200808133438603.png) + ![image-20200823162547299](images/image-20200823162547299.png) + +------ + +------ + +### Dolby TrueHD/ATMOS + +If you prefer TrueHD|Atmos audio tracks. + + + + ![image-20200823144556484](images/image-20200823144556484.png) + + + +`truehd|atmos` + + ![image-20200823144701236](images/image-20200823144701236.png) + +------ + +------ + +### DTS-HD/DTS:X + +If you prefer DTS-HD/DTS:X audio tracks. + + ![image-20200823151557625](images/image-20200823151557625.png) + +`dts.?(hd|es|x(?!\d))` + + ![image-20200823151639099](images/image-20200823151639099.png) + +------ + +------ + +### Single Layer DV + +Custom Format for Single Layer Dolby Vision releases. + + + ![image-20200823152059999](images/image-20200823152059999.png) + +`sl.?dv|single.?layer.?dovi` + + ![image-20200823152225653](images/image-20200823152225653.png) + +`Remux` + + ![image-20200823152302737](images/image-20200823152302737.png) + +------ + +------ + +### Special Edition + +Custom format for several Special Editions + + ![image-20200904212829258](images/image-20200904212829258.png) + +`extended|uncut|director|special|unrated|uncensored|\.cut[\.|-]` + + ![image-20200904212930373](images/image-20200904212930373.png) + +------ ------ diff --git a/RadarrV3/images/image-20200808124737628.png b/RadarrV3/images/image-20200808124737628.png deleted file mode 100644 index efa6f5f9b..000000000 Binary files a/RadarrV3/images/image-20200808124737628.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808125705941.png b/RadarrV3/images/image-20200808125705941.png deleted file mode 100644 index 517d18b5f..000000000 Binary files a/RadarrV3/images/image-20200808125705941.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808125912185.png b/RadarrV3/images/image-20200808125912185.png deleted file mode 100644 index 1cfb7ecf1..000000000 Binary files a/RadarrV3/images/image-20200808125912185.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808130000958.png b/RadarrV3/images/image-20200808130000958.png deleted file mode 100644 index 9a62ca45e..000000000 Binary files a/RadarrV3/images/image-20200808130000958.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808130041075.png b/RadarrV3/images/image-20200808130041075.png deleted file mode 100644 index f0ff24b2a..000000000 Binary files a/RadarrV3/images/image-20200808130041075.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808133247734.png b/RadarrV3/images/image-20200808133247734.png deleted file mode 100644 index 70e65c966..000000000 Binary files a/RadarrV3/images/image-20200808133247734.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808133358042.png b/RadarrV3/images/image-20200808133358042.png deleted file mode 100644 index 3e0687bfa..000000000 Binary files a/RadarrV3/images/image-20200808133358042.png and /dev/null differ diff --git a/RadarrV3/images/image-20200808133438603.png b/RadarrV3/images/image-20200808133438603.png deleted file mode 100644 index af066285f..000000000 Binary files a/RadarrV3/images/image-20200808133438603.png and /dev/null differ diff --git a/RadarrV3/images/image-20200823144556484.png b/RadarrV3/images/image-20200823144556484.png new file mode 100644 index 000000000..8d72bef8d Binary files /dev/null and b/RadarrV3/images/image-20200823144556484.png differ diff --git a/RadarrV3/images/image-20200823144701236.png b/RadarrV3/images/image-20200823144701236.png new file mode 100644 index 000000000..c8b72e531 Binary files /dev/null and b/RadarrV3/images/image-20200823144701236.png differ diff --git a/RadarrV3/images/image-20200823151557625.png b/RadarrV3/images/image-20200823151557625.png new file mode 100644 index 000000000..fef313449 Binary files /dev/null and b/RadarrV3/images/image-20200823151557625.png differ diff --git a/RadarrV3/images/image-20200823151639099.png b/RadarrV3/images/image-20200823151639099.png new file mode 100644 index 000000000..ef3f15a75 Binary files /dev/null and b/RadarrV3/images/image-20200823151639099.png differ diff --git a/RadarrV3/images/image-20200823152059999.png b/RadarrV3/images/image-20200823152059999.png new file mode 100644 index 000000000..d39478962 Binary files /dev/null and b/RadarrV3/images/image-20200823152059999.png differ diff --git a/RadarrV3/images/image-20200823152225653.png b/RadarrV3/images/image-20200823152225653.png new file mode 100644 index 000000000..f2d3bef5c Binary files /dev/null and b/RadarrV3/images/image-20200823152225653.png differ diff --git a/RadarrV3/images/image-20200823152302737.png b/RadarrV3/images/image-20200823152302737.png new file mode 100644 index 000000000..fe59ad06a Binary files /dev/null and b/RadarrV3/images/image-20200823152302737.png differ diff --git a/RadarrV3/images/image-20200823155946642.png b/RadarrV3/images/image-20200823155946642.png new file mode 100644 index 000000000..56db15387 Binary files /dev/null and b/RadarrV3/images/image-20200823155946642.png differ diff --git a/RadarrV3/images/image-20200823160216479.png b/RadarrV3/images/image-20200823160216479.png new file mode 100644 index 000000000..33d5511ce Binary files /dev/null and b/RadarrV3/images/image-20200823160216479.png differ diff --git a/RadarrV3/images/image-20200823160329429.png b/RadarrV3/images/image-20200823160329429.png new file mode 100644 index 000000000..eaaec9216 Binary files /dev/null and b/RadarrV3/images/image-20200823160329429.png differ diff --git a/RadarrV3/images/image-20200823160419447.png b/RadarrV3/images/image-20200823160419447.png new file mode 100644 index 000000000..80a4467f9 Binary files /dev/null and b/RadarrV3/images/image-20200823160419447.png differ diff --git a/RadarrV3/images/image-20200823160456561.png b/RadarrV3/images/image-20200823160456561.png new file mode 100644 index 000000000..178d4bdbc Binary files /dev/null and b/RadarrV3/images/image-20200823160456561.png differ diff --git a/RadarrV3/images/image-20200823160627512.png b/RadarrV3/images/image-20200823160627512.png new file mode 100644 index 000000000..91edca89a Binary files /dev/null and b/RadarrV3/images/image-20200823160627512.png differ diff --git a/RadarrV3/images/image-20200823160801588.png b/RadarrV3/images/image-20200823160801588.png new file mode 100644 index 000000000..ce490bd53 Binary files /dev/null and b/RadarrV3/images/image-20200823160801588.png differ diff --git a/RadarrV3/images/image-20200823162547299.png b/RadarrV3/images/image-20200823162547299.png new file mode 100644 index 000000000..1d8291506 Binary files /dev/null and b/RadarrV3/images/image-20200823162547299.png differ diff --git a/RadarrV3/images/image-20200904212829258.png b/RadarrV3/images/image-20200904212829258.png new file mode 100644 index 000000000..d5d56461c Binary files /dev/null and b/RadarrV3/images/image-20200904212829258.png differ diff --git a/RadarrV3/images/image-20200904212930373.png b/RadarrV3/images/image-20200904212930373.png new file mode 100644 index 000000000..a578747e0 Binary files /dev/null and b/RadarrV3/images/image-20200904212930373.png differ diff --git a/RadarrV3/images/image-20200904215047871.png b/RadarrV3/images/image-20200904215047871.png new file mode 100644 index 000000000..aded4c90d Binary files /dev/null and b/RadarrV3/images/image-20200904215047871.png differ diff --git a/RadarrV3/images/image-20200904215205552.png b/RadarrV3/images/image-20200904215205552.png new file mode 100644 index 000000000..d10ef6c52 Binary files /dev/null and b/RadarrV3/images/image-20200904215205552.png differ diff --git a/RadarrV3/images/image-20200904215249279.png b/RadarrV3/images/image-20200904215249279.png new file mode 100644 index 000000000..d0233c180 Binary files /dev/null and b/RadarrV3/images/image-20200904215249279.png differ