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/includes/cf/radarr-optional.md

4.2 KiB

??? abstract "Optional - [Click to show/hide]"

Custom Format Score Trash ID
{{ radarr['cf']['bad-dual-groups']['name'] }} {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} {{ radarr['cf']['bad-dual-groups']['trash_id'] }}
{{ radarr['cf']['evo-no-webdl']['name'] }} {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} {{ radarr['cf']['evo-no-webdl']['trash_id'] }}
{{ radarr['cf']['no-rlsgroup']['name'] }} {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} {{ radarr['cf']['no-rlsgroup']['trash_id'] }}
{{ radarr['cf']['obfuscated']['name'] }} {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} {{ radarr['cf']['obfuscated']['trash_id'] }}
{{ radarr['cf']['retags']['name'] }} {{ radarr['cf']['retags']['trash_scores']['default'] }} {{ radarr['cf']['retags']['trash_id'] }}
{{ radarr['cf']['scene']['name'] }} {{ radarr['cf']['scene']['trash_scores']['default'] }} {{ radarr['cf']['scene']['trash_id'] }}
{{ radarr['cf']['x265-no-hdrdv']['name'] }} ⚠️ {{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }} {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }}
------

Breakdown and Why

- **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] 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.
- **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay.
- **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored.
- **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases.
- **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this only if you dislike retagged releases. This will help avoid retagged releases that may no longer meet the quality of the original group
- **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases)
- **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.

    **But it will allow x265 releases if they have HDR and/or DV**

    *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: `{{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}`

    !!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"