Deployed 0f747c32 with MkDocs version: 1.6.0

gh-pages
11 months ago
parent f429809e46
commit a6bc7b660f

@ -1441,6 +1441,30 @@
</span>
</a>
<nav class="md-nav" aria-label="x265 (no HDR/DV)">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#microsized-wrong-source_1" class="md-nav__link">
<span class="md-ellipsis">
Microsized &amp; Wrong Source
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#golden-rule_1" class="md-nav__link">
<span class="md-ellipsis">
Golden Rule
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -5735,6 +5759,30 @@
</span>
</a>
<nav class="md-nav" aria-label="x265 (no HDR/DV)">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#microsized-wrong-source_1" class="md-nav__link">
<span class="md-ellipsis">
Microsized &amp; Wrong Source
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#golden-rule_1" class="md-nav__link">
<span class="md-ellipsis">
Golden Rule
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -9386,7 +9434,7 @@ It can offer better visual experiences relative to HDR10. The most significant d
<details class="question">
<summary>DV HDR10 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-hdr10.md -->
<em>This Custom Format will only match on</em> <code>DV HDR10</code></p>
This Custom Format will only match on <code>DV HDR10</code></p>
<p>This format provides Dolby Vision <em>with</em> HDR10 fallback.
You will find this mainly with:</p>
<ul>
@ -11627,9 +11675,11 @@ Several reasons why this is happening:</p>
<p><sub>720/1080p no x265 = x265 (720/1080p) = x265 (HD)</sub></p>
<details class="question">
<summary>x265 (HD) - [Click to show/hide]</summary>
<p>This blocks all 720/1080p (HD) releases that are encoded in x265.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr.md -->
This blocks all 720/1080p (HD) releases that are encoded in x265.</p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition failure">
<details class="question">
<summary>Why block 720/1080p encodes in x265? - [Click to show/hide]</summary>
<div class="admonition quote">
<p class="admonition-title">Quote</p>
<p>x265 is good for 4k stuff or 1080p if they used the remuxes as source.
@ -11652,14 +11702,15 @@ It's all really dependent on specific situations for different people</p>
<p>That's why I created my own golden rule.</p>
<ul>
<li>720/1080p =&gt; x264</li>
<li>
<p>2160p/4k =&gt; x265</p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
<li>2160p/4k =&gt; x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -12648,13 +12699,43 @@ For example, a lot of EVO releases end up stripped of the group name so they app
<h3 id="x265-no-hdrdv">x265 (no HDR/DV)<a class="headerlink" href="#x265-no-hdrdv" title="Permanent link"></a></h3>
<details class="question">
<summary>x265 (no HDR/DV) - [Click to show/hide]</summary>
<p>This blocks most 720/1080p (HD) releases that are encoded in x265.</p>
<p><strong>But it will allow 720/1080p x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr.md -->
This blocks most 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow 720/1080p x265 releases if they have HDR and/or DV</strong></p>
<p><em>Since some NF releases won't be released as 4k, this allows you to still have the DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<details class="question">
<summary>Why block 720/1080p encodes in x265? - [Click to show/hide]</summary>
<div class="admonition quote">
<p class="admonition-title">Quote</p>
<p>x265 is good for 4k stuff or 1080p if they used the remuxes as source.
If the media isn't source quality/remux, then there will be a loss of quality every time.
Also, once you go x265, typically that file is done.
It can't be changed to something else without a huge loss of quality.</p>
<p>Something like 95% of video files are x264 and have much better direct play support.
If you have more than a couple users,
you will notice much more transcoding.
Just depends on your priorities.</p>
<p>So basically if you are storage poor and just need to save space, use x265.
The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes.
If you want maximum compatibility and the option to change your files to something else later,
then x264.
It's all really dependent on specific situations for different people</p>
</div>
<h4 id="microsized-wrong-source_1">Microsized &amp; Wrong Source<a class="headerlink" href="#microsized-wrong-source_1" title="Permanent link"></a></h4>
<p>It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.</p>
<h4 id="golden-rule_1">Golden Rule<a class="headerlink" href="#golden-rule_1" title="Permanent link"></a></h4>
<p>That's why I created my own golden rule.</p>
<ul>
<li>720/1080p =&gt; x264</li>
<li>2160p/4k =&gt; x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -12855,8 +12936,13 @@ This will prevent grabbing UHD/4k releases without HDR Formats.</p>
<h3 id="sdr-no-webdl">SDR (no WEBDL)<a class="headerlink" href="#sdr-no-webdl" title="Permanent link"></a></h3>
<details class="question">
<summary>SDR (no WEBDL) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl.md -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr.md -->
This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
@ -22882,7 +22968,7 @@ The service features Bell Media original programming, exclusive Canadian access
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">May 19, 2024 21:30:09</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">May 22, 2024 19:16:24</span>
</span>

@ -3881,11 +3881,6 @@ This option should only be used for French indexers where you are sure that <cod
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -3898,15 +3893,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4297,11 +4283,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4314,15 +4295,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -5187,11 +5159,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -5204,15 +5171,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -5866,11 +5824,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -5883,15 +5836,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -6755,11 +6699,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -6772,15 +6711,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -3683,11 +3683,6 @@ Cette option ne devrait être utilisée que pour les indexers français où vous
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -3700,15 +3695,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4099,11 +4085,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4116,15 +4097,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4992,11 +4964,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -5009,15 +4976,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -5671,11 +5629,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -5688,15 +5641,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -6563,11 +6507,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -6580,15 +6519,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -4015,10 +4015,12 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4070,11 +4072,6 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4087,15 +4084,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4800,10 +4788,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4856,11 +4846,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4873,15 +4858,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4889,6 +4865,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4908,6 +4892,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4916,9 +4905,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>
@ -5417,10 +5416,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -5472,11 +5473,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -5489,15 +5485,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -6206,10 +6193,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -6262,11 +6251,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -6279,15 +6263,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -6295,6 +6270,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -6314,6 +6297,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -6322,9 +6310,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>
@ -6897,10 +6895,12 @@ When you add your preferred Custom Format and set it to something like <code>+10
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>

@ -4021,10 +4021,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4041,7 +4043,6 @@
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code>, Read the Why below and don't forget to read the warning,<br><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></li>
<li><code>AV1</code> This will prevent grabbing AV1 releases.</li>
</ul>
</div>
@ -4058,6 +4059,11 @@
</thead>
<tbody>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#av1">AV1</a></td>
<td style="text-align: center;">-10000</td>
<td>cae4ca30163749b891686f95532519bd</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a></td>
<td style="text-align: center;">-10000</td>
<td>b6832f586342ef70d9c128d40c07b872</td>
@ -4088,11 +4094,6 @@
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost">HDR10+ Boost</a></td>
<td style="text-align: center;">901</td>
<td>b17886cb4158d9fea189859409975758</td>
@ -4107,6 +4108,7 @@
<hr />
<p>Breakdown and Why</p>
<ul>
<li><strong>AV1</strong>: This will prevent grabbing AV1 releases.</li>
<li><strong>Bad Dual Groups:</strong> [<em>Optional</em>] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track.
Also they often even rename the release name into Portuguese.</li>
<li><strong>EVO (no WEBDL):</strong> This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay.</li>
@ -4114,24 +4116,21 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
<li>
<p><strong>HDR10+ Boost:</strong> [<em>Optional</em>] (use this one only if you have a (Samsung) TV that supports HDR10+ and don't mind the chance to get less streaming optimized releases)</p>
</li>
<li><strong>HDR10+ Boost:</strong> [<em>Optional</em>] (use this one only if you have a (Samsung) TV that supports HDR10+ and don't mind the chance to get less streaming optimized releases)</li>
<li><strong>DV HDR10+ Boost:</strong> [<em>Optional</em>] (use this one only if you don't mind the chance to get less streaming optimized releases)</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4151,6 +4150,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4159,9 +4163,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -3778,10 +3778,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>

@ -4068,10 +4068,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4082,12 +4084,9 @@
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/sqp-uhd-radarr-optional.md -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional.md -->
<details class="abstract">
<summary>Optional - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title"><strong>I recommend to use the <code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code>, Read the Why below and don't forget to read the warning, <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></strong></p>
</div>
<table>
<thead>
<tr>
@ -4127,11 +4126,6 @@
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4144,15 +4138,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4160,6 +4145,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4179,6 +4172,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4187,9 +4185,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -4052,10 +4052,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4066,12 +4068,9 @@
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/sqp-uhd-radarr-optional.md -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional.md -->
<details class="abstract">
<summary>Optional - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title"><strong>I recommend to use the <code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code>, Read the Why below and don't forget to read the warning, <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></strong></p>
</div>
<table>
<thead>
<tr>
@ -4111,11 +4110,6 @@
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4128,15 +4122,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4144,6 +4129,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4163,6 +4156,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4171,9 +4169,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -4051,10 +4051,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4065,12 +4067,9 @@
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/sqp-uhd-radarr-optional.md -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional.md -->
<details class="abstract">
<summary>Optional - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title"><strong>I recommend to use the <code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code>, Read the Why below and don't forget to read the warning, <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></strong></p>
</div>
<table>
<thead>
<tr>
@ -4110,11 +4109,6 @@
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4127,15 +4121,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4143,6 +4128,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4162,6 +4155,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4170,9 +4168,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -4068,10 +4068,12 @@
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4082,12 +4084,9 @@
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/sqp-uhd-radarr-optional.md -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional.md -->
<details class="abstract">
<summary>Optional - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title"><strong>I recommend to use the <code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code>, Read the Why below and don't forget to read the warning, <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></strong></p>
</div>
<table>
<thead>
<tr>
@ -4127,11 +4126,6 @@
<td style="text-align: center;">-10000</td>
<td>f537cf427b64c38c8e36298f657e4828</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4144,15 +4138,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4160,6 +4145,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional UHD - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4179,6 +4172,11 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
</tbody>
</table>
<hr />
@ -4187,9 +4185,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Radarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -1871,6 +1871,30 @@
</span>
</a>
<nav class="md-nav" aria-label="x265 (no HDR/DV)">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#microsized-wrong-source_1" class="md-nav__link">
<span class="md-ellipsis">
Microsized &amp; Wrong Source
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#golden-rule_1" class="md-nav__link">
<span class="md-ellipsis">
Golden Rule
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -5843,6 +5867,30 @@
</span>
</a>
<nav class="md-nav" aria-label="x265 (no HDR/DV)">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#microsized-wrong-source_1" class="md-nav__link">
<span class="md-ellipsis">
Microsized &amp; Wrong Source
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#golden-rule_1" class="md-nav__link">
<span class="md-ellipsis">
Golden Rule
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -9529,7 +9577,7 @@ It can offer better visual experiences relative to HDR10. The most significant d
<details class="question">
<summary>DV HDR10 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-hdr10.md -->
<em>This Custom Format will only match on</em> <code>DV HDR10</code></p>
This Custom Format will only match on <code>DV HDR10</code></p>
<p>This format provides Dolby Vision <em>with</em> HDR10 fallback.
You will find this mainly with:</p>
<ul>
@ -10770,9 +10818,11 @@ Because this Custom Format is used to exclude downloading of BR-DISK, it is stil
<p><sub>720/1080p no x265 = x265 (720/1080p) = x265 (HD)</sub></p>
<details class="question">
<summary>x265 (HD) - [Click to show/hide]</summary>
<p>This blocks/ignores 720/1080p(HD) releases that are encoded in x265</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-sonarr.md -->
This blocks all 720/1080p (HD) releases that are encoded in x265.</p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition failure">
<details class="question">
<summary>Why block 720/1080p encodes in x265? - [Click to show/hide]</summary>
<div class="admonition quote">
<p class="admonition-title">Quote</p>
<p>x265 is good for 4k stuff or 1080p if they used the remuxes as source.
@ -10795,14 +10845,15 @@ It's all really dependent on specific situations for different people</p>
<p>That's why I created my own golden rule.</p>
<ul>
<li>720/1080p =&gt; x264</li>
<li>
<p>2160p/4k =&gt; x265</p>
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
<li>2160p/4k =&gt; x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -12064,13 +12115,43 @@ For example, a lot of EVO releases end up stripped of the group name so they app
<h3 id="x265-no-hdrdv">x265 (no HDR/DV)<a class="headerlink" href="#x265-no-hdrdv" title="Permanent link"></a></h3>
<details class="question">
<summary>x265 (no HDR/DV) - [Click to show/hide]</summary>
<p>This blocks most 720/1080p (HD) releases that are encoded in x265.</p>
<p><strong>But it will allow 720/1080p x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-sonarr.md -->
This blocks most 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow 720/1080p x265 releases if they have HDR and/or DV</strong></p>
<p><em>Since some NF releases won't be released as 4k, this allows you to still have the DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<details class="question">
<summary>Why block 720/1080p encodes in x265? - [Click to show/hide]</summary>
<div class="admonition quote">
<p class="admonition-title">Quote</p>
<p>x265 is good for 4k stuff or 1080p if they used the remuxes as source.
If the media isn't source quality/remux, then there will be a loss of quality every time.
Also, once you go x265, typically that file is done.
It can't be changed to something else without a huge loss of quality.</p>
<p>Something like 95% of video files are x264 and have much better direct play support.
If you have more than a couple users,
you will notice much more transcoding.
Just depends on your priorities.</p>
<p>So basically if you are storage poor and just need to save space, use x265.
The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes.
If you want maximum compatibility and the option to change your files to something else later,
then x264.
It's all really dependent on specific situations for different people</p>
</div>
<h4 id="microsized-wrong-source_1">Microsized &amp; Wrong Source<a class="headerlink" href="#microsized-wrong-source_1" title="Permanent link"></a></h4>
<p>It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.</p>
<h4 id="golden-rule_1">Golden Rule<a class="headerlink" href="#golden-rule_1" title="Permanent link"></a></h4>
<p>That's why I created my own golden rule.</p>
<ul>
<li>720/1080p =&gt; x264</li>
<li>2160p/4k =&gt; x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -12271,8 +12352,13 @@ This will prevent grabbing UHD/4k releases without HDR Formats.</p>
<h3 id="sdr-no-webdl">SDR (no WEBDL)<a class="headerlink" href="#sdr-no-webdl" title="Permanent link"></a></h3>
<details class="question">
<summary>SDR (no WEBDL) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl.md -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-sonarr.md -->
This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
@ -22820,7 +22906,7 @@ The service features Bell Media original programming, exclusive Canadian access
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">May 12, 2024 18:13:43</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">May 22, 2024 19:16:24</span>
</span>

@ -4534,6 +4534,14 @@ You could end up with a single audio release when a MULTi release exists. This i
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional (UHD) - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4553,21 +4561,10 @@ You could end up with a single audio release when a MULTi release exists. This i
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Custom Format</th>
<th style="text-align: center;">Score</th>
<th>Trash ID</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
</tbody>
</table>
@ -4577,9 +4574,19 @@ You could end up with a single audio release when a MULTi release exists. This i
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -4338,6 +4338,14 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional (UHD) - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4357,21 +4365,10 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Custom Format</th>
<th style="text-align: center;">Score</th>
<th>Trash ID</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
</tbody>
</table>
@ -4381,9 +4378,19 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>

@ -3861,10 +3861,12 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>
@ -3910,11 +3912,6 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<td style="text-align: center;">-10000</td>
<td>1b3994c551cbb92a2c781af061f4ab44</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
</tbody>
</table>
<hr />
@ -3926,15 +3923,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming).</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>This will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this combined with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever apply one of them. <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4416,10 +4404,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>
@ -4465,11 +4455,6 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>1b3994c551cbb92a2c781af061f4ab44</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
</tbody>
</table>
<hr />
@ -4481,15 +4466,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Obfuscated:</strong> [<em>Optional</em>] Use these only if you wish to avoid renamed releases.</li>
<li><strong>Retags:</strong> [<em>Optional</em>] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming).</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>This will allow x265 releases if they have HDR and/or DV</strong></p>
<p><em>Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.</em></p>
<p>In your quality profile use the following score for this Custom Format: <code>-10000</code></p>
<div class="admonition danger">
<p class="admonition-title">Don't use this combined with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a>, Only ever apply one of them. <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
</details>
<!-- END INCLUDE -->
@ -4497,6 +4473,14 @@ Also they often even rename the release name into Portuguese.</li>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-optional-uhd.md -->
<details class="abstract">
<summary>Optional (UHD) - [Click to show/hide]</summary>
<div class="admonition tip">
<p class="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> please see the notes below.</strong></li>
<li><code>x265 (no HDR/DV)</code> over the <code>x265 (HD)</code></li>
<li><code>SDR (no WEBDL)</code> over the <code>SDR</code></li>
</ul>
</div>
<table>
<thead>
<tr>
@ -4516,21 +4500,10 @@ Also they often even rename the release name into Portuguese.</li>
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Custom Format</th>
<th style="text-align: center;">Score</th>
<th>Trash ID</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
</tbody>
</table>
@ -4540,9 +4513,19 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>SDR:</strong> This will prevent grabbing UHD/4k releases without HDR Formats.</li>
<li>
<p><strong>SDR (no WEBDL):</strong> This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr-no-webdl-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr">SDR</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr" rel="noopener noreferrer" target="_blank">SDR</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>x265 (no HDR/DV):</strong> This blocks 720/1080p (HD) releases that are encoded in x265, <strong>But it will allow x265 releases if they have HDR and/or DV</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
</ul>
</details>
@ -5056,10 +5039,12 @@ When you add your preferred Custom Format and set it to something like <code>+10
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>LQ (Release Title):</strong> A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</p>
<p><strong>x265 (HD):</strong> This blocks 720/1080p (HD) releases that are encoded in x265.</p>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-sonarr-warning.md -->
<div class="admonition danger">
<p class="admonition-title">Don't use this together with <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></p>
<p class="admonition-title">If you have also added <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv" rel="noopener noreferrer" target="_blank">x265 (no HDR/DV)</a> to your Sonarr,<br>then one of them should be scored as <code>0</code> in your quality profile.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save