You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/Radarr/Collection-of-Custom-Format...

90 lines
2.7 KiB

## 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)
- [Single Layer DV](#single-layer-dv)
------
#### 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)` `M_N_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)
------
#### Single Layer DV
![](images/image-20200517185154185.png)
>Single Layer DV = `C_RXRQ_SL.?DV|Single.?Layer.?DoVi` `M_RQ_REMUX`
>
>If you prefer Dolby Vision Video's you now can use Single layer Dolby Vision what seems to works in Plex on the Shield.... The Double layer's only tend to work on smart tv's.
>
>To make this workable you need to check this in your profile and put it on top of the others you got !!!
>
>![](images/image-20200517185901176.png)
>
>And also make sure you set it as `Custom Format Cutoff`
>
>![](images/image-20200517190028898.png)