diff --git a/Radarr/Collection-of-Custom-Formats-for-Radarr.md b/Radarr/Collection-of-Custom-Formats-for-Radarr.md new file mode 100644 index 000000000..7b18c7e65 --- /dev/null +++ b/Radarr/Collection-of-Custom-Formats-for-Radarr.md @@ -0,0 +1,65 @@ +## Collection of Custom Formats for Radarr + + +- [Dolby TrueHD/ATMOS](#dolby-truehd/atmos) +- [DTS-HD/DTS:X](#dts-hd/dts:x) +- [BR-DISK](#br-disk) +- [x264](#x264) +- [x265 (real x265)](#x265) +- [EVO (except WEB-DL)](#evo-(except-web-dl)) + +------ +#### Dolby TrueHD/ATMOS + +![](images/image-20200307121755593.png) + +> Dolby TrueHD/ATMOS = `C_RXRQ_TRUEHD|ATMOS` +> If you prefer TrueHD|Atmos audio tracks. +> To make this workable you need to put it in a order to what you prefer and above `none`. +> ![](images/image-20200307123344848.png) +------ +#### DTS-HD/DTS:X + +![](images/image-20200307121910786.png) + +> DTS-HD/DTS:X = `C_RXRQ_DTS.?(HD|ES|X(?!\d))` +> If you prefer DTS-HD audio tracks. +> To make this workable you need to put it in a order to what you prefer and above `none`. +> ![](images/image-20200307123344848.png) +------ +#### BR-DISK + +![](images/image-20200307121221123.png) + +> BR-DISK = `C_RXRQ_(AVC|VC-1|HEVC)` `N_RXRQ_(REMUX)` `S_N_WEBDL` `C_RXRQ_^((?!x265).)*$` +> If you don't want BR-DISK (Iso's and Blu-ray folder structure). +> To make this workable you need to uncheck it in your profile !!! +> ![](images/image-20200307123131923.png) +------ +#### x264 + +![](images/image-20200307121316716.png) + +> x264 = `C_RX_(X|H)\?264` +> If you prefer x264 releases (Encodes). +------ +#### x265 +![](images/image-20200307121406542.png) + +> x265 = `C_RX_(X|H)\.?265` +> If you prefer x265 releases (Encodes/Re-Encodes). +> Why HEVC isn't added in this CF ? +> HEVC is officially only used for untouched sources, but most x265 Encoders/Re-Encoders mix them in the release name because they don't know better or think they do. +> I didn't add it because this would also mean that BR-DISK/Remux is a x265 and those are untouched sources so never are x265. +> Luckily most x265 Encoders/Re-Encoders also add x265 so it get's picked up correctly. +------ +#### EVO (except WEB-DL) + +![](images/image-20200307121133057.png) + +> EVO (except WEB-DL) = `C_RX_\B(-EVO)\B` `S_N_WEBDL` +> This group is often banned for the low quality Blu-ray releases but their WEB-DL are okay. +> To make this workable you need to uncheck it in your profile !!! +> ![](images/image-20200307123503158.png) + +------ diff --git a/Radarr/images/image-20200307121133057.png b/Radarr/images/image-20200307121133057.png new file mode 100644 index 000000000..ec74bebaa Binary files /dev/null and b/Radarr/images/image-20200307121133057.png differ diff --git a/Radarr/images/image-20200307121221123.png b/Radarr/images/image-20200307121221123.png new file mode 100644 index 000000000..448a1adbf Binary files /dev/null and b/Radarr/images/image-20200307121221123.png differ diff --git a/Radarr/images/image-20200307121316716.png b/Radarr/images/image-20200307121316716.png new file mode 100644 index 000000000..7d95f0788 Binary files /dev/null and b/Radarr/images/image-20200307121316716.png differ diff --git a/Radarr/images/image-20200307121406542.png b/Radarr/images/image-20200307121406542.png new file mode 100644 index 000000000..719548bde Binary files /dev/null and b/Radarr/images/image-20200307121406542.png differ diff --git a/Radarr/images/image-20200307121755593.png b/Radarr/images/image-20200307121755593.png new file mode 100644 index 000000000..a45d8fe89 Binary files /dev/null and b/Radarr/images/image-20200307121755593.png differ diff --git a/Radarr/images/image-20200307121910786.png b/Radarr/images/image-20200307121910786.png new file mode 100644 index 000000000..55298203f Binary files /dev/null and b/Radarr/images/image-20200307121910786.png differ diff --git a/Radarr/images/image-20200307123131923.png b/Radarr/images/image-20200307123131923.png new file mode 100644 index 000000000..e82e5d83e Binary files /dev/null and b/Radarr/images/image-20200307123131923.png differ diff --git a/Radarr/images/image-20200307123344848.png b/Radarr/images/image-20200307123344848.png new file mode 100644 index 000000000..94cc74e0b Binary files /dev/null and b/Radarr/images/image-20200307123344848.png differ diff --git a/Radarr/images/image-20200307123503158.png b/Radarr/images/image-20200307123503158.png new file mode 100644 index 000000000..3876e035f Binary files /dev/null and b/Radarr/images/image-20200307123503158.png differ