Moved: Several CF to Optional

- Moved: Several CF to Optional
pull/764/head
TRaSH 2 years ago
parent a8301bdcbb
commit c8ebcd9ddc

@ -48,31 +48,31 @@ I also made 3 guides related to this one.
------
| Movie Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------------------------------- | ----------------------------------- | --------------------- | ---------------------- |
| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) |
| [Remaster](#remaster) | [LQ](#lq) | [HQ](#hq) | [Apple TV+](#aptv) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) |
| [Special Editions](#special-edition) | [DV (WEBDL)](#dv-webdl) | | [HBO Max](#hmax) |
| [Criterion Collection](#criterion-collection) | [Bad Dual Groups](#bad-dual-groups) | | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | [x265 (HD)](#x265-hd) | | [Netflix](#nf) |
| [IMAX](#imax) | [x265 (no HDR/DV)](#x265-no-hdrdv) | | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | | [Paramount+](#pmtp) |
| | | | [Movies Anywhere](#ma) |
------
| Misc | Optional |   |   |
| ------------------------------------- | ------------------------------- | ------ | ------ |
| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) |   |   |
| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) |   |   |
| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   |
| [x264](#x264) | [Retags](#retags) |   |   |
| [x265](#x265) | |   |   |
| [MPEG2](#mpeg2) | |   |   |
| [FreeLeech](#freeleech) | |   |   |
| [Dutch Groups](#dutch-groups) | |   |   |
| [Anime Dual Audio](#anime-dual-audio) | |   |   |
| Movie Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------------------------------- | ---------------------------------- | --------------------- | ---------------------- |
| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) |
| [Remaster](#remaster) | [LQ](#lq) | [HQ](#hq) | [Apple TV+](#aptv) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) |
| [Special Editions](#special-edition) | [DV (WEBDL)](#dv-webdl) | | [HBO Max](#hmax) |
| [Criterion Collection](#criterion-collection) | [x265 (HD)](#x265-hd) | | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | [x265 (no HDR/DV)](#x265-no-hdrdv) | | [Netflix](#nf) |
| [IMAX](#imax) | | | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | | [Paramount+](#pmtp) |
| | | | [Movies Anywhere](#ma) |
------
| Misc | Optional |   |   |
| ------------------------------------- | ----------------------------------- | ------ | ------ |
| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) |   |   |
| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) |   |   |
| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   |
| [x264](#x264) | [Retags](#retags) |   |   |
| [x265](#x265) | [Bad Dual Groups](#bad-dual-groups) |   |   |
| [MPEG2](#mpeg2) | |   |   |
| [FreeLeech](#freeleech) | |   |   |
| [Dutch Groups](#dutch-groups) | |   |   |
| [Anime Dual Audio](#anime-dual-audio) | |   |   |
## Audio Advanced
@ -889,14 +889,12 @@ I also made 3 guides related to this one.
This blocks/ignores 720/1080p(HD) releases that are encoded in x265.
In your quality profile use the following score for this Custom Format: `-10000`
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-hd']['trash_score'] }}`
!!! fail ""
--8<-- "includes/docker/x265.md"
!!! Danger
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv)
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning:"
??? example "JSON - [CLICK TO EXPAND]"
@ -918,11 +916,9 @@ I also made 3 guides related to this one.
*Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.*
In your quality profile use the following score for this Custom Format: `-10000`
!!! Danger
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd)
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning:"
??? example "JSON - [CLICK TO EXPAND]"
@ -971,24 +967,6 @@ I also made 3 guides related to this one.
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Bad Dual Groups
??? faq "Bad dual groups - [CLICK TO EXPAND]"
These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bad-dual-groups.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Optional
@ -1064,6 +1042,24 @@ I also made 3 guides related to this one.
<sub><sup>[TOP](#index)</sup>
<sub><sup>[TOP](#index)</sup>
------
### Bad Dual Groups
??? faq "Bad dual groups - [CLICK TO EXPAND]"
These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bad-dual-groups.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc

Loading…
Cancel
Save