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/RadarrV3/Collection-of-Custom-Format...

71 lines
1.9 KiB

## 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 !!!
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.
------
[BR-DISK](#br-disk)
[EVO except WEB-DL](#evo-except-web-dl)
------
### BR-DISK
This is a custom format to help Radarr to recognize & ignore BR-DISK (ISO's and Blu-ray folder structure).
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)
`(avc|vc-1|hevc)`
![image-20200808125705941](images/image-20200808125705941.png)
`Remux`
![image-20200808125912185](images/image-20200808125912185.png)
`WEBDL`
![image-20200808130000958](images/image-20200808130000958.png)
`^((?!x265).)*$`
![image-20200808130041075](images/image-20200808130041075.png)
#### **NOTE:**
> Depending on your rename scheme it could happen that it will match renamed files after download 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.
> Several reasons why this is happening:
>
> - Blame the often wrongly used naming of x265 encodes.
> - Radarr v3 uses dynamic custom formats
------
### 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)
`\b-EVO\b`
![image-20200808133358042](images/image-20200808133358042.png)
`WEBDL`
![image-20200808133438603](images/image-20200808133438603.png)
------