From 251acda2f4611f01c5a7d6d1112560784badcdc1 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 7 Mar 2020 13:03:17 +0100 Subject: [PATCH] Update Collection-of-Custom-Formats-for-Radarr.md Fixed Layout --- Radarr/Collection-of-Custom-Formats-for-Radarr.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Radarr/Collection-of-Custom-Formats-for-Radarr.md b/Radarr/Collection-of-Custom-Formats-for-Radarr.md index 2648f4b24..7e43cd8a7 100644 --- a/Radarr/Collection-of-Custom-Formats-for-Radarr.md +++ b/Radarr/Collection-of-Custom-Formats-for-Radarr.md @@ -14,6 +14,7 @@ ![](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) @@ -22,7 +23,8 @@ ![](images/image-20200307121910786.png) -> DTS-HD/DTS:X = `C_RXRQ_DTS.?(HD|ES|X(?!\d))` +> 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) @@ -32,6 +34,7 @@ ![](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) @@ -41,12 +44,14 @@ ![](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. @@ -58,6 +63,7 @@ ![](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)