Deployed 69c74f28 with MkDocs version: 1.6.1

gh-pages
2 months ago
parent e46ba0b343
commit 66d413ccdf

@ -3813,19 +3813,15 @@
<h1 id="basic-setup">Basic-Setup<a class="headerlink" href="#basic-setup" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/basic-setup.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <a href="/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<div class="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<ul>
@ -3834,8 +3830,6 @@
<li><code>/tv</code> =&gt; <code>/data/media/tv</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<hr />
<div class="admonition note">
<p class="admonition-title">Note</p>
@ -3863,7 +3857,6 @@
<p class="admonition-title">Warning</p>
<p>Do not set Pre-allocated disk space if you are using ZFS as your filesystem as ZFS <a href="https://github.com/openzfs/zfs/issues/326" rel="noopener noreferrer" target="_blank">does not support fallocate</a></p>
</div>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<div class="admonition warning">
<p class="admonition-title">ATTENTION</p>
<ol>
@ -3873,10 +3866,8 @@
<li>Starr Apps import from your download location (copy/move/hardlink) to your media folder/library</li>
<li>Plex, Emby, JellyFin, or Kodi should <strong>ONLY</strong> have access to your media folder/library</li>
</ol>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<!-- END INCLUDE -->
<hr />
<h2 id="bandwidth">Bandwidth<a class="headerlink" href="#bandwidth" title="Permanent link"></a></h2>
<p>Here you can set your rate limits, meaning your maximum download/upload/connections.</p>

@ -3630,7 +3630,6 @@
</div>
<p>See the forum thread for details below.</p>
<p><a href="https://forum.deluge-torrent.org/viewtopic.php?p=235653#p235653" rel="noopener noreferrer" target="_blank">ltConfig</a></p>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">
@ -3641,8 +3640,6 @@
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->

@ -3516,7 +3516,6 @@
<p>You can add users in the <code>Daemon</code> settings in preferences as well.</p>
<p>BE AWARE: These passwords are stored in PLAIN-TEXT in your <code>auth</code> file.</p>
</div>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">
@ -3527,8 +3526,6 @@
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->

@ -3885,7 +3885,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<p><code>0 4 * * *</code></p>
<p>You can generate your scheduling <a href="https://crontab.guru/">HERE</a></p>
<p><a class="glightbox" href="../images/Unraid-settings-user-scripts-deluge-mover-cron.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Set Run Time" src="../images/Unraid-settings-user-scripts-deluge-mover-cron.png" /></a></p>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">
@ -3896,8 +3895,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->

@ -3678,19 +3678,15 @@
<div class="admonition note">
<p class="admonition-title">NZBGet development has been picked up again by new developers over at <a href="https://github.com/nzbgetcom/nzbget" rel="noopener noreferrer" target="_blank">github</a>!</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/downloaders/basic-setup.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <a href="/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<div class="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<ul>
@ -3699,8 +3695,6 @@
<li><code>/tv</code> =&gt; <code>/data/media/tv</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<hr />
<h2 id="some-basics">Some Basics<a class="headerlink" href="#some-basics" title="Permanent link"></a></h2>
<table>

@ -3376,7 +3376,6 @@
<div class="admonition note">
<p class="admonition-title">NZBGet development has been picked up again by new developers over at <a href="https://github.com/nzbgetcom/nzbget" rel="noopener noreferrer" target="_blank">github</a>!</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/downloaders/path.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
@ -3388,14 +3387,11 @@
<p>It doesn't matter if you prefer to use <code>/data</code>, <code>/shared</code>, <code>/storage</code> or whatever.</p>
<p>The screenshots in the examples are using the following root path <code>/data</code></p>
</div>
<!-- END INCLUDE -->
<hr />
<p><code>Settings</code> =&gt; <code>PATHS</code></p>
<p><a class="glightbox" href="/File-and-Folder-Structure/images/nzbget-settings-paths.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="nzbget-settings-paths" src="/File-and-Folder-Structure/images/nzbget-settings-paths.png" /></a></p>
<p><code>Settings</code> =&gt; <code>CATEGORIES</code></p>
<p><a class="glightbox" href="/File-and-Folder-Structure/images/nzbget-settings-categories.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="nzbget-settings-categories" src="/File-and-Folder-Structure/images/nzbget-settings-categories.png" /></a></p>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<div class="admonition warning">
<p class="admonition-title">ATTENTION</p>
<ol>
@ -3405,10 +3401,8 @@
<li>Starr Apps import from your download location (copy/move/hardlink) to your media folder/library</li>
<li>Plex, Emby, JellyFin, or Kodi should <strong>ONLY</strong> have access to your media folder/library</li>
</ol>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3807,19 +3807,15 @@
<h1 id="sabnzbd-basic-setup">SABnzbd - Basic Setup<a class="headerlink" href="#sabnzbd-basic-setup" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/basic-setup.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <a href="/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<div class="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<ul>
@ -3828,8 +3824,6 @@
<li><code>/tv</code> =&gt; <code>/data/media/tv</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<hr />
<div class="admonition note">
<p class="admonition-title">Note</p>
@ -3849,7 +3843,6 @@
<p><code>Settings</code> =&gt; <code>Folders</code> =&gt; <code>Users Folders</code>
<a class="glightbox" href="../images/sabnzbd-folders.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Folders: User Folders" src="../images/sabnzbd-folders.png" /></a></p>
<p>Here you setup your download path/location.</p>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<div class="admonition warning">
<p class="admonition-title">ATTENTION</p>
<ol>
@ -3859,10 +3852,8 @@
<li>Starr Apps import from your download location (copy/move/hardlink) to your media folder/library</li>
<li>Plex, Emby, JellyFin, or Kodi should <strong>ONLY</strong> have access to your media folder/library</li>
</ol>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<!-- END INCLUDE -->
<h3 id="system-folders">System Folders<a class="headerlink" href="#system-folders" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Folders</code> =&gt; <code>System Folders</code>
<a class="glightbox" href="../images/sabnzbd-folders-system-folders.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Folders: System Folders" src="../images/sabnzbd-folders-system-folders.png" /></a></p>
@ -3942,7 +3933,7 @@ The default is empty, we picked history because it is easy. It'll end up in the
<h2 id="sorting">Sorting<a class="headerlink" href="#sorting" title="Permanent link"></a></h2>
<p><code>Settings</code> =&gt; <code>Sorting</code></p>
<div class="admonition danger">
<p class="admonition-title"><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong>MAKE SURE THAT SORTING IS ENTIRELY DISABLED</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p class="admonition-title"><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong>MAKE SURE THAT SORTING IS ENTIRELY DISABLED</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<h2 id="special">Special<a class="headerlink" href="#special" title="Permanent link"></a></h2>
<p>Rarely used options.

@ -3429,7 +3429,6 @@
<h1 id="sabnzbd-paths-and-categories">SABnzbd - Paths and Categories<a class="headerlink" href="#sabnzbd-paths-and-categories" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/path.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
@ -3441,15 +3440,12 @@
<p>It doesn't matter if you prefer to use <code>/data</code>, <code>/shared</code>, <code>/storage</code> or whatever.</p>
<p>The screenshots in the examples are using the following root path <code>/data</code></p>
</div>
<!-- END INCLUDE -->
<hr />
<p><code>SABnzbd config</code> =&gt; <code>Folders</code></p>
<p><a class="glightbox" href="../images/sabnzbd-folders.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!sabnzbd-folders" src="../images/sabnzbd-folders.png" /></a></p>
<p><code>SABnzbd config</code> =&gt; <code>Categories</code></p>
<p><a class="glightbox" href="../images/sabnzbd-categories.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!sabnzbd-categories" src="../images/sabnzbd-categories.png" /></a></p>
<p>You don't need to add the full path under <code>Folder/Path</code>, it will use the <code>Relative folders are based on:</code> path you see on the top of the screenshot, that you've set up as <code>Completed Download Folder</code>.</p>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<div class="admonition warning">
<p class="admonition-title">ATTENTION</p>
<ol>
@ -3459,10 +3455,8 @@
<li>Starr Apps import from your download location (copy/move/hardlink) to your media folder/library</li>
<li>Plex, Emby, JellyFin, or Kodi should <strong>ONLY</strong> have access to your media folder/library</li>
</ol>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<!-- END INCLUDE -->
<hr />
<h2 id="paths-and-categories-breakdown">Paths and Categories Breakdown<a class="headerlink" href="#paths-and-categories-breakdown" title="Permanent link"></a></h2>
<div class="admonition warning">

@ -3861,19 +3861,15 @@
<h1 id="qbittorrent-basic-setup">qBittorrent - Basic Setup<a class="headerlink" href="#qbittorrent-basic-setup" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/basic-setup.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <a href="/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<div class="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<ul>
@ -3882,8 +3878,6 @@
<li><code>/tv</code> =&gt; <code>/data/media/tv</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<hr />
<div class="admonition note">
<p class="admonition-title">Note</p>
@ -3953,7 +3947,6 @@
</li>
</ol>
<h4 id="attention">ATTENTION<a class="headerlink" href="#attention" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<div class="admonition warning">
<p class="admonition-title">ATTENTION</p>
<ol>
@ -3963,10 +3956,8 @@
<li>Starr Apps import from your download location (copy/move/hardlink) to your media folder/library</li>
<li>Plex, Emby, JellyFin, or Kodi should <strong>ONLY</strong> have access to your media folder/library</li>
</ol>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong><strong>Your Download and Media Library should be **NEVER</strong> the same locations**</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<!-- END INCLUDE -->
<hr />
<h2 id="connection">Connection<a class="headerlink" href="#connection" title="Permanent link"></a></h2>
<h3 id="listening-port">Listening Port<a class="headerlink" href="#listening-port" title="Permanent link"></a></h3>
@ -4124,7 +4115,7 @@
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong>NEVER USE THIS OPTION ON (Semi-)PRIVATE TRACKERS</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong>NEVER USE THIS OPTION ON (Semi-)PRIVATE TRACKERS</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<hr />
<h2 id="web-ui">Web UI<a class="headerlink" href="#web-ui" title="Permanent link"></a></h2>

@ -3373,7 +3373,6 @@
<h1 id="qbittorrent-paths">qBittorrent - Paths<a class="headerlink" href="#qbittorrent-paths" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/path.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
@ -3385,8 +3384,6 @@
<p>It doesn't matter if you prefer to use <code>/data</code>, <code>/shared</code>, <code>/storage</code> or whatever.</p>
<p>The screenshots in the examples are using the following root path <code>/data</code></p>
</div>
<!-- END INCLUDE -->
<hr />
<p><code>Options</code> =&gt; <code>Downloads</code></p>
<p><a class="glightbox" href="/File-and-Folder-Structure/images/qbt-options-downloads.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="qbt-options-downloads" src="/File-and-Folder-Structure/images/qbt-options-downloads.png" /></a></p>

@ -3839,7 +3839,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<p><code>0 4 * * *</code></p>
<p>You can generate your scheduling <a href="https://crontab.guru/">HERE</a></p>
<p><a class="glightbox" href="../images/Unraid-settings-user-scripts-qbit-mover-cron.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Set Run Time" src="../images/Unraid-settings-user-scripts-qbit-mover-cron.png" /></a></p>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">
@ -3850,8 +3849,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->

@ -3447,19 +3447,15 @@
<h1 id="rutorrent-basic-setup">ruTorrent - Basic Setup<a class="headerlink" href="#rutorrent-basic-setup" title="Permanent link"></a></h1>
<!-- BEGIN INCLUDE ../../../includes/downloaders/basic-setup.md -->
<p>This basic example is based on the use of docker images</p>
<div class="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <a href="/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<div class="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<ul>
@ -3468,8 +3464,6 @@
<li><code>/tv</code> =&gt; <code>/data/media/tv</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<hr />
<h2 id="soon">Soon<a class="headerlink" href="#soon" title="Permanent link"></a></h2>
<p>I've asked several people that used this download client for some help/feedback, but most of them just switched to qBittorrent.</p>

@ -3505,8 +3505,8 @@
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<ul>
<li>You <strong>CAN'T</strong> create hardlinks for directories <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>You <strong>CAN'T</strong> hardlink across separate file systems, partitions, or mounts <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>You <strong>CAN'T</strong> create hardlinks for directories <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>You <strong>CAN'T</strong> hardlink across separate file systems, partitions, or mounts <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Some file systems, such as exFAT, are known not to support hardlinks and should be avoided (double-check if you are unsure!)</li>
</ul>
</div>

@ -3580,7 +3580,7 @@
<details class="example">
<summary>NZBGet Examples - [Click to show/hide]</summary>
<div class="admonition danger">
<p class="admonition-title">NZBGet development has been officially abandoned by the developer <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p class="admonition-title">NZBGet development has been officially abandoned by the developer <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<p><code>Settings</code> =&gt; <code>PATHS</code></p>
<p><a class="glightbox" href="../images/nzbget-settings-paths.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="nzbget-settings-paths" src="../images/nzbget-settings-paths.png" /></a></p>

@ -3552,7 +3552,7 @@
<h2 id="faq">FAQ<a class="headerlink" href="#faq" title="Permanent link"></a></h2>
<h3 id="hardlinks-limitations">Hardlinks Limitations<a class="headerlink" href="#hardlinks-limitations" title="Permanent link"></a></h3>
<div class="admonition danger">
<p class="admonition-title">- You <u>CAN'T</u> create hardlinks for directories <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br>- You <u>CAN'T</u> hardlink across separate file systems, partitions, volumes or mounts <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br>- Some file systems, such as exFAT, are known not to support hardlinks and should be avoided (double-check if you are unsure!)</p>
<p class="admonition-title">- You <u>CAN'T</u> create hardlinks for directories <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br>- You <u>CAN'T</u> hardlink across separate file systems, partitions, volumes or mounts <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br>- Some file systems, such as exFAT, are known not to support hardlinks and should be avoided (double-check if you are unsure!)</p>
</div>
<h3 id="what-are-hardlinks">What are Hardlinks<a class="headerlink" href="#what-are-hardlinks" title="Permanent link"></a></h3>
<details class="question">

@ -3642,7 +3642,6 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<p>External paths (or <code>Host Path</code>) depend on where you mounted your share or your drives.</p>
<p>For example <code>/&lt;path_to_data&gt;/data</code>, or even <code>/data</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/folder-structure.md -->
<h2 id="folder-structure">Folder Structure<a class="headerlink" href="#folder-structure" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
@ -3654,7 +3653,6 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<p>For this example we're going to make use of a share called <code>data</code>.</p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code> and each of these have sub-folders for <code>tv</code>, <code>movie</code>, <code>books</code> and <code>music</code> downloads to keep things neat. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code>, <code>Books</code> and <code>Music</code> sub-folders, this is your library and what youd pass to Plex, Emby or JellyFin.</p>
<p><em>In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.</em></p>
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3674,23 +3672,14 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/breakdown-folder-structure-docker.md -->
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
<p>The reason why we use <code>/data/torrents</code> for the torrent client is because it only needs access to the torrent files. In the torrent software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE ./docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -3698,14 +3687,11 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/torrents/</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/torrents/</code></p>
<h4 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h4>
<p>NZBGet or SABnzbd</p>
<p>The reason why we use <code>/data/usenet</code> for the Usenet client is because it only needs access to the Usenet files. In the Usenet software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE ./docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -3715,14 +3701,11 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/usenet/</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/usenet/</code></p>
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
<p>Sonarr, Radarr, Readarr and Lidarr</p>
<p>Sonarr, Radarr, Readarr and Lidarr gets access to everything using <code>/data</code> because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.</p>
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3742,14 +3725,11 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/</code></p>
<h4 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h4>
<p>Plex, Emby, JellyFin and Bazarr</p>
<p>Plex, Emby, JellyFin and Bazarr only needs access to your media library using <code>/data/media</code>, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.</p>
<!-- BEGIN INCLUDE ./docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies
@ -3757,22 +3737,15 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
├── books
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/media</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/media/</code></p>
<hr />
<p><strong>Don't forget to look at the <a href="/File-and-Folder-Structure/Examples/">Examples</a> how to set up the paths inside the applications.</strong></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/permissions.md -->
<h3 id="permissions">Permissions<a class="headerlink" href="#permissions" title="Permanent link"></a></h3>
<p>Recursively chown user and group and Recursively chmod to 775/664</p>
<div class="highlight"><pre><span></span><code>sudo<span class="w"> </span>chown<span class="w"> </span>-R<span class="w"> </span><span class="nv">$USER</span>:<span class="nv">$USER</span><span class="w"> </span>/data
sudo<span class="w"> </span>chmod<span class="w"> </span>-R<span class="w"> </span><span class="nv">a</span><span class="o">=</span>,a+rX,u+w,g+w<span class="w"> </span>/data
</code></pre></div>
<!-- END INCLUDE -->
<h2 id="docker-compose-example">Docker-compose Example<a class="headerlink" href="#docker-compose-example" title="Permanent link"></a></h2>
<div class="admonition example">
<p>This is a docker-compose example based on a default Ubuntu install.</p>
@ -3850,7 +3823,6 @@ sudo<span class="w"> </span>chmod<span class="w"> </span>-R<span class="w"> </sp
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">/data/usenet:/data/usenet:rw</span>
</code></pre></div>
</details>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-compose-commands.md -->
<h3 id="docker-compose-commands">Docker-Compose Commands<a class="headerlink" href="#docker-compose-commands" title="Permanent link"></a></h3>
<details class="tip">
<summary>docker-compose commands - [Click to show/hide]</summary>
@ -3861,8 +3833,6 @@ sudo<span class="w"> </span>chmod<span class="w"> </span>-R<span class="w"> </sp
<li><code>sudo docker system prune -a --volumes --force</code> (Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.)</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3566,7 +3566,6 @@
<p>We're not going to explain how to install all the applications, but we will explain which folder structure we recommend.</p>
</div>
<hr />
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/folder-structure.md -->
<h2 id="folder-structure">Folder Structure<a class="headerlink" href="#folder-structure" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
@ -3578,7 +3577,6 @@
<p>For this example we're going to make use of a share called <code>data</code>.</p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code> and each of these have sub-folders for <code>tv</code>, <code>movie</code>, <code>books</code> and <code>music</code> downloads to keep things neat. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code>, <code>Books</code> and <code>Music</code> sub-folders, this is your library and what youd pass to Plex, Emby or JellyFin.</p>
<p><em>In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.</em></p>
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3598,16 +3596,10 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/breakdown-folder-structure.md -->
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
<p>The reason why we use <code>/data/torrents</code> for the torrent client is because it only needs access to the torrent files. In the torrent software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE ./docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -3615,12 +3607,9 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<h4 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h4>
<p>NZBGet or SABnzbd</p>
<p>The reason why we use <code>/data/usenet</code> for the Usenet client is because it only needs access to the Usenet files. In the Usenet software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE ./docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -3630,12 +3619,9 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
<p>Sonarr, Radarr, Readarr and Lidarr</p>
<p>Sonarr, Radarr, Readarr and Lidarr gets access to everything using <code>/data</code> because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.</p>
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3655,12 +3641,9 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<h4 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h4>
<p>Plex, Emby, JellyFin and Bazarr</p>
<p>Plex, Emby, JellyFin and Bazarr only needs access to your media library using <code>/data/media</code>, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.</p>
<!-- BEGIN INCLUDE ./docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies
@ -3668,20 +3651,13 @@
├── books
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr />
<p><strong>Don't forget to look at the <a href="/File-and-Folder-Structure/Examples/">Examples</a> how to set up the paths inside the applications.</strong></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/permissions.md -->
<h3 id="permissions">Permissions<a class="headerlink" href="#permissions" title="Permanent link"></a></h3>
<p>Recursively chown user and group and Recursively chmod to 775/664</p>
<div class="highlight"><pre><span></span><code>sudo<span class="w"> </span>chown<span class="w"> </span>-R<span class="w"> </span><span class="nv">$USER</span>:<span class="nv">$USER</span><span class="w"> </span>/data
sudo<span class="w"> </span>chmod<span class="w"> </span>-R<span class="w"> </span><span class="nv">a</span><span class="o">=</span>,a+rX,u+w,g+w<span class="w"> </span>/data
</code></pre></div>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3959,12 +3959,12 @@
</ol>
<h3 id="automated-script">Automated Script<a class="headerlink" href="#automated-script" title="Permanent link"></a></h3>
<details class="example">
<summary>Automated script (<strong><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" />Use this script at your own risk<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></strong>) - [Click to show/hide]</summary>
<summary>Automated script (<strong><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" />Use this script at your own risk<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></strong>) - [Click to show/hide]</summary>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Though, we offer a short way out. This is intended as a quick way to do everything that is written on this page within one script. And is only for initial setup. After that, you need to manage it yourself. Rerunning the script can or will reset all personal changes made in the compose/env.</p>
<p>The script is only tested on Synology DSM7 and higher.</p>
<p><strong><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> We are not held liable if anything breaks on your system. Use at your own risk <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></strong></p>
<p><strong><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> We are not held liable if anything breaks on your system. Use at your own risk <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></strong></p>
</div>
<p>To get this working you will need to enable terminal access (SSH) and home folders.</p>
<p>Be sure to delete current running Docker containers related to this guide (ie. *arr apps, download clients), and backup settings before you do.</p>
@ -4020,7 +4020,6 @@ Save these values for later use.</p>
<p>Let's create a good folder structure on the shares we use (<code>docker</code> and <code>data</code>). This will be done with a few commands.</p>
<p>The structure will look like this. You can of course edit this, but do this when you know what you are doing.
<em>We are using lowercase on all folders on purpose, being Linux is case-sensitive.</em></p>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -4040,15 +4039,10 @@ Save these values for later use.</p>
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<p>To create the folder structure for your media library and also for your preferred download client, run one or both of the following commands:</p>
<h3 id="if-you-use-usenet">If you use usenet<a class="headerlink" href="#if-you-use-usenet" title="Permanent link"></a></h3>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/volume1/data/<span class="o">{</span>usenet/<span class="o">{</span>incomplete,complete<span class="o">}</span>/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
@ -4104,7 +4098,7 @@ Create these folders with the command below, or create them in File Station manu
</code></pre></div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> MAKE SURE THE FILE KEEPS THE ORIGINAL NAME <code>.env</code> WITH THE DOT BEFORE IT <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> MAKE SURE THE FILE KEEPS THE ORIGINAL NAME <code>.env</code> WITH THE DOT BEFORE IT <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<hr />
<h3 id="changes-and-preparations">Changes and preparations<a class="headerlink" href="#changes-and-preparations" title="Permanent link"></a></h3>
@ -4177,7 +4171,6 @@ If you had previously installed apps, make a backup of their config folders or b
<p>Any changes you do/did in the GUI will be reverted when you run the docker-compose command.</p>
<p>Just don't use the GUI, only for information purposes !!!</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-compose-commands.md -->
<h3 id="docker-compose-commands">Docker-Compose Commands<a class="headerlink" href="#docker-compose-commands" title="Permanent link"></a></h3>
<details class="tip">
<summary>docker-compose commands - [Click to show/hide]</summary>
@ -4188,8 +4181,6 @@ If you had previously installed apps, make a backup of their config folders or b
<li><code>sudo docker system prune -a --volumes --force</code> (Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.)</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3625,7 +3625,6 @@
<hr />
<h2 id="folder-structure">Folder Structure<a class="headerlink" href="#folder-structure" title="Permanent link"></a></h2>
<p>Now that you have a <code>data</code> folder, you can follow the normal folder structure recommendations, such as the one below.</p>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3645,8 +3644,6 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p>These subfolders you need to create yourself using your preferred method. Set your permissions accordingly as well. If you use ACLs on the datasets you can replicate the usual 775/664 (UMASK 002) or 755/644 (UMASK 022) recommendation, but this guide only covers the use of basic permissions for mounting and expects the end user to fine-tune permissions via chmod, chown, and uid/gid/umask settings on the applications that will be utilizing the share.</p>
<!-- markdownlint-disable MD041-->
<hr />

@ -3823,7 +3823,6 @@
<hr />
<h2 id="folder-structure">Folder Structure<a class="headerlink" href="#folder-structure" title="Permanent link"></a></h2>
<p>On the host (unRAID) you will need to add <code>/mnt/user</code> before it. <strong>So <code>/mnt/user/data</code></strong></p>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3843,8 +3842,6 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><em>I'm using lower-case on all folders on purpose, being Linux is case-sensitive.</em></p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code>, and each of these has sub-folders for <code>tv</code>, <code>movie</code>, and <code>music</code> downloads to keep things organized. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code>, and <code>Music</code> sub-folders, this is where your library resides, and what youd pass to Plex, Emby, or JellyFin.</p>
<p>You will need to create these subfolders yourself. You can do this in any way you prefer, but the fastest way to create all the necessary subfolders would be to use the terminal (explained below). Alternatively, Krusader or WinSCP are popular choices if you are unsure.</p>
@ -3860,13 +3857,10 @@ If you use both torrents and Usenet, use both commands.</p>
</code></pre></div>
<hr />
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p class="admonition-title">The default path setup suggested by some docker developers that encourages people to use mounts like <code>/movies</code>, <code>/tv</code>, <code>/books</code> or <code>/downloads</code> is very suboptimal and it makes them look like two or three file systems, even if they arent (<em>Because of how Dockers volumes work</em>). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used.</p>
</div>
<!-- END INCLUDE -->
<h2 id="setting-up-the-containers">Setting up the containers<a class="headerlink" href="#setting-up-the-containers" title="Permanent link"></a></h2>
<div class="admonition tip">
<p class="admonition-title">Create a custom docker network</p>
@ -3917,7 +3911,6 @@ If you use both torrents and Usenet, use both commands.</p>
<p class="admonition-title">Info</p>
<p>The reason why we use <code>/data/torrents/</code> for the torrent client is because it only needs access to the torrent data. In the torrent software settings, youll need to configure your categories/labels to utilize the right path for specific content. You can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -3925,8 +3918,6 @@ If you use both torrents and Usenet, use both commands.</p>
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr />
<h3 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h3>
<p>NZBGet or SABnzbd</p>
@ -3937,7 +3928,6 @@ If you use both torrents and Usenet, use both commands.</p>
<p class="admonition-title">Info</p>
<p>The reason why we use <code>/data/usenet/</code> for the Usenet client is that it only needs access to the Usenet data. In the Usenet software settings, youll need to configure your paths to sort content into sub-folders like <code>/data/usenet/{tv|movies|music}</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -3947,8 +3937,6 @@ If you use both torrents and Usenet, use both commands.</p>
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr />
<h3 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h3>
<p>Sonarr, Radarr and Lidarr</p>
@ -3959,7 +3947,6 @@ If you use both torrents and Usenet, use both commands.</p>
<p class="admonition-title">Info</p>
<p>Sonarr, Radarr, and Lidarr get access to everything because the download folder(s) and media folder will need to look like and be one mount, on the file system. Hard links will work properly and any moves will be atomic, rather than copying and deleting.</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3979,8 +3966,6 @@ If you use both torrents and Usenet, use both commands.</p>
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr />
<h3 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h3>
<p>Plex, Emby, JellyFin and Bazarr</p>
@ -3991,7 +3976,6 @@ If you use both torrents and Usenet, use both commands.</p>
<p class="admonition-title">Info</p>
<p>Plex, Emby, JellyFin, and Bazarr only need access to your media library, which can have any number of sub-folders (Movies, Kids Movies, TV, Documentary TV, and/or Music).</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies
@ -3999,8 +3983,6 @@ If you use both torrents and Usenet, use both commands.</p>
├── books
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr />
<h2 id="final-result">Final Result<a class="headerlink" href="#final-result" title="Permanent link"></a></h2>
<p><a class="glightbox" href="../images/unraid-final-result.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!unraid-final-result" src="../images/unraid-final-result.png" /></a></p>

@ -3432,7 +3432,7 @@
<p>The latest version's binaries are available for Windows at the link above. You can use a package manager, such as <a href="https://formulae.brew.sh/formula/jdupes">homebrew</a>, <code>apt</code>, or <code>pacman</code>, to install the latest available version for Mac or your flavor of Linux.</p>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link"></a></h2>
<div class="admonition info">
<p>We won't cover every command <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>We won't cover every command <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>If you want to know what else <a href="https://codeberg.org/jbruchon/jdupes">jdupes</a> can do please <a href="https://codeberg.org/jbruchon/jdupes#usage">read the usage manual</a>.</p>
</div>
<div class="admonition tip">

@ -3436,7 +3436,6 @@
</ul>
<p>The first requirement is that all your media files and folders should be part of the same file system. That is, everything must be contained on a single physical or virtual drive. Second, all of your applications should have a consistent view of where your files and folders are - i.e., your files should appear in the same place to all of your applications.</p>
<p>We recommend setting up a file and folder structure on your host server that looks like this:</p>
<!-- BEGIN INCLUDE ../../includes/file-and-folder-structure/docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3456,8 +3455,6 @@
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p>The <code>data</code> folder can be placed wherever you like. As an example, in Unraid, you would set up a share called <code>data</code>. This would then be accessible within Unraid's file system at <code>/mnt/user/data</code>.</p>
<p>If you are installing applications directly on the host system (natively), then they will already have visibility of that file and folder structure, assuming permissions are set correctly. If you are installing applications non-natively, for example via Docker, then each application should be granted access to the lowest level folder that is required whilst maintaining consistent pathing to the top level folder, which here is <code>data</code>. For example, a torrent client installed via Docker would have <code>/mnt/user/data/torrents</code> mapped to <code>/data/torrents</code>. This means that the download client would see the contents of the host's <code>/mnt/user/data/torrents</code> folder in the <code>/data/torrents</code> folder inside the container.</p>
<p>More detailed examples can be found in the <a href="/File-and-Folder-Structure/How-to-set-up/">How To Set Up</a> section.</p>

@ -3487,88 +3487,88 @@
<tbody>
<tr>
<td>GUI (graphical user interface)</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"></td>
</tr>
<tr>
<td>Radarr Custom Formats</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Use Flowchart to choose the correct Custom Formats for your Quality Profile</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"></td>
</tr>
<tr>
<td>Radarr predefined config files available</td>
<td style="text-align: center;"></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Clear all Custom Formats</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Scores</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Quality Settings (File Size)</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Naming Scheme</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Radarr Quality Profiles</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Custom Formats</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr predefined config files available</td>
<td style="text-align: center;"></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Clear all Release Profiles</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"></td>
</tr>
<tr>
<td>Sonarr Clear all Custom Formats</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Scores</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Quality Settings (File Size)</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Naming Scheme</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
<tr>
<td>Sonarr Quality Profiles</td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
<td style="text-align: center;"><img alt="✅" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2705.svg" title=":white_check_mark:" /></td>
</tr>
</tbody>
</table>

@ -3644,7 +3644,7 @@
</code></pre></div>
<p><a href="https://torguard.net/aff.php?aff=5575" rel="noopener noreferrer" target="_blank"><img alt="torguard-FreeTrial-270x90" src="../images/torguard/torguard-FreeTrial-728x90.gif" /></a></p>
<div class="admonition bug">
<p class="admonition-title">As of 13 March 2022 Torguard Settles Piracy Lawsuit and has agreed to use commercially reasonable efforts to block BitTorrent traffic on its servers in the US using firewall technology. <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br><br>I Talked to several people and they are still able to use Torguard for Torrents, Perhaps because the connection is encrypted. And others just selected a server in another country.<br>- <a href="https://torguard.net/blog/why-torguard-is-blocking-bittorrent-on-us-servers/" rel="noopener noreferrer" target="_blank">Source Torguard</a>.<br>- <a href="https://torrentfreak.com/torguard-settles-piracy-lawsuit-and-agrees-to-block-torrent-traffic-on-u-s-servers-220314/" rel="noopener noreferrer" target="_blank">Source Torrentfreak</a>.</p>
<p class="admonition-title">As of 13 March 2022 Torguard Settles Piracy Lawsuit and has agreed to use commercially reasonable efforts to block BitTorrent traffic on its servers in the US using firewall technology. <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br><br>I Talked to several people and they are still able to use Torguard for Torrents, Perhaps because the connection is encrypted. And others just selected a server in another country.<br>- <a href="https://torguard.net/blog/why-torguard-is-blocking-bittorrent-on-us-servers/" rel="noopener noreferrer" target="_blank">Source Torguard</a>.<br>- <a href="https://torrentfreak.com/torguard-settles-piracy-lawsuit-and-agrees-to-block-torrent-traffic-on-u-s-servers-220314/" rel="noopener noreferrer" target="_blank">Source Torrentfreak</a>.</p>
</div>
<div class="admonition warning">
<p class="admonition-title">If servers in the United States are not working for you, please try another country</p>
@ -3712,7 +3712,7 @@ Remember that for later use.</p>
<p><a class="glightbox" href="../images/torguard/request-new-pfw-wireguard.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Request New Port Forward WireGuard" src="../images/torguard/request-new-pfw-wireguard.png" /></a></p>
<ol>
<li>That's the <code>IP</code> we found earlier.</li>
<li>Select <code>UDP</code>. (<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong>KEEP THIS ON UDP FOR WireGuard</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" />)</li>
<li>Select <code>UDP</code>. (<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong>KEEP THIS ON UDP FOR WireGuard</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" />)</li>
<li>Select <code>Port/Auth</code> and select <code>WireGuard</code>.</li>
<li>Select the <code>Protocol</code> <code>TCP</code>.</li>
<li>We suggest using a high <code>Port</code> number 10000+ or a game port you don't use, don't use the default torrent ports 6881- 6889
@ -3721,7 +3721,7 @@ Remember that for later use.</p>
<li>Then click on <code>Submit Request</code>.</li>
</ol>
<div class="admonition warning">
<p class="admonition-title"><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> DON'T CHANGE OPTION 2 <code>UDP</code> to <code>TCP</code> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p class="admonition-title"><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> DON'T CHANGE OPTION 2 <code>UDP</code> to <code>TCP</code> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<p>If everything succeeds, you will see the following.</p>
<p><a class="glightbox" href="../images/torguard/status.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="status" src="../images/torguard/status.png" /></a></p>
@ -3743,9 +3743,9 @@ Remember that for later use.</p>
<li>Choose <code>WireGuard</code>.</li>
<li>Choose from the dropdown box the <code>IP</code> we got earlier and used for the port forwarding.</li>
<li>Add your <code>VPN Username</code>.</li>
<li>Only Change this if you know what you're doing <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Only Change this if you know what you're doing <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>[Optional] Choose your preferred DNS Server</li>
<li>Only Change this if you know what you're doing <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Only Change this if you know what you're doing <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Click on <code>Generate Config</code></li>
</ol>
<p>This will generate a <code>.conf</code> file for you to download named with a random number.</p>

@ -3512,7 +3512,6 @@
<h1 id="x265-4k">x265-4k<a class="headerlink" href="#x265-4k" title="Permanent link"></a></h1>
<h2 id="x265">x265<a class="headerlink" href="#x265" title="Permanent link"></a></h2>
<!-- BEGIN INCLUDE ../../includes/docker/x265.md -->
<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 the source.
@ -3537,8 +3536,6 @@ It's all really dependent on specific situations for different people</p>
<li>720/1080p =&gt; x264</li>
<li>2160p/4k =&gt; x265</li>
</ul>
<!-- END INCLUDE -->
<h3 id="how-to-accomplish-the-golden-rule">How to accomplish the Golden Rule<a class="headerlink" href="#how-to-accomplish-the-golden-rule" title="Permanent link"></a></h3>
<ul>
<li>For Sonarr check <a href="/Sonarr/sonarr-collection-of-custom-formats/#golden-rule" rel="noopener noreferrer" target="_blank">HERE</a></li>

@ -3732,7 +3732,7 @@
<p>So, what are the best Plex Media Server settings?</p>
<p>This is something that can't be answered, as it depends on the use case and your personal preference.</p>
<div class="admonition danger">
<p>Here we will provide some suggestions and try to explain why we recommend these settings. Adjust it to your liking, and keep in mind that it is only a suggestion. <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>Here we will provide some suggestions and try to explain why we recommend these settings. Adjust it to your liking, and keep in mind that it is only a suggestion. <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
@ -3752,7 +3752,7 @@
<li>Make sure you have enabled advanced settings (This will be needed for all the settings)</li>
<li>Enable/Disable Remote access (if you disable it ignore the rest of these settings)</li>
<li>LAN/container IP</li>
<li>Public IP <strong>If you need to provide a screenshot always mask this IP <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></strong></li>
<li>Public IP <strong>If you need to provide a screenshot always mask this IP <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></strong></li>
<li>Manually specify a public port if you run Docker or want a fixed port.</li>
<li>Enter the Plex port you want to use. (default: <code>32400</code>)</li>
<li>Click on <code>Apply</code> and when everything is set up correctly, your Plex Media Server should be fully accessible outside of your network, so you can connect to your Plex server from outside. You may also need to configure port forwarding on your router. Detailed instructions are available <a href="https://support.plex.tv/articles/200931138-troubleshooting-remote-access/" rel="noopener noreferrer" target="_blank">HERE</a>.</li>
@ -3828,7 +3828,7 @@
<li><u>Use a lot of CPU resources</u></li>
<li><u>Increase the storage space used</u></li>
</ul>
<p>The images are stored in your Plex database location (/config) so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></u></p>
<p>The images are stored in your Plex database location (/config) so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></u></p>
</div>
<h4 id="generate-intro-video-markers">Generate intro video markers<a class="headerlink" href="#generate-intro-video-markers" title="Permanent link"></a></h4>
<p><a class="glightbox" href="../images/settings-library-generate-intro-video-markers.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Settings - Library - Generate intro video markers" src="../images/settings-library-generate-intro-video-markers.png" /></a></p>
@ -3939,7 +3939,7 @@
<p><em>Default Linux only allocates a max of 50% of total system RAM to any ram directories (ie. /tmp, /dev/shm, etc.)</em></p>
<div class="admonition danger">
<p class="admonition-title">WARNING</p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong>YOU SHOULD NOT SPECIFY A LOCATION THAT RESIDES ON A NETWORK SHARE/DISK.</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong>YOU SHOULD NOT SPECIFY A LOCATION THAT RESIDES ON A NETWORK SHARE/DISK.</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
</div>
</div>
<h4 id="enable-hdr-tone-mapping">Enable HDR tone mapping<a class="headerlink" href="#enable-hdr-tone-mapping" title="Permanent link"></a></h4>
@ -4033,7 +4033,7 @@ If you want you could disable it, the choice is yours.</em></p>
<p>This option creates a series of preview thumbnails from a media item when it is analyzed. These images are used by some Plex apps when you move back and forward in an app with the timeline scrubber. Theyll also be displayed in Now Playing when someone is streaming from you so that you can see where they are in the video.</p>
<div class="admonition danger">
<p class="admonition-title">ATTENTION</p>
<p>Creating these images can <u>take a considerable amount of time</u>, <u>CPU resources</u>, and <u>increase the storage space used</u>. The images are stored in your Plex database so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></u></p>
<p>Creating these images can <u>take a considerable amount of time</u>, <u>CPU resources</u>, and <u>increase the storage space used</u>. The images are stored in your Plex database so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></u></p>
</div>
<div class="admonition success">
<p><strong>Suggested: <code>Disabled</code></strong></p>
@ -4091,7 +4091,7 @@ If you want you could disable it, the choice is yours.</em></p>
<p>This option creates a series of preview thumbnails from a media item when it is analyzed. These images are used by some Plex apps when you move back and forward in an app with the timeline scrubber. Theyll also be displayed in Now Playing when someone is streaming from you so that you can see where they are in the video.</p>
<div class="admonition danger">
<p class="admonition-title">ATTENTION</p>
<p>Creating these images can <u>take a considerable amount of time</u>, <u>CPU resources</u>, and <u>increase the storage space used</u>. The images are stored in your Plex database so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></u></p>
<p>Creating these images can <u>take a considerable amount of time</u>, <u>CPU resources</u>, and <u>increase the storage space used</u>. The images are stored in your Plex database so <u>be careful you dont fill the drive <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></u></p>
</div>
<div class="admonition success">
<p><strong>Suggested: <code>Disabled</code></strong></p>

@ -3431,7 +3431,7 @@
<p>Here you will find a collection of profiles you only should use if Plex has issues direct playing your media on your devices, these profiles could help but results might vary.</p>
</div>
<div class="admonition danger">
<p class="admonition-title">The profiles aren't tested on the Shield 2019 or newer Chromecast models <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">The profiles aren't tested on the Shield 2019 or newer Chromecast models <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
<h2 id="how-to">How to<a class="headerlink" href="#how-to" title="Permanent link"></a></h2>
<p>To make use of the profiles you need to add it in your your plex folder</p>

@ -3753,25 +3753,21 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<ul>
<li><a href="/Radarr/radarr-setup-quality-profiles" rel="noopener noreferrer" target="_blank">How to set up Quality Profiles</a> - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3794,8 +3790,6 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3805,11 +3799,9 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3824,13 +3816,10 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3957,24 +3946,19 @@ To make this easier, we've made a section labeled "How to set up a quality profi
</table>
</details>
</details>
<!-- END INCLUDE -->
<h4 id="how-to-make-use-of-audio-formats-for-radarr">How to make use of Audio Formats for Radarr<a class="headerlink" href="#how-to-make-use-of-audio-formats-for-radarr" title="Permanent link"></a></h4>
<ul>
<li><a href="/Radarr/radarr-setup-quality-profiles" rel="noopener noreferrer" target="_blank">How to set up Quality Profiles</a> - Explains how to make the most use of Custom Formats and shows some specifics of my configuration. You can use</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -3982,7 +3966,6 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4011,13 +3994,10 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4100,8 +4080,6 @@ To make this easier, we've made a section labeled "How to set up a quality profi
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="sonarr">Sonarr<a class="headerlink" href="#sonarr" title="Permanent link"></a></h3>
<p><a href="/Sonarr/sonarr-setup-quality-profiles" rel="noopener noreferrer" target="_blank">How to set up Quality Profiles</a> - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences.</p>
@ -4109,25 +4087,21 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<ul>
<li><a href="/Sonarr/sonarr-setup-quality-profiles" rel="noopener noreferrer" target="_blank">How to set up Quality Profiles</a> - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats ?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4150,8 +4124,6 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4161,11 +4133,9 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4180,13 +4150,10 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4313,8 +4280,6 @@ To make this easier, we've made a section labeled "How to set up a quality profi
</table>
</details>
</details>
<!-- END INCLUDE -->
<h4 id="how-to-make-use-of-audio-formats-for-sonarr">How to make use of Audio Formats for Sonarr<a class="headerlink" href="#how-to-make-use-of-audio-formats-for-sonarr" title="Permanent link"></a></h4>
<p>At the moment, we've decided not to add <code>Audio Advanced</code> Custom Formats to the WEB profile. You will hardly find HD audio with WEB-DL (Most newer WEBDL will have Atmos). If you also want HD audio formats, we would suggest going for Remuxes.</p>
<!-- markdownlint-disable MD041-->

@ -7687,11 +7687,9 @@ These CFs have been collected from discussions on Discord or created with help f
<h3 id="truehd-atmos">TrueHD ATMOS<a class="headerlink" href="#truehd-atmos" title="Permanent link"></a></h3>
<details class="question">
<summary>TrueHD ATMOS - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/truehd-atmos.md -->
<strong>TrueHD Atmos</strong><br></p>
<p><strong>TrueHD Atmos</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Dolby_Atmos" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -7777,12 +7775,10 @@ These CFs have been collected from discussions on Discord or created with help f
<h3 id="dts-x">DTS X<a class="headerlink" href="#dts-x" title="Permanent link"></a></h3>
<details class="question">
<summary>DTS:X - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts-x.md -->
<strong>DTS-X</strong><br></p>
<p><strong>DTS-X</strong><br></p>
<p><a href="https://www.whathifi.com/advice/dtsx-what-it-how-can-you-get-it">DTS:X is an object-based audio codec</a> which aims to create a multi-dimensional sound that “moves around you like it would in real life”.
You may think that sounds similar to Dolby Atmos, and youd be right, but where DTS:X's differences lie in the required speaker configuration. While Dolby Atmos requires adding additional overhead channels to your 5.1 or 7.1 setup, DTS:X works with standard surround speaker setups just like the one you might already have at home. It can support up to 32 speaker locations and an 11.2-channel system.
DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -7878,14 +7874,12 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="atmos-undefined">ATMOS (undefined)<a class="headerlink" href="#atmos-undefined" title="Permanent link"></a></h3>
<details class="question">
<summary>ATMOS (undefined) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/atmos-undefined.md -->
<strong>ATMOS (undefined)</strong><br></p>
<p><strong>ATMOS (undefined)</strong><br></p>
<p>This custom format covers cases where <em>ONLY</em> "Atmos" is specified in the release title, without noting DD+ (Lossy) or TrueHD (Lossless).</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Apply the same score as Lossy (DD+) Atmos. On import, it will be updated to reflect either lossy or lossless based on the media's info using ffprobe.</p>
</div>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -7989,10 +7983,8 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="ddplus-atmos">DDPlus ATMOS<a class="headerlink" href="#ddplus-atmos" title="Permanent link"></a></h3>
<details class="question">
<summary>DD+ ATMOS - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ddplus-atmos.md -->
<strong>DD+ ATMOS</strong><br></p>
<p><strong>DD+ ATMOS</strong><br></p>
<p>Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8087,11 +8079,9 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="truehd">TrueHD<a class="headerlink" href="#truehd" title="Permanent link"></a></h3>
<details class="question">
<summary>TrueHD - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/truehd.md -->
<strong>TrueHD</strong><br></p>
<p><strong>TrueHD</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Dolby_TrueHD" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Dolby TrueHD is a lossless multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Discs and compatible hardware.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8177,11 +8167,9 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="dts-hd-ma">DTS-HD MA<a class="headerlink" href="#dts-hd-ma" title="Permanent link"></a></h3>
<details class="question">
<summary>DTS-HD MA - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts-hd-ma.md -->
<strong>DTS-HD MA</strong><br></p>
<p><strong>DTS-HD MA</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/DTS-HD_Master_Audio" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>DTS-HD Master Audio is a multi-channel lossless audio codec developed by DTS that extends the lossy DTS Coherent Acoustics codec (DTS CA; usually referred to as simply "DTS"). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8286,10 +8274,8 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="flac">FLAC<a class="headerlink" href="#flac" title="Permanent link"></a></h3>
<details class="question">
<summary>FLAC - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/flac.md -->
<strong>FLAC</strong><br></p>
<p><strong>FLAC</strong><br></p>
<p>FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3 - but lossless, meaning that the audio compressed with FLAC does not receive any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8375,10 +8361,8 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="pcm">PCM<a class="headerlink" href="#pcm" title="Permanent link"></a></h3>
<details class="question">
<summary>PCM - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/pcm.md -->
<strong>PCM</strong><br></p>
<p><strong>PCM</strong><br></p>
<p>PCM is the method of encoding typically used for uncompressed digital audio.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8464,8 +8448,7 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="dts-hd-hra">DTS-HD HRA<a class="headerlink" href="#dts-hd-hra" title="Permanent link"></a></h3>
<details class="question">
<summary>DTS-HD HRA - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts-hd-hra.md -->
<strong>DTS-HD HRA</strong><br></p>
<p><strong>DTS-HD HRA</strong><br></p>
<p><a href="https://www.opusproductions.com/pdfs/DTS_HD_WhitePaper.pdf" rel="noopener noreferrer" target="_blank">Technical Whitepaper</a></p>
<table>
<thead>
@ -8525,7 +8508,6 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
</tr>
</tbody>
</table>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8649,11 +8631,9 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<p><sub>Dolby Digital Plus = DD+ = DDPlus</sub></p>
<details class="question">
<summary>DD+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ddplus.md -->
<strong>DD+ aka E-AC3</strong><br></p>
<p><strong>DD+ aka E-AC3</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Dolby_Digital_Plus" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Dolby Digital Plus, also known as Enhanced AC-3 (commonly abbreviated as DD+ or E-AC-3, or EC-3), is the successor to Dolby Digital (AC-3). It is a digital audio compression scheme developed by Dolby Labs for the transport and storage of multi-channel digital audio.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8730,10 +8710,8 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="dts-es">DTS-ES<a class="headerlink" href="#dts-es" title="Permanent link"></a></h3>
<details class="question">
<summary>DTS-ES - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts-es.md -->
<strong>DTS-ES</strong><br></p>
<p><strong>DTS-ES</strong><br></p>
<p>DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1 and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8838,10 +8816,8 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<p><sub>DTS = Basic DTS</sub></p>
<details class="question">
<summary>DTS - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts.md -->
<strong>DTS</strong><br></p>
<p><strong>DTS</strong><br></p>
<p>Digital Theater Sound (DTS) is a digital audio technology developed by DTS, Inc, which focuses on digital surround sound formats for consumer and commercial applications as well as theatrical purposes. Compared to the Dolby Digital standard, DTS uses four times less compression and digitizes audio sounds at 20 bits instead of 16 bits. This makes DTS-based audio richer in sound and more detailed than Dolby Digital-based ones.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -8955,11 +8931,9 @@ DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless.</p>
<h3 id="aac">AAC<a class="headerlink" href="#aac" title="Permanent link"></a></h3>
<details class="question">
<summary>AAC - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/aac.md -->
<strong>AAC</strong><br></p>
<p><strong>AAC</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Advanced_Audio_Coding" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a>
Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9046,11 +9020,9 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
<p><sub>(Basic) Dolby Digital = DD</sub></p>
<details class="question">
<summary>DD - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dd.md -->
<strong>DD aka AC3</strong><br></p>
<p><strong>DD aka AC3</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Dolby_Digital" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Dolby Digital, also known as Dolby AC-3, is a lossy audio compression format.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9136,10 +9108,8 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
<h3 id="mp3">MP3<a class="headerlink" href="#mp3" title="Permanent link"></a></h3>
<details class="question">
<summary>MP3 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/mp3.md -->
<strong>MP3</strong><br></p>
<p><strong>MP3</strong><br></p>
<p>MP3 (MPEG-1 and/or MPEG-2 Audio Layer 3) is a lossy data compression format for audio.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9169,11 +9139,9 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
<h3 id="opus">Opus<a class="headerlink" href="#opus" title="Permanent link"></a></h3>
<details class="question">
<summary>Opus - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/opus.md -->
<strong>OPUS</strong><br></p>
<p><strong>OPUS</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Opus_(audio_format)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors. Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9596,8 +9564,7 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
<sub>HDR10+ = HDR10P = HDR10Plus</sub></p>
<details class="question">
<summary>DV HDR10+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-hdr10plus.md -->
<em>This Custom Format will only match on</em> <code>DV HDR10+</code></p>
<p><em>This Custom Format will only match on</em> <code>DV HDR10+</code></p>
<p>This format provides Dolby Vision <em>with</em> HDR10+ fallback (with HDR10+ having native HDR10 fallback).
You will find this mainly with:</p>
<ul>
@ -9605,19 +9572,12 @@ You will find this mainly with:</p>
<li>Hybrid Bluray encodes (<em>Hybrid isn't always mentioned</em>)</li>
<li>Hybrid WEB-DL (<em>Hybrid isn't always mentioned</em>)</li>
</ul>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dolby-vision.md -->
<strong>Dolby Vision</strong><br></p>
<p><strong>Dolby Vision</strong><br></p>
<p>Dolby Vision is a dynamic HDR format.
It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.</p>
<!-- END INCLUDE -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr10plus.md -->
<strong>HDR10+</strong><br></p>
<p><strong>HDR10+</strong><br></p>
<p>HDR10+ improves upon HDR10 by making its metadata dynamic, allowing for it to change for each frame of video. This means every frame is adjusted to its own set of colors, brightness, and contrast parameters, making for a much more vibrant and realistic-looking image. Areas of the screen that might have been over-saturated with HDR10 will display their full contrast and detail with HDR10+.</p>
<!-- END INCLUDE -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr-formats-info.md -->
💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.</p>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<p>💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.</p>
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9667,8 +9627,7 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>DV = DoVi = Dolby Vision</sub></p>
<details class="question">
<summary>DV HDR10 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-hdr10.md -->
This Custom Format will only match on <code>DV HDR10</code></p>
<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>
@ -9676,20 +9635,13 @@ You will find this mainly with:</p>
<li>Bluray encodes</li>
<li>Hybrid WEB-DL (<em>Hybrid isn't always mentioned</em>)</li>
</ul>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dolby-vision.md -->
<strong>Dolby Vision</strong><br></p>
<p><strong>Dolby Vision</strong><br></p>
<p>Dolby Vision is a dynamic HDR format.
It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.</p>
<!-- END INCLUDE -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr10.md -->
<strong>HDR10</strong><br></p>
<p><strong>HDR10</strong><br></p>
<p>HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices.</p>
<p>HDR10 relies on static metadata which limits its effect to a per-movie or per-episode basis. Because of this, it lacks the information for how the content should be adjusted for your specific display. The interaction between display capabilities, video metadata, and the ultimate output (i.e., the presentation of the video) is controlled by the display, which may result in quality that is ultimately not how was originally intended.</p>
<!-- END INCLUDE -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr-formats-info.md -->
💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.</p>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<p>💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR.</p>
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9814,22 +9766,16 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>DV = DoVi = Dolby Vision</sub></p>
<details class="question">
<summary>DV HLG - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-hlg.md -->
<em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><strong>DV HLG</strong><br>
This is a very rare HDR Format that was created by NHK (JP) and the BBC for cable, satellite, and over-the-air TV broadcasts.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dolby-vision.md -->
<strong>Dolby Vision</strong><br></p>
<p><strong>Dolby Vision</strong><br></p>
<p>Dolby Vision is a dynamic HDR format.
It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis.</p>
<!-- END INCLUDE -->
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hlg.md -->
<em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><strong>HLG</strong><br></p>
<p>HLG or HLG10 is an HDR format created by NHK (JP) and the BBC that can be used for both video and still images. This format is backward compatible with SDR UHD TV, but not with older SDR displays that do not implement the Rec. 2020 color standards.</p>
<p>You will find this mainly with cable, satellite, and over-the-air TV broadcast series and movies from the likes of BBC and National Geographic.</p>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9878,11 +9824,9 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>DV = DoVi = Dolby Vision</sub></p>
<details class="question">
<summary>DV SDR - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dv-sdr.md -->
<em>This Custom Format will only match on</em> <code>DV SDR</code></p>
<p><em>This Custom Format will only match on</em> <code>DV SDR</code></p>
<p><strong>DV SDR</strong><br></p>
<p>This is a very rare HDR Format.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -9931,10 +9875,8 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>HDR10+ = HDR10P = HDR10Plus</sub></p>
<details class="question">
<summary>HDR10+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr10plus.md -->
<strong>HDR10+</strong><br></p>
<p><strong>HDR10+</strong><br></p>
<p>HDR10+ improves upon HDR10 by making its metadata dynamic, allowing for it to change for each frame of video. This means every frame is adjusted to its own set of colors, brightness, and contrast parameters, making for a much more vibrant and realistic-looking image. Areas of the screen that might have been over-saturated with HDR10 will display their full contrast and detail with HDR10+.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10011,11 +9953,9 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>HDR10</sub></p>
<details class="question">
<summary>HDR10 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr10.md -->
<strong>HDR10</strong><br></p>
<p><strong>HDR10</strong><br></p>
<p>HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices.</p>
<p>HDR10 relies on static metadata which limits its effect to a per-movie or per-episode basis. Because of this, it lacks the information for how the content should be adjusted for your specific display. The interaction between display capabilities, video metadata, and the ultimate output (i.e., the presentation of the video) is controlled by the display, which may result in quality that is ultimately not how was originally intended.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10091,10 +10031,8 @@ It can offer better visual experiences relative to HDR10. The most significant d
<p><sub>HDR</sub></p>
<details class="question">
<summary>HDR - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr.md -->
<em>This Custom Format will only match on</em> <code>HDR</code> <strong>NOT</strong> <em>on</em> <code>HDR10</code>, <code>HDR10+</code> <em>etc</em></p>
<p><em>This Custom Format will only match on</em> <code>HDR</code> <strong>NOT</strong> <em>on</em> <code>HDR10</code>, <code>HDR10+</code> <em>etc</em></p>
<p>This Custom Format is a sort of "catch-all" for the <code>HDR</code> scene naming scheme where we don't know, based on name alone, which HDR formats are included - it could be <code>HDR10</code>, <code>HDR10+</code> or even <code>PQ</code>.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10187,11 +10125,9 @@ It can offer better visual experiences relative to HDR10. The most significant d
<h3 id="hdr-undefined">HDR (undefined)<a class="headerlink" href="#hdr-undefined" title="Permanent link"></a></h3>
<details class="question">
<summary>HDR (undefined) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hdr-undefined.md -->
Some release groups don't add HDR to their 4K release naming scheme.</p>
<p>Some release groups don't add HDR to their 4K release naming scheme.</p>
<p>Currently, only FraMeSToR and HQMUX do not include the 'HDR' tag. In the future, we can add more when it's needed.</p>
<p>Add this Custom Format with the same score you use for <code>HDR10</code>.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10285,11 +10221,9 @@ Some release groups don't add HDR to their 4K release naming scheme.</p>
<p><sub>PQ = PQ10</sub></p>
<details class="question">
<summary>PQ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/pq.md -->
<strong>PQ10</strong><br></p>
<p><strong>PQ10</strong><br></p>
<p>PQ (perceptual quantizer) or PQ10 is the most basic HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata.</p>
<p>You will find this mainly with older movies.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10365,12 +10299,10 @@ Some release groups don't add HDR to their 4K release naming scheme.</p>
<p><sub>HLG = HLG10</sub></p>
<details class="question">
<summary>HLG - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hlg.md -->
<em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><em>This Custom Format will only match on</em> <code>DV HLG</code></p>
<p><strong>HLG</strong><br></p>
<p>HLG or HLG10 is an HDR format created by NHK (JP) and the BBC that can be used for both video and still images. This format is backward compatible with SDR UHD TV, but not with older SDR displays that do not implement the Rec. 2020 color standards.</p>
<p>You will find this mainly with cable, satellite, and over-the-air TV broadcast series and movies from the likes of BBC and National Geographic.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10940,15 +10872,13 @@ Remaster (also digital remastering and digitally remastered) refers to changing
<h3 id="av1">AV1<a class="headerlink" href="#av1" title="Permanent link"></a></h3>
<details class="question">
<summary>AV1 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -11994,8 +11924,7 @@ 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><!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr.md -->
This blocks all 720/1080p (HD) releases that are encoded in x265.</p>
<p>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>
<details class="question">
<summary>Why block 720/1080p encodes in x265? - [Click to show/hide]</summary>
@ -12024,12 +11953,9 @@ It's all really dependent on specific situations for different people</p>
<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>
@ -12723,10 +12649,8 @@ For example, a lot of EVO releases end up stripped of the group name so they app
<h3 id="obfuscated">Obfuscated<a class="headerlink" href="#obfuscated" title="Permanent link"></a></h3>
<details class="question">
<summary>Obfuscated - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/obfuscated.md -->
<strong>Obfuscated</strong><br></p>
<p><strong>Obfuscated</strong><br></p>
<p>Obfuscated are used on usenet, mostly with non-tier-1 indexers, to do re-posts of common/popular releases. Use this only if you've access to tier 1 Usenet indexers.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -12900,10 +12824,8 @@ For example, a lot of EVO releases end up stripped of the group name so they app
<h3 id="retags">Retags<a class="headerlink" href="#retags" title="Permanent link"></a></h3>
<details class="question">
<summary>Retags - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/retags.md -->
<strong>Retags</strong><br></p>
<p><strong>Retags</strong><br></p>
<p>Retags are something you often see on public trackers where the tracker or uploader adds their name to the torrent. It is also possible that it could show up on some Usenet indexers.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -13027,8 +12949,7 @@ 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><!-- 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>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">
@ -13058,12 +12979,9 @@ It's all really dependent on specific situations for different people</p>
<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">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>
@ -13178,9 +13096,7 @@ It's all really dependent on specific situations for different people</p>
<h3 id="sdr">SDR<a class="headerlink" href="#sdr" title="Permanent link"></a></h3>
<details class="question">
<summary>SDR - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/sdr.md -->
This will prevent grabbing UHD/4k releases without HDR Formats.</p>
<!-- END INCLUDE -->
<p>This will prevent grabbing UHD/4k releases without HDR Formats.</p>
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -13228,14 +13144,10 @@ 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-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 -->
<p>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>
<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">
<summary>JSON - [Click to show/hide]</summary>
@ -15358,11 +15270,9 @@ This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR F
<p><sub>Amazon Prime Video</sub></p>
<details class="question">
<summary>Amazon Prime Video - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/amzn.md -->
<strong>Amazon Prime Video</strong><br></p>
<p><strong>Amazon Prime Video</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Amazon_Prime_Video" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Amazon Prime Video, or simply Prime Video, is an American subscription video on-demand over-the-top streaming and rental service of Amazon offered as a standalone service or as part of Amazon's Prime subscription. The service primarily distributes films and television series produced by Amazon MGM Studios or licensed to Amazon, as Amazon Originals, with the service also hosting content from other providers, content add-ons, live sporting events, and video rental and purchasing services.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15408,11 +15318,9 @@ This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR F
<p><sub>Apple TV+</sub></p>
<details class="question">
<summary>Apple TV+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/atvp.md -->
<strong>Apple TV+</strong><br></p>
<p><strong>Apple TV+</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Apple_TV%2B" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Apple TV+ is an American subscription streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15458,13 +15366,11 @@ This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR F
<p><sub>Bravia Core</sub></p>
<details class="question">
<summary>Bravia Core - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/bcore.md -->
<strong>Bravia Core aka Sony Pictures Core</strong><br></p>
<p><strong>Bravia Core aka Sony Pictures Core</strong><br></p>
<p><a href="https://electronics.sony.com/bravia-core" rel="noopener noreferrer" target="_blank">From Sony</a>
<a href="https://en.wikipedia.org/wiki/Sony_Pictures_Core" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Sony Pictures Core (formerly known as Bravia Core) is a video on demand service from Sony for its televisions and smartphones, launched in April 2021. The service offers the streaming of movies at up to 4K resolution provided by Sony Pictures Entertainment. CORE stands for Centre of Real Entertainment.
Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced format film content. Streaming, which is marketed as Pure Stream, is claimed to be at speeds of up to 80 Mbit/s.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15515,10 +15421,8 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Criterion Channel</sub></p>
<details class="question">
<summary>Criterion Channel - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/crit.md -->
<strong>Criterion Channel</strong><br></p>
<p><strong>Criterion Channel</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/The_Criterion_Collection#Streaming_as_The_Criterion_Channel" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15576,11 +15480,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Disney+</sub></p>
<details class="question">
<summary>Disney+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dsnp.md -->
<strong>Disney+</strong><br></p>
<p><strong>Disney+</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Disney%2B" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Disney+ is an American subscription video on-demand over-the-top streaming media service owned and operated by Disney Streaming, the streaming division of Disney Entertainment, a major business segment of the Walt Disney Company.The service primarily distributes films and television shows produced by Walt Disney Studios and Disney Television Studios, with dedicated content hubs for Disney's flagship brands; Disney, Pixar, Marvel, Star Wars, National Geographic, and Hulu as well as showcasing original and exclusive films and television shows.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15626,11 +15528,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>HBO</sub></p>
<details class="question">
<summary>HBO - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hbo.md -->
<strong>HBO</strong><br></p>
<p><strong>HBO</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/HBO" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Home Box Office (HBO) is an American pay television network, which is the flagship property of namesake parent-subsidiary Home Box Office, Inc., itself a unit owned by Warner Bros. Discovery. The overall Home Box Office business unit is based at Warner Bros. Programming featured on the network consists primarily of theatrically released motion pictures and original television programs as well as made-for-cable movies, documentaries, occasional comedy, and concert specials, and periodic interstitial programs (consisting of short films and making-of documentaries).</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15676,11 +15576,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>HBO Max</sub></p>
<details class="question">
<summary>Max (streaming service) aka HBO Max - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hmax.md -->
<strong>Max (streaming service) aka HBO Max</strong><br></p>
<p><strong>Max (streaming service) aka HBO Max</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/HBO_Max" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Max, formerly and in some markets still HBO Max, is an American subscription video on-demand over-the-top streaming service. It is a proprietary unit of Warner Bros. Discovery Global Streaming &amp; Interactive Entertainment, which is itself a division of Warner Bros. Discovery (WBD). First launched (as HBO Max) in the United States on May 27, 2020, the service offers content from the libraries of Warner Bros., Discovery Channel, HBO, CNN, Cartoon Network, Adult Swim, Animal Planet, Eurosport, and their related brands.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15726,11 +15624,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Hulu</sub></p>
<details class="question">
<summary>Hulu - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hulu.md -->
<strong>Hulu</strong><br></p>
<p><strong>Hulu</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Hulu" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Hulu (/ˈhuːluː/) is an American subscription streaming service owned by The Walt Disney Company. It was launched on October 29, 2007.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15776,11 +15672,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>iT = iTunes</sub></p>
<details class="question">
<summary>iTunes - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/it.md -->
<strong>iTunes</strong><br></p>
<p><strong>iTunes</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/ITunes" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Apple introduced iTunes 6, enabling support for purchasing and viewing video content purchased from the iTunes Store. At launch, the store offered popular shows from the ABC network along with Disney Channel series. In 2008, Apple and select film studios introduced "iTunes Digital Copy", a feature on select DVDs and Blu-ray discs allowing a digital copy in iTunes and associated media players.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15826,11 +15720,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Max (streaming service)</sub></p>
<details class="question">
<summary>Max (streaming service) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hmax.md -->
<strong>Max (streaming service) aka HBO Max</strong><br></p>
<p><strong>Max (streaming service) aka HBO Max</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/HBO_Max" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Max, formerly and in some markets still HBO Max, is an American subscription video on-demand over-the-top streaming service. It is a proprietary unit of Warner Bros. Discovery Global Streaming &amp; Interactive Entertainment, which is itself a division of Warner Bros. Discovery (WBD). First launched (as HBO Max) in the United States on May 27, 2020, the service offers content from the libraries of Warner Bros., Discovery Channel, HBO, CNN, Cartoon Network, Adult Swim, Animal Planet, Eurosport, and their related brands.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15877,11 +15769,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Movies Anywhere</sub></p>
<details class="question">
<summary>Movies Anywhere - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ma.md -->
<strong>Movies Anywhere</strong><br></p>
<p><strong>Movies Anywhere</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Movies_Anywhere" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Movies Anywhere (MA) is a cloud-based digital rights locker and over-the-top streaming platform that allows users to stream and download purchased films, including digital copies redeemed from codes found in home video releases as well as digital purchases from participating services. Movies Anywhere is operated by The Walt Disney Company. The platform provides content from Walt Disney Studios, Sony Pictures, Universal Pictures, and Warner Bros. The system utilizes an internal platform known as KeyChest, which synchronizes content licenses from digital distribution platforms linked to a central user account.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15913,11 +15803,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Netflix</sub></p>
<details class="question">
<summary>Netflix - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/nf.md -->
<strong>Netflix</strong><br></p>
<p><strong>Netflix</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Netflix" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Netflix is an American subscription video on-demand over-the-top streaming service. The service primarily distributes original and acquired films and television shows from various genres, and it is available internationally in multiple languages.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -15963,11 +15851,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Peacock TV</sub></p>
<details class="question">
<summary>Peacock TV - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/pcok.md -->
<strong>Peacock TV</strong><br></p>
<p><strong>Peacock TV</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Peacock_(streaming_service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Peacock is an American over-the-top video streaming service owned and operated by Peacock TV LLC, a subsidiary of NBCUniversal Media Group. Named after the NBC logo, the service launched on July 15, 2020. The service primarily features series and film content from NBCUniversal studios and other third-party content providers, including television series, films, news, and sports programming. The service is available in a grandfathered free ad-supported version with limited content, while premium tiers include a larger content library and access to additional NBC Sports, Hallmark Channel, and WWE content.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16013,11 +15899,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Paramount+</sub></p>
<details class="question">
<summary>Paramount+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/pmtp.md -->
<strong>Paramount+</strong><br></p>
<p><strong>Paramount+</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Paramount%2B" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Paramount+ is an American subscription video on-demand over-the-top streaming service owned by Paramount Global. The service's content is drawn primarily from the libraries of CBS Media Ventures, CBS Studios, Paramount Media Networks (formerly Viacom Media Networks and ViacomCBS Domestic Media Networks), and Paramount Pictures, while also including original series and films, live streaming sports coverage, and in the United States, live streaming of local CBS broadcast stations.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16063,11 +15947,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Stan</sub></p>
<details class="question">
<summary>STAN - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/stan.md -->
<strong>Stan</strong><br></p>
<p><strong>Stan</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Stan_(service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Stan is an Australian over-the-top streaming service. The service offers a broad range of film and television content from both local and foreign productions, particularly from the United States and United Kingdom. Stan also includes a growing library of their own original film and television content. With over 2.6 million subscribers, as of June 2023 Stan is the fourth largest streaming service in Australia, behind Disney+, Amazon Prime Video and Netflix.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16116,11 +15998,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>FOD = Fuji Television On Demand</sub></p>
<details class="question">
<summary>Fuji Television On Demand - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/fod.md -->
<strong>Fuji Television On Demand</strong><br></p>
<p><strong>Fuji Television On Demand</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Fuji_Television" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a>
<a href="https://fod-sp.fujitv.co.jp/../../includes/cf-descriptions" rel="noopener noreferrer" target="_blank">FOD Website</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16167,11 +16047,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Disney+ Hotstar</sub></p>
<details class="question">
<summary>Disney+ Hotstar - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/htsr.md -->
<strong>Disney+ Hotstar</strong><br></p>
<p><strong>Disney+ Hotstar</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Disney%2B_Hotstar" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Disney+ Hotstar is an Indian subscription video-on-demand over-the-top streaming service owned by Disney Star, a subsidiary of the Disney Entertainment business segment of The Walt Disney Company, featuring domestic Indian film, television and sports content for India itself and its worldwide diaspora. It also includes imported content from and serves Southeast Asia as well.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16218,11 +16096,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>TVer</sub></p>
<details class="question">
<summary>TVer - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/tver.md -->
<strong>TVer</strong><br></p>
<p><strong>TVer</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/TVer_(streaming_service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a>
<a href="https://tver.jp/../../includes/cf-descriptions" rel="noopener noreferrer" target="_blank">TVer Website</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16269,11 +16145,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>TVING</sub></p>
<details class="question">
<summary>TVING - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/tving.md -->
<strong>TVING</strong><br></p>
<p><strong>TVING</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/TVING" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>TVING (Korean: 티빙) is a South Korean subscription video on-demand over-the-top streaming service operated by TVING Corporation, It is a platform that streams dramas, entertainment shows, animations, exclusive television films, specials and documentaries.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16319,11 +16193,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>U-NEXT</sub></p>
<details class="question">
<summary>U-NEXT - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/u-next.md -->
<strong>U-NEXT</strong><br></p>
<p><strong>U-NEXT</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/U-Next" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a>
<a href="https://video.unext.jp/../../includes/cf-descriptions" rel="noopener noreferrer" target="_blank">U-NEXT Website</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16370,11 +16242,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>VIU</sub></p>
<details class="question">
<summary>VIU - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/viu.md -->
<strong>VIU</strong><br></p>
<p><strong>VIU</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Viu_(streaming_service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Viu (pronounced as view) is a Hong Kong-based over-the-top (OTT) video streaming provider, Viu delivers content in different genres from Asia's top content providers with local language subtitles, as well as original production series under the Viu Original initiative (similar to original programming from other services like Disney+, Amazon Prime Video and Netflix).</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16422,11 +16292,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Pathé Thuis</sub></p>
<details class="question">
<summary>Pathé Thuis - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/pathe.md -->
<strong>Pathé Thuis</strong><br></p>
<p><strong>Pathé Thuis</strong><br></p>
<p><a href="https://nl.wikipedia.org/wiki/Path%C3%A9_Thuis" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Pathé Thuis is a Dutch streaming service for renting and purchasing films.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16472,11 +16340,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Videoland</sub></p>
<details class="question">
<summary>Videoland - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/vdl.md -->
<strong>Videoland</strong><br></p>
<p><strong>Videoland</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Videoland_(Netherlands)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Videoland is a Dutch OTT online service provider owned by RTL Nederland. Originally it was a retail chain of video rental stores. Its main competitor is Netflix.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16524,11 +16390,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>BBC iPlayer aka iP</sub></p>
<details class="question">
<summary>BBC iPlayer aka iP - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ip.md -->
<strong>BBC iPlayer aka iP</strong><br></p>
<p><strong>BBC iPlayer aka iP</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/BBC_iPlayer" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>BBC iPlayer is a video on demand service from the BBC. iPlayer services delivered to UK-based viewers feature no commercial advertising.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16574,11 +16438,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>ITVX aka ITV</sub></p>
<details class="question">
<summary>ITVX aka ITV - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/itvx.md -->
<strong>ITVX aka ITV</strong><br></p>
<p><strong>ITVX aka ITV</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/ITVX" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>ITVX (formerly ITV Hub) is a British ad-supported video-on-demand streaming service operated by ITV. The service offers original content from the broadcaster, as well as some exclusive and licensed programming.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16625,11 +16487,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>MY5 aka Channel 5</sub></p>
<details class="question">
<summary>MY5 aka Channel 5 - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/my5.md -->
<strong>MY5</strong><br></p>
<p><strong>MY5</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/My5" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>My5 (previously Five Download and later Demand 5) is the brand name of video-on-demand services offered by Channel 5 in the United Kingdom.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16675,11 +16535,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>NOW</sub></p>
<details class="question">
<summary>NOW - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/now.md -->
<strong>NOW</strong><br></p>
<p><strong>NOW</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Now_(Sky)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top streaming television service operated by British satellite television provider Sky Group.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16727,11 +16585,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Australian Broadcasting Corporation</sub></p>
<details class="question">
<summary>AUBC - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/aubc.md -->
<strong>AUBC</strong><br></p>
<p><strong>AUBC</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Australian_Broadcasting_Corporation" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>The Australian Broadcasting Corporation (ABC) is the national broadcaster of Australia</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16777,14 +16633,12 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>CBC</sub></p>
<details class="question">
<summary>CBC - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/cbc.md -->
<strong>Canadian Broadcasting Corporation</strong><br></p>
<p><strong>Canadian Broadcasting Corporation</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Canadian_Broadcasting_Corporationn" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>The Canadian Broadcasting Corporation (French: Société Radio-Canada), branded as CBC/Radio-Canada, is the Canadian public broadcaster for both radio and television. It is a Crown corporation that serves as the national public broadcaster, with its English-language and French-language service units known as CBC and Radio-Canada, respectively.</p>
<p><strong>CBC Gem</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/CBC_Gem" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>CBC Gem is CBC Television's over-the-top streaming platform; it launched in 2018, replacing the existing CBC TV app. The service carries live and on-demand programming from CBC Television, CBC News, and CBC Sports, as well as short- and long-form original programming and acquisitions (including films and television series).</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16830,12 +16684,10 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>Crave</sub></p>
<details class="question">
<summary>CRAVE - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/crav.md -->
<strong>CRAVE</strong><br></p>
<p><strong>CRAVE</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Crave_(streaming_service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Crave (originally CraveTV) is a Canadian subscription video on demand service. The service competes directly with other subscription-based over-the-top streaming services operating in Canada, primarily against American-based services.
The service features Bell Media original programming, exclusive Canadian access to programming acquired from several U.S. television and streaming services, and various theatrically-released films. Crave's major programming supplier is Warner Bros. Discovery (HBO / Max and Warner Bros. films). Starz, offered in partnership with Lionsgate.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16882,10 +16734,8 @@ The service features Bell Media original programming, exclusive Canadian access
<p><sub>OViD</sub></p>
<details class="question">
<summary>OViD - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ovid.md -->
<strong>OViD</strong><br></p>
<p><strong>OViD</strong><br></p>
<p><a href="https://search.ovid.tv/other/about" rel="noopener noreferrer" target="_blank">OViD Website</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16932,12 +16782,10 @@ The service features Bell Media original programming, exclusive Canadian access
<p><sub>Star+</sub></p>
<details class="question">
<summary>Star+ - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/strp.md -->
<strong>Star+</strong><br></p>
<p><strong>Star+</strong><br></p>
<p><a href="https://en.wikipedia.org/wiki/Star%2B" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<p>Star+ (Star Plus; stylized as ST★R+) is a subscription video on-demand over-the-top streaming service available in almost all Ibero-American states. The service is owned by The Walt Disney Company through the Disney Entertainment division and business segment.</p>
<p>In December 2023, it was confirmed that Star+ will be merged into Disney+ in the second quarter of 2024 with all of its content, including live sports from ESPN, migrating to Disney+ and its standalone app being discontinued.</p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16984,10 +16832,8 @@ The service features Bell Media original programming, exclusive Canadian access
<h4 id="vrv">VRV<a class="headerlink" href="#vrv" title="Permanent link"></a></h4>
<details class="question">
<summary>VRV - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/vrv.md -->
<strong>VRV</strong><br></p>
<p><strong>VRV</strong><br></p>
<p><a href="https://www.wikiwand.com/en/VRV_(streaming_service)" rel="noopener noreferrer" target="_blank">From Wikipedia, the free encyclopedia</a></p>
<!-- END INCLUDE -->
</details>
<details class="example">
<summary>JSON - [Click to show/hide]</summary>

@ -3547,7 +3547,7 @@
<p>After selecting the <code>Import</code> button you will get a screen that has all the Custom Format variables filled in correctly, all you need to do now is click on the <code>Save</code> button and you're done.</p>
<p><a class="glightbox" href="../images/cf-import-done.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="cf-import-done" src="../images/cf-import-done.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost <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">The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
<h3 id="guide-sync-tool">Guide sync tool<a class="headerlink" href="#guide-sync-tool" title="Permanent link"></a></h3>
<div class="admonition info">

@ -3722,7 +3722,7 @@
<!-- markdownlint-enable MD041-->
<div class="admonition warning">
<p class="admonition-title">Please note that folder names are created in the database whenever the movie is added to Radarr and it may be missing or incorrect at that time, resulting in your folder having a blank ID.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br><br>If you instead add it to the filename, the IMDb/TMDb ID will be freshly pulled for any download or upgrade.</p>
<p class="admonition-title">Please note that folder names are created in the database whenever the movie is added to Radarr and it may be missing or incorrect at that time, resulting in your folder having a blank ID.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br><br>If you instead add it to the filename, the IMDb/TMDb ID will be freshly pulled for any download or upgrade.</p>
</div>
<div class="tabbed-set tabbed-alternate" data-tabs="5:4"><input checked="checked" id="standard-folder" name="__tabbed_5" type="radio" /><input id="optional-plex" name="__tabbed_5" type="radio" /><input id="optional-emby" name="__tabbed_5" type="radio" /><input id="optional-jellyfin" name="__tabbed_5" type="radio" /><div class="tabbed-labels"><label for="standard-folder">Standard Folder</label><label for="optional-plex">Optional Plex</label><label for="optional-emby">Optional Emby</label><label for="optional-jellyfin">Optional Jellyfin</label></div>
<div class="tabbed-content">

@ -3495,17 +3495,16 @@
<h1 id="how-to-merge-quality">How to Merge Quality<a class="headerlink" href="#how-to-merge-quality" title="Permanent link"></a></h1>
<p>The current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>In some cases, it might be preferred to not have Quality Trump All, and let it be handled via Preferred Words / Custom Formats.</p>
<p>To accomplish this you will need to merge the qualities.</p>
<h2 id="current-logic">Current Logic<a class="headerlink" href="#current-logic" title="Permanent link"></a></h2>
<p>Here you will see the current logic so you understand how the possible downloads are compared.</p>
<!-- BEGIN INCLUDE ../../../includes/merge-quality/radarr-current-logic.md -->
<h3 id="radarr-current-logic">Radarr current logic<a class="headerlink" href="#radarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract">
<summary>Radarr current logic - [Click to show/hide]</summary>
<p>As of 2021-11-06 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol>
<li>Quality</li>
<li>Custom Format Score</li>
@ -3522,14 +3521,11 @@
<p><code>Settings</code> =&gt; <code>Media Management</code> =&gt; <code>File Management</code> =&gt; <code>Proper &amp; Repacks</code> Change to <code>Do Not Prefer</code> and use the <a href="/Radarr/Radarr-collection-of-custom-formats/#repackproper" rel="noopener noreferrer" target="_blank">Repack/Proper Custom Format</a></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/merge-quality/sonarr-current-logic.md -->
<h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract">
<summary>Sonarr current logic - [Click to show/hide]</summary>
<p>As of 2024-01-16 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol>
<li>Quality</li>
<li>Custom Format Score</li>
@ -3549,8 +3545,6 @@
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. <a href="/sonarr/settings#file-management">Set Media Management =&gt; File Management <code>Download Proper &amp; Repacks</code> to "Do Not Prefer"</a> and use <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#repackproper">TRaSH's Repack/Proper Custom Format</a> with a positive score as suggested by <a href="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div>
</details>
<!-- END INCLUDE -->
<h2 id="merge-the-qualities">Merge the Qualities<a class="headerlink" href="#merge-the-qualities" title="Permanent link"></a></h2>
<p>Go to your preferred Quality Profile or create a new one.</p>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>

@ -3646,7 +3646,7 @@
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" />You can't use the same root (media library) folder for both Radarr/Sonarr instances.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" />You can't use the same root (media library) folder for both Radarr/Sonarr instances.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>Make sure you use two separate root folders in Radarr/Sonarr (movies-hd, movies-uhd, tv-hd, tv-uhd, etc)</p>
</div>
<hr />

@ -3646,7 +3646,6 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
<p class="admonition-title">Note</p>
<p>We're going to make use of the below custom formats. See <a href="/Radarr/Radarr-import-custom-formats/" rel="noopener noreferrer" target="_blank">How to import Custom Formats</a> for how to import them.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-anime.md -->
<details class="abstract">
<summary>Anime CF/Scoring - [Click to show/hide]</summary>
<table>
@ -3730,32 +3729,32 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#remux-tier-01">Remux Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1050 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1050 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>3a3ff47579026e76d6504ebea39390de</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#remux-tier-02">Remux Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>9f98181fe5a3fbeb0cc29340da2a468a</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#remux-tier-03">Remux Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 950<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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 950<img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>8baaf0b3142bf4d94c42a724f034e27a</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#web-tier-01">WEB Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 350<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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 350<img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>c20f169ef63c5f40c2def54abaf4438e</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#web-tier-02">WEB Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 250<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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 250<img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>403816d65392c79236dcb6dd591aeda4</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#web-tier-03">WEB Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 150<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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 150<img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>af94e0fe497124d1f9ce732069ec8c3b</td>
</tr>
<tr>
@ -3831,11 +3830,9 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<h3 id="default-scoring">Default Scoring<a class="headerlink" href="#default-scoring" title="Permanent link"></a></h3>
<p>The scoring that has been set is the recommended scoring, however some of the CFs are optional depending on what you prefer.
<code>Anime Dual Audio</code>, <code>Uncensored</code> and <code>10bit</code> can be given positive scores if you want to prefer content with these attributes.</p>

@ -3798,7 +3798,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p class="admonition-title">Attention</p>
<p>It is not recommended to put any of the VF Custom Formats (VFF, VFQ, VQ, VFB, VFI, VF2) to a negative score. Instead, increase the score of your preferred audio.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-audio-version-en.md -->
<details class="abstract">
<summary>Explanation - [Click to show/hide]</summary>
<table>
@ -3925,12 +3924,9 @@ This option should only be used for French indexers where you are sure that <cod
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="releases-you-should-avoid">Releases you should avoid<a class="headerlink" href="#releases-you-should-avoid" title="Permanent link"></a></h3>
<p>This is a must-have for every Quality Profile you use. All these Custom Formats make sure you don't get low-quality Releases.</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3963,7 +3959,7 @@ This option should only be used for French indexers where you are sure that <cod
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -3979,7 +3975,7 @@ This option should only be used for French indexers where you are sure that <cod
<li>
<p><strong>x265 (HD):</strong> This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</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>
<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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -3990,7 +3986,6 @@ This option should only be used for French indexers where you are sure that <cod
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a>, which can be controversial for people looking for MULTi release. I encourage you to not use it.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a> Custom Format. Which is used for fallback to be sure to get a MULTi release.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4046,21 +4041,16 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="trash-recommendations">TRaSH recommendations<a class="headerlink" href="#trash-recommendations" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Radarr/Radarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Radarr/Radarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -4072,10 +4062,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<div class="admonition tip">
<p class="admonition-title">Getting the movie name in French in the file and/or folder name</p>
<p>Following the recommended naming scheme for your library, whether it's Plex, Jellyfin, or Emby, you can add the ISO-2 language code at the end of the movie name tag to display the movie name in the desired language.
@ -4087,7 +4073,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<ul>
<li><em>Size: 6-15 GB for a Bluray-1080p depending on the running time.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi audio - [Click to show/hide]</summary>
<table>
@ -4137,9 +4122,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4205,9 +4187,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-hd-bluray-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4241,18 +4220,17 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-hd-bluray-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -4297,12 +4275,8 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4339,9 +4313,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4374,7 +4345,7 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4390,7 +4361,7 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<li>
<p><strong>x265 (HD):</strong> This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</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>
<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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -4401,7 +4372,6 @@ The tag should look like the following: <code>{Movie CleanTitle:fr}</code>. This
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a>, which can be controversial for people looking for MULTi release. I encourage you to not use it.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a> Custom Format. Which is used for fallback to be sure to get a MULTi release.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4457,12 +4427,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4558,8 +4524,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><code>Audio Advanced</code> Custom Formats are not included in the encode's profile, as you will hardly find HD audio with HD Bluray Encodes. With HD Bluray Encodes it is suggested to go for quality. If you also want HD audio formats you should go for the Remuxes or UHD Encodes.</p>
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/french-qp-bluray-webdl.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="HD Bluray + WEB" src="../images/french-qp-bluray-webdl.png" /></a></p>
@ -4567,7 +4531,6 @@ Also they often even rename the release name into Portuguese.</li>
<p class="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<p>The reason why WEB-DL 720p is not selected is that you will hardly find any releases that aren't done as 1080p WEB-DL.</p>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -4580,8 +4543,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<ul>
@ -4596,7 +4557,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Size: 20-60 GB for a Bluray-2160p depending on the running time.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-en.md -->
<div class="admonition warning">
<p class="admonition-title">Information regarding HD audio</p>
<p>It should be noted that many problems can arise from this profile if you use the HD audio Custom Formats, as:</p>
@ -4617,20 +4577,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why the Group tiers exist; it tries to get hold of the groups that tend to get the best original and French audio for a release. However, it is not infallible, and, once again, a movie may not have an equivalent FR audio track to the original audio's highest one.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4638,7 +4593,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4667,13 +4621,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4756,27 +4707,21 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4799,8 +4744,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4810,11 +4753,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4829,13 +4770,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4962,9 +4900,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi audio - [Click to show/hide]</summary>
<table>
@ -5014,9 +4949,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -5082,9 +5014,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-uhd-bluray-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -5118,18 +5047,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-uhd-bluray-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -5174,12 +5102,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -5216,9 +5140,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-uhd-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5256,7 +5177,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>bfd8eb01832d646a0a89c4deb46f8564</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -5272,7 +5193,7 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Upscaled:</strong> A custom format to prevent Radarr from grabbing 4K upscaled releases.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks/ignores 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>!!!! Danger "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>!!!! Danger "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.1.0/assets/svg/26a0.svg" title=":warning:" />"</p>
</li>
</ul>
<details class="note">
@ -5282,7 +5203,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a>, which can be controversial for people looking for MULTi release. We encourage you to not use it.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a> Custom Format. Which is used for fallback to be sure to get a MULTi release.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -5338,12 +5258,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -5439,14 +5355,11 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/french-qp-uhd-bluray-webdl.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="UHD Bluray + WEB" src="../images/french-qp-uhd-bluray-webdl.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -5459,8 +5372,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<p><strong>Depending on what's released first and available the following Workflow Logic will be used:</strong></p>
@ -5476,7 +5387,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Size: 20-40 GB for a Remux-1080p depending on the running time.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-en.md -->
<div class="admonition warning">
<p class="admonition-title">Information regarding HD audio</p>
<p>It should be noted that many problems can arise from this profile if you use the HD audio Custom Formats, as:</p>
@ -5497,20 +5407,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why the Group tiers exist; it tries to get hold of the groups that tend to get the best original and French audio for a release. However, it is not infallible, and, once again, a movie may not have an equivalent FR audio track to the original audio's highest one.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -5518,7 +5423,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -5547,13 +5451,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -5636,9 +5537,6 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi audio - [Click to show/hide]</summary>
<table>
@ -5688,9 +5586,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -5756,9 +5651,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-remux-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -5792,18 +5684,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -5848,12 +5739,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -5890,9 +5777,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5925,7 +5809,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -5941,7 +5825,7 @@ Also they often even rename the release name into Portuguese.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">HERE</a>.</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>
<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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -5952,7 +5836,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a>, which can be controversial for people looking for MULTi release. I encourage you to not use it.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a> Custom Format. Which is used for fallback to be sure to get a MULTi release.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -6008,12 +5891,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -6109,15 +5988,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/french-qp-remux-webdl-1080p.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Remux + WEB 1080p" src="../images/french-qp-remux-webdl-1080p.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<p>The reason why we didn't select the WEB-DL 720p is that you will hardly find any releases that aren't done as 1080p WEB-DL.</p>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -6130,8 +6006,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<ul>
@ -6146,7 +6020,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Size: 40-100 GB for a Remux-2160p depending on the running time.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-en.md -->
<div class="admonition warning">
<p class="admonition-title">Information regarding HD audio</p>
<p>It should be noted that many problems can arise from this profile if you use the HD audio Custom Formats, as:</p>
@ -6167,20 +6040,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why the Group tiers exist; it tries to get hold of the groups that tend to get the best original and French audio for a release. However, it is not infallible, and, once again, a movie may not have an equivalent FR audio track to the original audio's highest one.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -6188,7 +6056,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -6217,13 +6084,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -6306,27 +6170,21 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -6349,8 +6207,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -6360,11 +6216,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -6379,13 +6233,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -6512,9 +6363,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi audio - [Click to show/hide]</summary>
<table>
@ -6564,9 +6412,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -6632,9 +6477,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-remux-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -6668,18 +6510,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -6724,12 +6565,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -6766,9 +6603,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-uhd-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -6806,7 +6640,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>bfd8eb01832d646a0a89c4deb46f8564</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -6822,7 +6656,7 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Upscaled:</strong> A custom format to prevent Radarr from grabbing 4K upscaled releases.</li>
<li>
<p><strong>x265 (HD):</strong> This blocks/ignores 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>!!!! Danger "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>!!!! Danger "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.1.0/assets/svg/26a0.svg" title=":warning:" />"</p>
</li>
</ul>
<details class="note">
@ -6832,7 +6666,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a>, which can be controversial for people looking for MULTi release. We encourage you to not use it.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a> Custom Format. Which is used for fallback to be sure to get a MULTi release.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -6888,12 +6721,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -6989,14 +6818,11 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/french-qp-remux-webdl-2160p.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Remux + WEB 2160p" src="../images/french-qp-remux-webdl-2160p.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -7009,8 +6835,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<ul>

@ -3601,7 +3601,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p class="admonition-title">Attention</p>
<p>Il n'est pas vraiment recommandé d'attribuer un score négatif à l'un des Formats Personnalisés de VF (VFF, VFQ, VQ, VFB, VFI, VF2). Augmentez plutôt le score de votre format audio préféré.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-audio-version-fr.md -->
<details class="abstract">
<summary>Explications - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3728,12 +3727,9 @@ Cette option ne devrait être utilisée que pour les indexers français où vous
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="les-releases-a-eviter">Les releases à éviter<a class="headerlink" href="#les-releases-a-eviter" title="Permanent link"></a></h3>
<p>Ces Formats sont reconnus comme étant indispensables pour tous les Profils de Qualité que vous utilisez. Ils vous assurent de ne pas avoir de releases de faible qualité.</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3766,7 +3762,7 @@ Cette option ne devrait être utilisée que pour les indexers français où vous
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -3782,7 +3778,7 @@ Cette option ne devrait être utilisée que pour les indexers français où vous
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -3793,7 +3789,6 @@ Cette option ne devrait être utilisée que pour les indexers français où vous
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a> : ce dernier peut être sujet à controverse pour les personnes recherchant une version MULTi. Il est recommandé de ne pas l'utiliser.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a>. Qui est utilisé comme substitut afin d'augmenter les chances d'obtenir une version MULTi.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -3849,21 +3844,16 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="trash-recommandations-en-anglais">TRaSH recommandations (<em>en anglais</em>)<a class="headerlink" href="#trash-recommandations-en-anglais" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Radarr/Radarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Radarr/Radarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -3875,10 +3865,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<div class="admonition tip">
<p class="admonition-title">Obtenir le nom du film en français dans le nom du fichier et/ou du dossier</p>
<p>En suivant le schéma de dénomination recommandé pour votre bibliothèque, qu'il s'agisse de Plex, Jellyfin ou Emby. Vous pouvez ajouter le code de langue ISO-2 à la fin de la balise du nom du film pour afficher le nom du film dans la langue souhaitée.
@ -3890,7 +3876,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<ul>
<li><em>Poids : 6 à 15 Go pour un Bluray-1080p selon la durée du média.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3940,9 +3925,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4008,9 +3990,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-hd-bluray-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4044,18 +4023,17 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-hd-bluray-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -4100,12 +4078,8 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4142,9 +4116,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4177,7 +4148,7 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4193,7 +4164,7 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -4204,7 +4175,6 @@ La balise se présentera comme suit : <code>{Movie CleanTitle:fr}</code>. Cela f
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a> : ce dernier peut être sujet à controverse pour les personnes recherchant une version MULTi. Il est recommandé de ne pas l'utiliser.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a>. Qui est utilisé comme substitut afin d'augmenter les chances d'obtenir une version MULTi.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4260,12 +4230,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4361,8 +4327,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Les Formats Personnalisés <code>Audio Advanced</code> ne sont pas inclus dans le profil d'encodage, car vous trouverez difficilement de l'audio HD avec ce type d'encodages. Et il est conseillé de privilégier la qualité visuelle. Si vous voulez aussi de l'audio HD, vous devriez opter pour les Remuxes ou les Encodes UHD.</p>
<p>Utilisez les paramètres suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/french-qp-bluray-webdl.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="HD Bluray + WEB" src="../images/french-qp-bluray-webdl.png" /></a></p>
@ -4370,7 +4334,6 @@ Also they often even rename the release name into Portuguese.</li>
<p class="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<p>La raison pour laquelle le WEB-DL 720p n'est pas sélectionné est que vous ne trouverez pratiquement aucune release qui ne soit pas faite en 1080p WEB-DL.</p>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -4383,8 +4346,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<p><strong>En fonction de ce qui est disponible en premier, la logique sera la suivante :</strong></p>
@ -4400,7 +4361,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Poids : 20 à 60 Go pour un Bluray-2160p selon la durée du média.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-fr.md -->
<div class="admonition warning">
<p class="admonition-title">Informations concernant les audios HD</p>
<p>Il convient de noter que de divers problèmes peuvent survenir avec ce profil si vous utilisez les formats personnalisés de l'audio HD, car :</p>
@ -4421,20 +4381,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>Les Formats Personnalisés de Groupes P2P existent pour cette raison ; ils essaient de regrouper les groupes qui ont tendance à obtenir les meilleures pistes audio originales et françaises pour une sortie. Cependant, cette approche n'est pas infaillible et un film peut ne pas avoir une piste audio FR équivalente à la piste la plus élevée de l'audio original.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4442,7 +4397,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4471,13 +4425,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4560,27 +4511,21 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4603,8 +4548,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4614,11 +4557,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4633,13 +4574,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4766,9 +4704,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4818,9 +4753,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4886,9 +4818,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-uhd-bluray-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4922,18 +4851,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-uhd-bluray-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -4978,12 +4906,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -5020,9 +4944,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-uhd-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5060,7 +4981,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>bfd8eb01832d646a0a89c4deb46f8564</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -5077,7 +4998,7 @@ Also they often even rename the release name into Portuguese.</li>
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -5088,7 +5009,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a> : ce dernier peut être sujet à controverse pour les personnes recherchant une version MULTi. Il est recommandé de ne pas l'utiliser.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a>. Qui est utilisé comme substitut afin d'augmenter les chances d'obtenir une version MULTi.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -5144,12 +5064,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -5245,14 +5161,11 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Utilisez les paramètres suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/french-qp-uhd-bluray-webdl.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="UHD Bluray + WEB" src="../images/french-qp-uhd-bluray-webdl.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -5265,8 +5178,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<p><strong>En fonction de ce qui est disponible en premier, la logique sera la suivante :</strong></p>
@ -5282,7 +5193,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Poids : 20 à 40 Go pour un Remux-1080p selon la durée du média.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-fr.md -->
<div class="admonition warning">
<p class="admonition-title">Informations concernant les audios HD</p>
<p>Il convient de noter que de divers problèmes peuvent survenir avec ce profil si vous utilisez les formats personnalisés de l'audio HD, car :</p>
@ -5303,20 +5213,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>Les Formats Personnalisés de Groupes P2P existent pour cette raison ; ils essaient de regrouper les groupes qui ont tendance à obtenir les meilleures pistes audio originales et françaises pour une sortie. Cependant, cette approche n'est pas infaillible et un film peut ne pas avoir une piste audio FR équivalente à la piste la plus élevée de l'audio original.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -5324,7 +5229,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -5353,13 +5257,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -5442,9 +5343,6 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5494,9 +5392,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -5562,9 +5457,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-remux-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5598,18 +5490,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -5654,12 +5545,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -5696,9 +5583,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5731,7 +5615,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>48f031e76111f17ea94898f4cdc34fdc</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -5747,7 +5631,7 @@ Also they often even rename the release name into Portuguese.</li>
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -5758,7 +5642,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a> : ce dernier peut être sujet à controverse pour les personnes recherchant une version MULTi. Il est recommandé de ne pas l'utiliser.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a>. Qui est utilisé comme substitut afin d'augmenter les chances d'obtenir une version MULTi.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -5814,12 +5697,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -5915,15 +5794,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Utilisez les paramètres suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/french-qp-remux-webdl-1080p.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Remux + WEB 1080p" src="../images/french-qp-remux-webdl-1080p.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<p>La raison pour laquelle le WEB-DL 720p n'est pas sélectionné est que vous ne trouverez pratiquement aucune release qui ne soit pas faite en 1080p WEB-DL.</p>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -5936,8 +5812,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<p><strong>En fonction de ce qui est disponible en premier, la logique sera la suivante :</strong></p>
@ -5953,7 +5827,6 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li><em>Poids : 40 à 100 Go pour un Remux-2160p selon la durée du média.</em></li>
</ul>
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-advanced-audio-information-fr.md -->
<div class="admonition warning">
<p class="admonition-title">Informations concernant les audios HD</p>
<p>Il convient de noter que de divers problèmes peuvent survenir avec ce profil si vous utilisez les formats personnalisés de l'audio HD, car :</p>
@ -5974,20 +5847,15 @@ Also they often even rename the release name into Portuguese.</li>
<p>Les Formats Personnalisés de Groupes P2P existent pour cette raison ; ils essaient de regrouper les groupes qui ont tendance à obtenir les meilleures pistes audio originales et françaises pour une sortie. Cependant, cette approche n'est pas infaillible et un film peut ne pas avoir une piste audio FR équivalente à la piste la plus élevée de l'audio original.</p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -5995,7 +5863,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -6024,13 +5891,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -6113,27 +5977,21 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -6156,8 +6014,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -6167,11 +6023,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -6186,13 +6040,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -6319,9 +6170,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -6371,9 +6219,6 @@ Also they often even rename the release name into Portuguese.</li>
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -6439,9 +6284,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-cf-french-remux-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -6475,18 +6317,17 @@ Also they often even rename the release name into Portuguese.</li>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>0d94489c0d5828cd3bf9409d309fb32b</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -6531,12 +6372,8 @@ Also they often even rename the release name into Portuguese.</li>
</tbody>
</table>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -6573,9 +6410,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/radarr-french-unwanted-uhd-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -6613,7 +6447,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>bfd8eb01832d646a0a89c4deb46f8564</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -6630,7 +6464,7 @@ Also they often even rename the release name into Portuguese.</li>
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
</ul>
@ -6641,7 +6475,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups">Bad Dual Groups</a> : ce dernier peut être sujet à controverse pour les personnes recherchant une version MULTi. Il est recommandé de ne pas l'utiliser.</li>
<li><a href="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <a href="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a>. Qui est utilisé comme substitut afin d'augmenter les chances d'obtenir une version MULTi.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -6697,12 +6530,8 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -6798,14 +6627,11 @@ Also they often even rename the release name into Portuguese.</li>
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Utilisez les paramètres suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/french-qp-remux-webdl-2160p.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Remux + WEB 2160p" src="../images/french-qp-remux-webdl-2160p.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -6818,8 +6644,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<ul>

File diff suppressed because it is too large Load Diff

@ -3519,7 +3519,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3555,9 +3554,6 @@
<li>Tautulli screenshot when playing a <code>WEBDL 2160p</code> with <code>DV HDR10</code>.</li>
<li>Info what your TV is reporting DV or HDR10.</li>
</ul>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3580,9 +3576,6 @@
<li>Leave out 1080p if you use SQP-1 (1080p) as your main/other Radarr</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3591,9 +3584,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3603,24 +3593,15 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-newqp-sqp1.md -->
<h3 id="sqp-1-2160p">SQP-1 (2160p)<a class="headerlink" href="#sqp-1-2160p" title="Permanent link"></a></h3>
<h4 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h4>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it what ever you want, we used: <code>SQP-1 (2160p)</code></p>
<p><a class="glightbox" href="/SQP/images/1-4k-newqp-sqp1.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/1-4k-newqp-sqp1.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-merge-qualities-sqp1.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>Bluray-1080p</li>
@ -3638,9 +3619,6 @@
</ul>
<p>and name it: <code>WEB-2160p</code></p>
<p><a class="glightbox" href="/SQP/images/1-4k-merge-qualities-sqp1.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/1-4k-merge-qualities-sqp1.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-select-qualities-sqp1.md -->
<h5 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h5>
<ul>
<li><code>Bluray-2160p</code></li>
@ -3665,11 +3643,7 @@
<li>The merged quality group: <code>WEB-2160p</code></li>
</ul>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3682,11 +3656,6 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-qp-settings-sqp1.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3709,9 +3678,6 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-cf-scoring-sqp1.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<details class="abstract">
@ -3727,78 +3693,78 @@
<tbody>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos">TrueHD ATMOS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>496f355514737f7d83bf7aa4d24f8169</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-x">DTS X</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2f22d89048b01681dde8afe203bf2e95</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined">ATMOS (undefined)</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>417804f7f2c4308c1f4c5d380d4c4475</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos">DD+ ATMOS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 135 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 135 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>1af239278386be2919e1bcee0bde047e</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#truehd">TrueHD</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>3cafb66171b47f226146a0770576870f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma">DTS-HD MA</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>dcf3ec6938fa32445f590a4da84256cd</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#flac">FLAC</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>a570d4a0e56a2874b64e5bfa55202a1b</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#pcm">PCM</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e7c2fcae07cbada050a0af3357491d7b</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra">DTS-HD HRA</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>8e109e50e0a0b83a5098b056e13bf6db</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#ddplus">DD+</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 125 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 125 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>185f1dd7264c4562b9022d963ac37424</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-es">DTS-ES</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>f9f847ac70a0af62ea4a08280b859636</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts">DTS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>1c1a4c5e823891c75bc50380a6866f73</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#aac">AAC</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>240770601cc226190c367ef59aba7463</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dd">DD</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 115 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 115 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>c2998bd0d90ed5621d8df281e839436e</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
<div class="admonition danger">
<p class="admonition-title">The CF with <code>0</code> you can choose to add with a score of <code>0</code> or just don't add them.<br>The reason why we score them this low is to prevent transcoding as much as possible.<br>The reason why <code>DTS</code> and <code>DTS-ES</code> have a score of <code>0</code> is to make sure that you don't limit yourself too much.</p>
@ -3812,12 +3778,9 @@
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
<li>You must add DV-WEBDL with a score if <code>-10000</code>!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3840,8 +3803,6 @@
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3851,11 +3812,9 @@
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3870,7 +3829,6 @@
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3943,7 +3901,7 @@
</tbody>
</table>
<div class="admonition danger">
<p class="admonition-title">The reason why we add <code>DV (WEBDL)</code> is because you want maximum compatibility across all devices <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">The reason why we add <code>DV (WEBDL)</code> is because you want maximum compatibility across all devices <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</details>
<details class="abstract">
@ -3979,38 +3937,38 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01">HD Bluray Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1100 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1100 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>ed27ebfef2f323e964fb1f61391bcb35</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02">HD Bluray Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1050 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1050 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>c20c8647f2746a1f4c4262b0fbbeeeae</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03">HD Bluray Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>5608c71bcebba0a5e666223bae8c9227</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01">UHD Bluray Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1100 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1100 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>4d74ac4c4db0b64bff6ce0cffef99bf0</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02">UHD Bluray Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1050 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1050 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>a58f517a70193f8e578056642178419d</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03">UHD Bluray Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e71939fae578037e7aed3ee219bbe7c1</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
@ -4022,7 +3980,6 @@
</ul>
</div>
</details>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4059,9 +4016,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/radarr-unwanted-uhd-sqp1.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4089,7 +4043,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4128,11 +4082,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4142,21 +4094,16 @@
<li><strong>10bit:</strong> Blocks releases that use Hi10P</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/hd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -4181,9 +4128,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-streaming-services.md -->
<details class="abstract">
<summary>Streaming Services - [Click to show/hide]</summary>
<table>
@ -4207,7 +4151,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#bcore">BCORE</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>cc5e51a9e85a6296ceefe097a77f12f4</td>
</tr>
<tr>
@ -4273,7 +4217,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -4282,13 +4226,11 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>CRiT</code> and <code>MA</code> are the only ones with a positive score because of their better source material, or higher bitrate and quality compared to other streaming services. <code>BCore</code> has a negative score as these releases have a very high bitrate so can cause transcoding.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<div class="admonition danger">
<p class="admonition-title">Adding any of the <code>HDR10+ Boosts</code> could result in less streaming optimized releases <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">Adding any of the <code>HDR10+ Boosts</code> could result in less streaming optimized releases <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
<table>
<thead>
@ -4355,13 +4297,12 @@ Also they often even rename the release name into Portuguese.</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-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4381,12 +4322,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
@ -4398,24 +4339,18 @@ 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">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>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4466,13 +4401,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>The reason why we don't add <a href="/Radarr/Radarr-collection-of-custom-formats/#imax">IMAX</a> is because BHDStudio didn't add IMAX to their filename before 2023-07-27.</li>
</ul>
<div class="admonition danger">
<p class="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <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">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-4k-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4534,8 +4466,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3495,7 +3495,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/1-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3516,9 +3515,6 @@
</ul>
<p>Biggest drawback: If you don't have access to the top tier indexers you won't have access to all BHDStudio releases, and you will end up with less or not streaming optimized releases.</p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3534,9 +3530,6 @@
<li>Prefer 1080p WEBDL with IMAX-E.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3545,9 +3538,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3557,23 +3547,14 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-newqp.md -->
<h3 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it: <code>SQP-1 (1080p)</code></p>
<p><a class="glightbox" href="/SQP/images/1-newqp.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/1-newqp.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-merge-qualities.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>Bluray-1080p</li>
@ -3584,20 +3565,13 @@
</ul>
<p>and name it: <code>Bluray|WEB-1080p</code></p>
<p><a class="glightbox" href="/SQP/images/1-merge-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/1-merge-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-select-qualities.md -->
<h5 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h5>
<ul>
<li>The merged quality profile: <code>Bluray|WEB-1080p</code></li>
<li>Bluray-720p</li>
</ul>
<p><a class="glightbox" href="/SQP/images/1-select-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select the following qualities" src="/SQP/images/1-select-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3610,11 +3584,6 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-qp-settings.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3637,9 +3606,6 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-cf-scoring.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<details class="abstract">
@ -3655,78 +3621,78 @@
<tbody>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos">TrueHD ATMOS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>496f355514737f7d83bf7aa4d24f8169</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-x">DTS X</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2f22d89048b01681dde8afe203bf2e95</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined">ATMOS (undefined)</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>417804f7f2c4308c1f4c5d380d4c4475</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos">DD+ ATMOS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 135 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 135 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>1af239278386be2919e1bcee0bde047e</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#truehd">TrueHD</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>3cafb66171b47f226146a0770576870f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma">DTS-HD MA</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>dcf3ec6938fa32445f590a4da84256cd</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#flac">FLAC</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>a570d4a0e56a2874b64e5bfa55202a1b</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#pcm">PCM</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e7c2fcae07cbada050a0af3357491d7b</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra">DTS-HD HRA</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>8e109e50e0a0b83a5098b056e13bf6db</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#ddplus">DD+</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 125 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 125 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>185f1dd7264c4562b9022d963ac37424</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts-es">DTS-ES</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>f9f847ac70a0af62ea4a08280b859636</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dts">DTS</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>1c1a4c5e823891c75bc50380a6866f73</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#aac">AAC</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 0 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 0 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>240770601cc226190c367ef59aba7463</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#dd">DD</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 115 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 115 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>c2998bd0d90ed5621d8df281e839436e</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
<div class="admonition danger">
<p class="admonition-title">The CF with <code>0</code> you can choose to add with a score of <code>0</code> or just don't add them.<br>The reason why we score them this low is to prevent transcoding as much as possible.<br>The reason why <code>DTS</code> and <code>DTS-ES</code> have a score of <code>0</code> is to make sure that you don't limit yourself too much.</p>
@ -3765,26 +3731,25 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01">HD Bluray Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1100 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1100 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>ed27ebfef2f323e964fb1f61391bcb35</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02">HD Bluray Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1050 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1050 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>c20c8647f2746a1f4c4262b0fbbeeeae</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03">HD Bluray Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>5608c71bcebba0a5e666223bae8c9227</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
</details>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3821,9 +3786,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/radarr-unwanted-sqp1.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3851,7 +3813,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -3885,11 +3847,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -3898,21 +3858,16 @@
<li><strong>10bit:</strong> Blocks releases that use Hi10P</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/hd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -3937,9 +3892,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-streaming-services.md -->
<details class="abstract">
<summary>Streaming Services - [Click to show/hide]</summary>
<table>
@ -3963,7 +3915,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#bcore">BCORE</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>cc5e51a9e85a6296ceefe097a77f12f4</td>
</tr>
<tr>
@ -4029,7 +3981,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main public guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -4038,10 +3990,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>CRiT</code> and <code>MA</code> are the only ones with a positive score because of their better source material, or higher bitrate and quality compared to other streaming services. <code>BCore</code> has a negative score as these releases have a very high bitrate so can cause transcoding.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/sqp/hd-radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4097,8 +4046,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] (use these only if you dislike scene releases)</li>
</ul>
</details>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4149,13 +4096,10 @@ Also they often even rename the release name into Portuguese.</li>
<li>The reason why we don't add <a href="/Radarr/Radarr-collection-of-custom-formats/#imax">IMAX</a> is because BHDStudio didn't add IMAX to their filename before 2023-07-27.</li>
</ul>
<div class="admonition danger">
<p class="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <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">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4202,8 +4146,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3495,7 +3495,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/2-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3506,9 +3505,6 @@
<li>You don't want to wait longer for the HQ Encodes to be released.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<p class="admonition-title">[<em>Optional</em>] IMAX Enhanced (IMAX-E)<br>- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will <strong>ONLY</strong> be chosen if it has the same <strong>AUDIO</strong> and <strong>HDR Metadata</strong><br>- It won't downgrade from a <code>TrueHD Atmos</code> to a <code>DD+ Atmos</code> or from a <code>DV</code> to an <code>HDR</code>.</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3541,9 +3534,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3553,23 +3543,14 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-newqp.md -->
<h3 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it what ever you want, we used: <code>Remux|Bluray|IMAX-E|2160p</code></p>
<p><a class="glightbox" href="/SQP/images/2-newqp.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/2-newqp.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-merge-qualities.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3584,20 +3565,13 @@
<p class="admonition-title">If you're only running 1 Radarr, You might want to merge the HD Qualities together (WEB+Remux) and <ins>NOT</ins> with the UHD ones so you will also get the HD release if there is no UHD release.</p>
</div>
<p><a class="glightbox" href="/SQP/images/2-merge-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/2-merge-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-select-qualities.md -->
<h4 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h4>
<ul>
<li>The merged quality profile: <code>WEB|Remux|Bluray|2160p</code></li>
<li><code>Remux-1080p</code></li>
</ul>
<p><a class="glightbox" href="/SQP/images/2-select-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select the following qualities" src="/SQP/images/2-select-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3610,11 +3584,6 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-qp-settings.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3634,30 +3603,23 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-cf-scoring.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3680,8 +3642,6 @@
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3691,11 +3651,9 @@
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3710,13 +3668,10 @@
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3843,8 +3798,6 @@
</table>
</details>
</details>
<!-- END INCLUDE -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -3873,17 +3826,17 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01">UHD Bluray Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2300 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2300 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>4d74ac4c4db0b64bff6ce0cffef99bf0</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02">UHD Bluray Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2200 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2200 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>a58f517a70193f8e578056642178419d</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03">UHD Bluray Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2100 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2100 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e71939fae578037e7aed3ee219bbe7c1</td>
</tr>
<tr>
@ -3904,10 +3857,9 @@
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3931,13 +3883,13 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x264">x264</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2899d84dc9372de3408e6d8cc18e9666</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -3953,9 +3905,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-unwanted-uhd.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3983,7 +3932,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4017,11 +3966,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4030,21 +3977,16 @@
<li><strong>Extras:</strong> Blocks releases that only contain extras</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -4063,18 +4005,15 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json">2160p</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 151 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 151 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>fb392fb0d61a010ae38e49ceaa24a1ef</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4170,21 +4109,16 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4192,7 +4126,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4221,13 +4154,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4310,9 +4240,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4368,15 +4295,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4396,12 +4320,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
@ -4413,25 +4337,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4497,11 +4414,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4553,8 +4465,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3495,7 +3495,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/3-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3507,9 +3506,6 @@
<li>You want the highest quality possible, with the option to upgrade to IMAX Enhanced.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<p class="admonition-title">[<em>Optional</em>] IMAX Enhanced (IMAX-E)<br>- When an IMAX Enhanced exists it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will <strong>ONLY</strong> be chosen if it has the same <strong>AUDIO</strong> and <strong>HDR Metadata</strong><br>- It won't downgrade from a <code>TrueHD Atmos</code> to a <code>DD+ Atmos</code> or from a <code>DV</code> to a <code>HDR</code>.</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3541,9 +3534,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3553,23 +3543,14 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-newqp.md -->
<h3 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it what ever you want, we used: <code>Remux|IMAX-E|2160p</code></p>
<p><a class="glightbox" href="/SQP/images/3-newqp.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/3-newqp.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-merge-qualities.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3583,11 +3564,7 @@
<p class="admonition-title">If you're only running 1 Radarr, You might want to merge the HD Qualities together (WEB+Remux) and <ins>NOT</ins> with the UHD ones so you will also get the HD release if there is no UHD release.</p>
</div>
<p><a class="glightbox" href="/SQP/images/3-merge-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/3-merge-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3600,20 +3577,12 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-select-qualities.md -->
<h4 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h4>
<ul>
<li>The merged quality profile: <code>WEB|Remux|2160p</code></li>
<li><code>Remux-1080p</code></li>
</ul>
<p><a class="glightbox" href="/SQP/images/3-select-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select the following qualities" src="/SQP/images/3-select-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-qp-settings.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3633,30 +3602,23 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-cf-scoring.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3679,8 +3641,6 @@
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3690,11 +3650,9 @@
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3709,13 +3667,10 @@
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3842,9 +3797,6 @@
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -3889,9 +3841,6 @@
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3915,13 +3864,13 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x264">x264</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2899d84dc9372de3408e6d8cc18e9666</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -3937,9 +3886,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-unwanted-uhd.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3967,7 +3913,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4001,11 +3947,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4014,21 +3958,16 @@
<li><strong>Extras:</strong> Blocks releases that only contain extras</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -4047,18 +3986,15 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json">2160p</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 151 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 151 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>fb392fb0d61a010ae38e49ceaa24a1ef</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4154,21 +4090,16 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4176,7 +4107,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4205,13 +4135,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4294,9 +4221,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4352,15 +4276,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4380,12 +4301,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
@ -4397,25 +4318,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4481,11 +4395,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4532,8 +4441,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3495,7 +3495,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/4-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3508,9 +3507,6 @@
<li>You want smaller files for your kid's movies (Disney/Pixar etc)</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<p class="admonition-title">[<em>Optional</em>] IMAX Enhanced (IMAX-E)<br>- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will <strong>ONLY</strong> be chosen if it has the same <strong>AUDIO</strong> and <strong>HDR Metadata</strong><br>- It won't downgrade from a <code>TrueHD Atmos</code> to a <code>DD+ Atmos</code> or from a <code>DV</code> to an <code>HDR</code>.</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3541,9 +3534,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3553,23 +3543,14 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-newqp.md -->
<h3 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it what ever you want, we used: <code>WEBDL|IMAX-E|2160p</code></p>
<p><a class="glightbox" href="/SQP/images/4-newqp.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/4-newqp.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-merge-qualities.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3582,11 +3563,7 @@
<p class="admonition-title">If you're only running 1 Radarr, You might want to merge the HD Qualities together (WEB+Remux) and <ins>NOT</ins> with the UHD ones so you will also get the HD release if there is no UHD release.</p>
</div>
<p><a class="glightbox" href="/SQP/images/4-merge-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/4-merge-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3599,20 +3576,12 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-select-qualities.md -->
<h4 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h4>
<ul>
<li>The merged quality profile: <code>WEBDL|2160p</code></li>
<li><code>Remux-1080p</code></li>
</ul>
<p><a class="glightbox" href="/SQP/images/4-select-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select the following qualities" src="/SQP/images/4-select-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-qp-settings.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3632,30 +3601,23 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-cf-scoring.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3678,8 +3640,6 @@
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3689,11 +3649,9 @@
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3708,13 +3666,10 @@
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3841,9 +3796,6 @@
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -3888,9 +3840,6 @@
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3914,13 +3863,13 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x264">x264</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2899d84dc9372de3408e6d8cc18e9666</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -3936,9 +3885,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-unwanted-uhd.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3966,7 +3912,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4000,11 +3946,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4013,21 +3957,16 @@
<li><strong>Extras:</strong> Blocks releases that only contain extras</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -4046,18 +3985,15 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json">2160p</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 151 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 151 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>fb392fb0d61a010ae38e49ceaa24a1ef</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4153,21 +4089,16 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4175,7 +4106,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4204,13 +4134,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4293,9 +4220,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4351,15 +4275,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4379,12 +4300,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
@ -4396,25 +4317,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4480,11 +4394,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4526,8 +4435,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3495,7 +3495,6 @@
<p>It uses Custom Formats and specific needed settings that probably will never make it to the guide, being the guide is used by the masses and what's used here is made for specific needs.</p>
<p>This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/sqp/5-why.md -->
<h2 id="why-choose-this-quality-profile">Why choose this quality profile<a class="headerlink" href="#why-choose-this-quality-profile" title="Permanent link"></a></h2>
<details class="question">
<summary>Why choose this quality profile? - [Click to show/hide]</summary>
@ -3507,9 +3506,6 @@
<li>HD Audio (Atmos, TrueHD etc...)</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-workflow.md -->
<h2 id="workflow-logic">Workflow Logic<a class="headerlink" href="#workflow-logic" title="Permanent link"></a></h2>
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3531,9 +3527,6 @@
<p class="admonition-title">[<em>Optional</em>] IMAX Enhanced (IMAX-E)<br>- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will <strong>ONLY</strong> be chosen if it has the same <strong>AUDIO</strong> and <strong>HDR Metadata</strong><br>- It won't downgrade from a <code>TrueHD Atmos</code> to a <code>DD+ Atmos</code> or from a <code>DV</code> to an <code>HDR</code>.</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/important-notice.md -->
<h2 id="important-notice">Important Notice<a class="headerlink" href="#important-notice" title="Permanent link"></a></h2>
<div class="admonition warning">
<p class="admonition-title">Important Notice</p>
@ -3542,9 +3535,6 @@
<p>If you're unsure or have questions, do not hesitate to ask for help on Discord</p>
<p><center><a class="md-button md-button--primary" href="https://trash-guides.info/discord"> Click For Support </a></center></p>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/instructions.md -->
<h2 id="instructions">Instructions<a class="headerlink" href="#instructions" title="Permanent link"></a></h2>
<div class="admonition info">
<ol>
@ -3554,23 +3544,14 @@
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-newqp.md -->
<h3 id="create-a-new-quality-profile">Create a new Quality Profile<a class="headerlink" href="#create-a-new-quality-profile" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p>Create a new profile and name it what ever you want, we used: <code>Bluray|IMAX-E|2160p</code></p>
<p><a class="glightbox" href="/SQP/images/5-newqp.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Create a new Quality Profile" src="/SQP/images/5-newqp.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<h4 id="merge-qualities">Merge Qualities<a class="headerlink" href="#merge-qualities" title="Permanent link"></a></h4>
<p>First we're going to merge a couple of qualities.</p>
<p>If you don't know how to merge qualities take a look at the following Guide:</p>
<p>=&gt; <a href="/Radarr/Tips/Merge-quality/" rel="noopener noreferrer" target="_blank">How to Merge Quality</a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-merge-qualities.md -->
<h5 id="merge-the-following-qualities-together">Merge the following Qualities together<a class="headerlink" href="#merge-the-following-qualities-together" title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3584,11 +3565,7 @@
<p class="admonition-title">If you're only running 1 Radarr, You might want to merge the HD Qualities together (WEB+Remux) and <ins>NOT</ins> with the UHD ones so you will also get the HD release if there is no UHD release.</p>
</div>
<p><a class="glightbox" href="/SQP/images/5-merge-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Merge the following Qualities together" src="/SQP/images/5-merge-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4 id="move-selected-quality-to-top">Move selected quality to top<a class="headerlink" href="#move-selected-quality-to-top" title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -3601,20 +3578,12 @@
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-select-qualities.md -->
<h4 id="select-the-following-qualities">Select the following qualities<a class="headerlink" href="#select-the-following-qualities" title="Permanent link"></a></h4>
<ul>
<li>The merged quality profile: <code>WEB|Bluray|2160p</code></li>
<li><code>Remux-1080p</code></li>
</ul>
<p><a class="glightbox" href="/SQP/images/5-select-qualities.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select the following qualities" src="/SQP/images/5-select-qualities.png" /></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-qp-settings.md -->
<h4 id="quality-profile-settings">Quality Profile Settings<a class="headerlink" href="#quality-profile-settings" title="Permanent link"></a></h4>
<ul>
<li><strong>Enable:</strong> <code>Upgrades Allowed</code></li>
@ -3634,30 +3603,23 @@
</ul>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-cf-scoring.md -->
<h4 id="custom-formats-and-scores">Custom Formats and scores<a class="headerlink" href="#custom-formats-and-scores" title="Permanent link"></a></h4>
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -3680,8 +3642,6 @@
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -3691,11 +3651,9 @@
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -3710,13 +3668,10 @@
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -3843,8 +3798,6 @@
</table>
</details>
</details>
<!-- END INCLUDE -->
<details class="abstract">
<summary>HQ Release Groups - [Click to show/hide]</summary>
<table>
@ -3873,17 +3826,17 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01">UHD Bluray Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2300 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2300 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>4d74ac4c4db0b64bff6ce0cffef99bf0</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02">UHD Bluray Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2200 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2200 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>a58f517a70193f8e578056642178419d</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03">UHD Bluray Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 2100 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 2100 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e71939fae578037e7aed3ee219bbe7c1</td>
</tr>
<tr>
@ -3904,10 +3857,9 @@
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3931,13 +3883,13 @@
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x264">x264</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> -10000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> -10000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>2899d84dc9372de3408e6d8cc18e9666</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
<hr />
<p>Breakdown and Why</p>
@ -3953,9 +3905,6 @@
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-unwanted-uhd.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -3983,7 +3932,7 @@
<td>e204b80c87be9497a8a6eaff48f72905</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>dc98083864ea246d05a42df0d05f81cc</td>
</tr>
@ -4017,11 +3966,9 @@
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>3D:</strong> Is 3D still a thing for home use ?</p>
@ -4030,21 +3977,16 @@
<li><strong>Extras:</strong> Blocks releases that only contain extras</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/uhd-radarr-resolution.md -->
<details class="abstract">
<summary>Resolution - [Click to show/hide]</summary>
<table>
@ -4063,18 +4005,15 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/2160p.json">2160p</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 151 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 151 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>fb392fb0d61a010ae38e49ceaa24a1ef</td>
</tr>
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4170,21 +4109,16 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><code>BCore</code>, <code>CRiT</code> and <code>MA</code> are the only ones with a score because of their better source material, or higher bitrate and quality compared to other streaming services.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-audio.md -->
<details class="abstract">
<summary>Audio - [Click to show/hide]</summary>
<p><strong>Why should I choose All Audio formats?</strong></p>
<ul>
<li>
<p>You have a hardware media player device and an audio setup that supports <strong>ALL</strong> HD Audio (TrueHD, DTS-X, DTS-HD, etc).</p>
<!-- BEGIN INCLUDE ../../includes/cf/audio-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!<br>please check <code>I've a AppleTV</code></p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.</p>
@ -4192,7 +4126,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>You should add <strong>ALL</strong> the Audio formats - don't leave any of them out!</li>
<li>Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/audio-info.md -->
<details class="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/plex-audio-atv.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/plex-audio-atv.png" /></a></p>
@ -4221,13 +4154,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-audio-formats-should-i-choose.md -->
<details class="question">
<summary>Which Audio Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-audio.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Audio Formats Flowchart" src="/Radarr/images/flowchart-audio.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4310,9 +4240,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4368,15 +4295,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4396,12 +4320,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>839bea857ed2c0a8e084f3cbdbd65ecb</td>
</tr>
@ -4413,25 +4337,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/radarr-movie-versions-imaxe.md -->
<details class="abstract">
<summary>Movie Versions - [Click to show/hide]</summary>
<table>
@ -4497,11 +4414,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>If you don't prefer <code>IMAX Enhanced</code> then don't add it or use a score of <code>0</code></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-quality-size.md -->
<h3 id="quality-size">Quality Size<a class="headerlink" href="#quality-size" title="Permanent link"></a></h3>
<p><code>Settings</code> =&gt; <code>Quality</code></p>
<table>
@ -4548,8 +4460,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>The reason why you don't see the <code>Preferred</code> score in the table above is because we want max quality anyway. So set it as high as possible.</p>
<p>The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.</p>
<p>Make sure you have enabled <code>Show Advanced</code> in Radarr, if you don't see a provision to enter the scores, under the Quality settings.</p>
<!-- END INCLUDE -->
<!-- markdownlint-disable MD041-->
<hr />
<div class="admonition question">

@ -3391,9 +3391,9 @@
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<ul>
<li>Anything here is for private use only. It is prohibited to share anything related to SQP, such as set-up information or links to the guide, in any public location.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>We expect users who received the link to this page to honor this rule.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Any questions about SQP should be asked in the related discord, not in the main channel or any other public places.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Anything here is for private use only. It is prohibited to share anything related to SQP, such as set-up information or links to the guide, in any public location.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>We expect users who received the link to this page to honor this rule.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Any questions about SQP should be asked in the related discord, not in the main channel or any other public places.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></li>
<li>Yes, you can mention in the public channels that you are using a specific SQP.</li>
<li>If others are interested, they can join by accepting the rules in the <code>access-to-sqp</code> channel.</li>
</ul>
@ -3415,7 +3415,7 @@
</div>
<details class="question">
<summary>Can I use these SQP with Sonarr? - [Click to show/hide]</summary>
<p><strong>NO</strong>, SQP is only for Radarr <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br>
<p><strong>NO</strong>, SQP is only for Radarr <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br>
At the moment there are no specific release groups to create an SQP for Sonarr.<br>
If you're looking for a SQP-1 (xxxxp) then look at the public Sonarr Guide.</p>
</details>

@ -3717,7 +3717,6 @@
<!-- markdownlint-disable MD041-->
<!-- BEGIN INCLUDE ../../Radarr/Tips/How-to-setup-language-custom-formats.md -->
<h1 id="how-to-setup-language-custom-formats">How to setup Language Custom Formats<a class="headerlink" href="#how-to-setup-language-custom-formats" title="Permanent link"></a></h1>
<p>Here we will explain how to set up your preferred language Custom Format, with a few examples.</p>
<div class="admonition warning">
@ -4090,7 +4089,6 @@ example: German Dual Language and/or Multi-language releases</p>
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- markdownlint-enable MD041-->

@ -3495,19 +3495,17 @@
<!-- markdownlint-disable MD041-->
<!-- BEGIN INCLUDE ../../Radarr/Tips/Merge-quality.md -->
<h1 id="how-to-merge-quality">How to Merge Quality<a class="headerlink" href="#how-to-merge-quality" title="Permanent link"></a></h1>
<p>The current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>In some cases, it might be preferred to not have Quality Trump All, and let it be handled via Preferred Words / Custom Formats.</p>
<p>To accomplish this you will need to merge the qualities.</p>
<h2 id="current-logic">Current Logic<a class="headerlink" href="#current-logic" title="Permanent link"></a></h2>
<p>Here you will see the current logic so you understand how the possible downloads are compared.</p>
<!-- BEGIN INCLUDE ../../../includes/merge-quality/radarr-current-logic.md -->
<h3 id="radarr-current-logic">Radarr current logic<a class="headerlink" href="#radarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract">
<summary>Radarr current logic - [Click to show/hide]</summary>
<p>As of 2021-11-06 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol>
<li>Quality</li>
<li>Custom Format Score</li>
@ -3524,14 +3522,11 @@
<p><code>Settings</code> =&gt; <code>Media Management</code> =&gt; <code>File Management</code> =&gt; <code>Proper &amp; Repacks</code> Change to <code>Do Not Prefer</code> and use the <a href="/Radarr/Radarr-collection-of-custom-formats/#repackproper" rel="noopener noreferrer" target="_blank">Repack/Proper Custom Format</a></p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/merge-quality/sonarr-current-logic.md -->
<h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract">
<summary>Sonarr current logic - [Click to show/hide]</summary>
<p>As of 2024-01-16 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol>
<li>Quality</li>
<li>Custom Format Score</li>
@ -3551,8 +3546,6 @@
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. <a href="/sonarr/settings#file-management">Set Media Management =&gt; File Management <code>Download Proper &amp; Repacks</code> to "Do Not Prefer"</a> and use <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#repackproper">TRaSH's Repack/Proper Custom Format</a> with a positive score as suggested by <a href="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div>
</details>
<!-- END INCLUDE -->
<h2 id="merge-the-qualities">Merge the Qualities<a class="headerlink" href="#merge-the-qualities" title="Permanent link"></a></h2>
<p>Go to your preferred Quality Profile or create a new one.</p>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
@ -3575,7 +3568,6 @@
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- markdownlint-enable MD041-->

@ -3373,7 +3373,6 @@
<!-- markdownlint-disable MD041-->
<!-- BEGIN INCLUDE ../../Radarr/Tips/Radarr-rename-your-folders.md -->
<h1 id="how-to-rename-your-folders">How to rename your folders<a class="headerlink" href="#how-to-rename-your-folders" title="Permanent link"></a></h1>
<div class="admonition info">
<p class="admonition-title">The same basics can be used with Sonarr, just replace movies with series.</p>
@ -3414,7 +3413,6 @@
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- markdownlint-enable MD041-->

@ -3627,7 +3627,6 @@
<!-- markdownlint-disable MD041-->
<!-- BEGIN INCLUDE ../../Radarr/Tips/Sync-2-radarr-sonarr.md -->
<h1 id="how-to-sync-2-radarr-or-sonarr-with-each-other">How to Sync 2 Radarr or Sonarr with each other<a class="headerlink" href="#how-to-sync-2-radarr-or-sonarr-with-each-other" title="Permanent link"></a></h1>
<div class="annotate">
<p>In this guide, we will try to explain how you can sync two (or more) Radarr/Sonarr instances with each other.</p>
@ -3648,7 +3647,7 @@
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" />You can't use the same root (media library) folder for both Radarr/Sonarr instances.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" />You can't use the same root (media library) folder for both Radarr/Sonarr instances.<img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>Make sure you use two separate root folders in Radarr/Sonarr (movies-hd, movies-uhd, tv-hd, tv-uhd, etc)</p>
</div>
<hr />
@ -3803,7 +3802,6 @@
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- markdownlint-enable MD041-->
<div class="footnote">

File diff suppressed because it is too large Load Diff

@ -3547,7 +3547,7 @@
<p>After selecting the <code>Import</code> button you will get a screen that has all the Custom Format variables filled in correctly, all you need to do now is click on the <code>Save</code> button and you're done.</p>
<p><a class="glightbox" href="../images/cf-import-done.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="cf-import-done" src="../images/cf-import-done.png" /></a></p>
<div class="admonition warning">
<p class="admonition-title">The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost <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">The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
<h3 id="guide-sync-tool">Guide sync tool<a class="headerlink" href="#guide-sync-tool" title="Permanent link"></a></h3>
<div class="admonition info">

@ -3766,7 +3766,6 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
<p>We're going to make use of the below custom formats. See <a href="/Sonarr/sonarr-import-custom-formats/" rel="noopener noreferrer" target="_blank">How to import Custom Formats</a> for how to import them.</p>
</div>
<h3 id="default-scoring">Default Scoring<a class="headerlink" href="#default-scoring" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-anime.md -->
<details class="abstract">
<summary>Anime CF/Scoring - [Click to show/hide]</summary>
<table>
@ -3830,12 +3829,12 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01">WEB Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 350 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 350 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>e6258996055b9fbab7e9cb2f75819294</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02">WEB Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 150 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 150 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>58790d4e2fdcd9733aa7ae68ba2bb503</td>
</tr>
<tr>
@ -3845,17 +3844,17 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03">WEB Tier 03</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 150 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 150 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-01">Remux Tier 01</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1050 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1050 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>9965a052eb87b0d10313b1cea89eb451</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#remux-tier-02">Remux Tier 02</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1000 <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;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1000 <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td>8a1d0c3d7497e741736761a1da866a2e</td>
</tr>
<tr>
@ -3941,12 +3940,9 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tbody>
</table>
<div class="admonition warning">
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
<p class="admonition-title">Scores marked with a <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> are different to those used in the main guide</p>
</div>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-streaming-services-anime.md -->
<details class="abstract">
<summary>Anime Streaming Services - [Click to show/hide]</summary>
<table>
@ -4016,8 +4012,6 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<p>The scoring that has been set is the recommended scoring, however, some of the CFs are optional depending on what you prefer.
<code>Anime Dual Audio</code>, <code>Uncensored</code> and <code>10bit</code> can be given positive scores if you want to prefer content with these attributes.</p>
<p><code>Anime Raws</code> and <code>Dubs Only</code> are negatively scored, however, if you prefer these attributes you can give them a positive score.</p>

@ -3786,7 +3786,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p class="admonition-title">Attention</p>
<p>It is not recommended to put any of the VF Custom Formats (VFF, VFQ, VQ, VFB, VFI, VF2) to a negative score. Instead, increase the score of your preferred audio.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-audio-version-en.md -->
<details class="abstract">
<summary>Explanation - [Click to show/hide]</summary>
<table>
@ -3908,12 +3907,9 @@ You could end up with a single audio release when a MULTi release exists. This i
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="french-speaking-streaming-services">French Speaking Streaming Services<a class="headerlink" href="#french-speaking-streaming-services" title="Permanent link"></a></h3>
<p>Those are all optional and only there for information does not have a score attached. This is because few releases are tagged with them, so scoring them is difficult. Moreover, streaming services covered by TRaSH's guide are often of better quality than the following.</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-streaming-services-en.md -->
<details class="abstract">
<summary>French Streaming Services - [Click to show/hide]</summary>
<table>
@ -3947,18 +3943,14 @@ You could end up with a single audio release when a MULTi release exists. This i
</ul>
</details>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="trash-recommendations">TRaSH recommendations<a class="headerlink" href="#trash-recommendations" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Sonarr/Sonarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Sonarr/Sonarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -3970,14 +3962,9 @@ You could end up with a single audio release when a MULTi release exists. This i
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<hr />
<h4 id="webdl-1080p">WEBDL-1080p<a class="headerlink" href="#webdl-1080p" title="Permanent link"></a></h4>
<p>If you prefer 720p/1080p WEBDL (WEB-1080p)</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi Audio - [Click to show/hide]</summary>
<table>
@ -4027,9 +4014,6 @@ You could end up with a single audio release when a MULTi release exists. This i
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4057,7 +4041,7 @@ You could end up with a single audio release when a MULTi release exists. This i
<td>3ba797e5dc13af4b8d9bb25e83d90de2</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>47435ece6b99a0b477caf360e79ba0bb</td>
</tr>
@ -4077,7 +4061,7 @@ You could end up with a single audio release when a MULTi release exists. This i
<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>
<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">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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
<li>
@ -4110,9 +4094,6 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4149,9 +4130,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4246,9 +4224,6 @@ You could end up with a single audio release when a MULTi release exists. This i
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4277,18 +4252,17 @@ You could end up with a single audio release when a MULTi release exists. This i
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>2f3422339d185eb227a324644a2fbfca</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4316,7 +4290,7 @@ You could end up with a single audio release when a MULTi release exists. This i
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4324,21 +4298,17 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<p><code>Audio Advanced</code> Custom Formats are not included in the WEB profile, as you will hardly find HD audio with WEB-DL (only newer WEBDL will have Atmos). If you also want HD audio formats it is suggested to go for the Remuxes.</p>
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/cf-profile-web1080.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web1080" src="../images/cf-profile-web1080.png" /></a></p>
<div class="admonition info">
<p>For some older shows, you might want to enable the <code>WEB 720p</code> or even the <code>HDTV 1080p</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -4351,8 +4321,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<div class="admonition example">
<p class="admonition-title">The following workflow will be applied:</p>
<ul>
@ -4364,25 +4332,21 @@ You could end up with a single audio release when a MULTi release exists. This i
<h4 id="webdl-2160p">WEBDL-2160p<a class="headerlink" href="#webdl-2160p" title="Permanent link"></a></h4>
<p>If you prefer 2160p WEBDL (WEB-2160p)</p>
<p>The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without DV/HDR is a minimal profit.</p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats ?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4405,8 +4369,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4416,11 +4378,9 @@ You could end up with a single audio release when a MULTi release exists. This i
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4435,13 +4395,10 @@ You could end up with a single audio release when a MULTi release exists. This i
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4568,9 +4525,6 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi Audio - [Click to show/hide]</summary>
<table>
@ -4620,9 +4574,6 @@ You could end up with a single audio release when a MULTi release exists. This i
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-uhd-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4690,15 +4641,12 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4718,12 +4666,12 @@ You could end up with a single audio release when a MULTi release exists. This i
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
@ -4735,25 +4683,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4790,9 +4731,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-uhd-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services (UHD) - [Click to show/hide]</summary>
<table>
@ -4885,12 +4823,12 @@ You could end up with a single audio release when a MULTi release exists. This i
<td>9623c5c9cac8e939c1b9aedd32f640bf</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td style="text-align: center;">20</td>
<td>43b3cf48cb385cd3eac608ee6bca7f09</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td style="text-align: center;">-20</td>
<td>d2d299244a92b8a52d4921ce3897a256</td>
</tr>
@ -4902,9 +4840,6 @@ You could end up with a single audio release when a MULTi release exists. This i
<p>Some streaming services have UHD releases that are generally better or worse than their HD counterparts. The UHD Streaming Boost and UHD Streaming Cut custom formats adjust those streaming services' scores appropriately for UHD releases.</p>
<p>These two custom formats must be included in your profile for UHD releases to be scored correctly.</p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-web-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4933,18 +4868,17 @@ You could end up with a single audio release when a MULTi release exists. This i
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>2f3422339d185eb227a324644a2fbfca</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> French Scene groups are included as a fallback if you really want MULTi release despite a potential loss in quality. Either score the CF to <code>1500</code> (default) or <code>0</code> depending on what you want to achieve.</p>
</div>
<details class="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4972,7 +4906,7 @@ You could end up with a single audio release when a MULTi release exists. This i
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4980,14 +4914,11 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/cf-profile-web2160.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web2160" src="../images/cf-profile-web2160.png" /></a></p>
<div class="admonition info">
@ -5005,7 +4936,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
<hr />
<h4 id="anime-example">Anime Example<a class="headerlink" href="#anime-example" title="Permanent link"></a></h4>
<p>If you are looking to grab Anime with either French sub or MULTi audio (original + French).</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-anime-info-en.md -->
<div class="admonition info">
<p class="admonition-title">Important</p>
<p>In a first time you should follow the original Anime Guide following sections:</p>
@ -5023,7 +4953,7 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
<li><a href="/Sonarr/sonarr-setup-quality-profiles-anime/#dual-audio-scoring" rel="noopener noreferrer" target="_blank">Dual Audio</a>: If you want to have Dual Audio releases (original and English audio) in case Sonarr does not find a VOSTFR or MULTi release.</li>
<li><a href="/Sonarr/sonarr-setup-quality-profiles-anime/#uncensored-scoring" rel="noopener noreferrer" target="_blank">Uncensored Scoring</a>: If you prefer uncensored releases.</li>
</ul>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Careful to not add the <a href="/Sonarr/sonarr-collection-of-custom-formats/#vostfr">VOSTFR</a> Custom Format with a score of <code>-10000</code> as stated in the original guide. Otherwise, you will hinder your chance to get "French" releases.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Careful to not add the <a href="/Sonarr/sonarr-collection-of-custom-formats/#vostfr">VOSTFR</a> Custom Format with a score of <code>-10000</code> as stated in the original guide. Otherwise, you will hinder your chance to get "French" releases.</p>
</div>
<div class="admonition info">
<p class="admonition-title">Only want VOSTFR anime</p>
@ -5031,9 +4961,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
<p><em>(Optional) You can also try to set up <a href="/Bazarr/Setup-Guide" rel="noopener noreferrer" target="_blank">Bazarr</a> to get French Sub. This is less preferred as fewer anime subs can be found online than from normal TV shows. However, it can be still a great backup.</em></p>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-en.md -->
<details class="abstract">
<summary>Multi Audio - [Click to show/hide]</summary>
<table>
@ -5083,9 +5010,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-uhd-en.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5153,9 +5077,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-streaming-services-anime-en.md -->
<details class="abstract">
<summary>French Anime Streaming Services - [Click to show/hide]</summary>
<table>
@ -5232,9 +5153,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
</ul>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-anime-scoring-en.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -5303,8 +5221,6 @@ If you want to do the same make sure you replace <a href="/Sonarr/sonarr-collect
<p>They are optional and can be included or not. This is due because some of them tend to release some animes.</p>
</div>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="hdr-formats">HDR Formats<a class="headerlink" href="#hdr-formats" title="Permanent link"></a></h3>
<p>TRaSH provides great guides and explanations about them at the following links:</p>

@ -3589,7 +3589,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p class="admonition-title">Attention</p>
<p>Il n'est pas vraiment recommandé d'attribuer un score négatif à l'un des Formats Personnalisés de VF (VFF, VFQ, VQ, VFB, VFI, VF2). Augmentez plutôt le score de votre format audio préféré.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-audio-version-fr.md -->
<details class="abstract">
<summary>Explications - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3711,12 +3710,9 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="services-de-streaming-francophones">Services de streaming francophones<a class="headerlink" href="#services-de-streaming-francophones" title="Permanent link"></a></h3>
<p>Tous ces éléments sont facultatifs et ne sont là qu'à titre d'information et ne sont pas associés à un score. Cela est dû au fait que peu de sorties sont marquées avec ces services, ce qui rend leur évaluation difficile. De plus, les services de streaming couverts par le guide de TRaSH sont souvent de meilleure qualité.</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-streaming-services-fr.md -->
<details class="abstract">
<summary>Services de streaming en français - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3750,18 +3746,14 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</ul>
</details>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="trash-recommandations-en-anglais">TRaSH recommandations (<em>en anglais</em>)<a class="headerlink" href="#trash-recommandations-en-anglais" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Sonarr/Sonarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Sonarr/Sonarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -3773,14 +3765,9 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<hr />
<h4 id="webdl-1080p">WEBDL-1080p<a class="headerlink" href="#webdl-1080p" title="Permanent link"></a></h4>
<p>Si vous préférez les 720p/1080p WEBDL (WEB-1080p)</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi Audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3830,9 +3817,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -3860,7 +3844,7 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td>3ba797e5dc13af4b8d9bb25e83d90de2</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>47435ece6b99a0b477caf360e79ba0bb</td>
</tr>
@ -3880,7 +3864,7 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<li>
<p><strong>x265 (HD):</strong> Ceci bloque/ignore les sorties 720/1080p (HD) qui sont encodées en x265. - Plus d'informations <a href="/Misc/x265-4k/" rel="noopener noreferrer" target="_blank">ICI</a> (en anglais).</p>
<div class="admonition danger">
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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:" /></p>
<p class="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <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.1.0/assets/svg/26a0.svg" title=":warning:" /></p>
</div>
</li>
<li>
@ -3913,9 +3897,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -3952,9 +3933,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4049,9 +4027,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4080,18 +4055,17 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>2f3422339d185eb227a324644a2fbfca</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4119,7 +4093,7 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4127,21 +4101,17 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<p>Les Formats Personnalisés <code>Audio Advanced</code> ne sont pas inclus dans le profil WEB, car vous trouverez difficilement de l'audio HD avec des WEBDL (seuls les nouveaux WEBDL auront de l'Atmos). Si vous voulez aussi de l'audio HD, vous devriez opter pour les Remuxes.</p>
<p>Utilisez les paramètres principaux suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/cf-profile-web1080.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web1080" src="../images/cf-profile-web1080.png" /></a></p>
<div class="admonition info">
<p>Pour certaines émissions plus anciennes, vous pourriez avoir besoin d'activer le <code>WEB 720p</code> ou même le <code>HDTV 1080p</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -4154,8 +4124,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<p><strong>En fonction de ce qui est disponible en premier, la logique sera la suivante :</strong></p>
@ -4168,25 +4136,21 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<h4 id="webdl-2160p">WEBDL-2160p<a class="headerlink" href="#webdl-2160p" title="Permanent link"></a></h4>
<p>Si vous préférez les 2160p WEBDL (WEB-2160p)</p>
<p>Le seul problème avec le 2160p réside dans le fait de l'obtenir avec le DV/HDR, le 2160p sans DV/HDR ne représente qu'un bénéfice minime.</p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats ?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4209,8 +4173,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4220,11 +4182,9 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4239,13 +4199,10 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4372,9 +4329,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi Audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4424,9 +4378,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-uhd-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4494,15 +4445,12 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4522,12 +4470,12 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
@ -4539,25 +4487,18 @@ 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">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>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4594,9 +4535,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-uhd-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services (UHD) - [Click to show/hide]</summary>
<table>
@ -4689,12 +4627,12 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td>9623c5c9cac8e939c1b9aedd32f640bf</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td style="text-align: center;">20</td>
<td>43b3cf48cb385cd3eac608ee6bca7f09</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td style="text-align: center;">-20</td>
<td>d2d299244a92b8a52d4921ce3897a256</td>
</tr>
@ -4706,9 +4644,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<p>Some streaming services have UHD releases that are generally better or worse than their HD counterparts. The UHD Streaming Boost and UHD Streaming Cut custom formats adjust those streaming services' scores appropriately for UHD releases.</p>
<p>These two custom formats must be included in your profile for UHD releases to be scored correctly.</p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-web-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4737,18 +4672,17 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td style="text-align: center;"><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> 1500</td>
<td>2f3422339d185eb227a324644a2fbfca</td>
</tr>
</tbody>
</table>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Les groupes de la Scène française sont inclus comme substitut si vous voulez vraiment une version MULTi malgré une éventuelle perte de qualité. Vous pouvez lui attribuer un score de <code>1500</code> (par défaut) ou de <code>0</code> selon ce que vous voulez obtenir.</p>
</div>
<details class="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4776,7 +4710,7 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4784,14 +4718,11 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
</details>
</details>
<!-- END INCLUDE -->
<p>Utilisez les paramètres principaux suivants dans votre profil.</p>
<p><a class="glightbox" href="../images/cf-profile-web2160.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web2160" src="../images/cf-profile-web2160.png" /></a></p>
<div class="admonition info">
@ -4810,7 +4741,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
<hr />
<h4 id="exemple-pour-les-animes">Exemple pour les Animes<a class="headerlink" href="#exemple-pour-les-animes" title="Permanent link"></a></h4>
<p>Si vous cherchez des animes avec des sous-titres français ou en MULTi (audio original + français).</p>
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-anime-info-fr.md -->
<div class="admonition info">
<p class="admonition-title">Important</p>
<p>Dans un premier temps, vous devez suivre les sections suivantes du Guide Anime original (en anglais uniquemment) :</p>
@ -4828,7 +4758,7 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
<li><a href="/Sonarr/sonarr-setup-quality-profiles-anime/#dual-audio-scoring" rel="noopener noreferrer" target="_blank">Dual Audio</a>: Si vous voulez avoir des versions Dual Audio (audio original et anglais) au cas où Sonarr ne trouve pas de sortie VOSTFR ou MULTi.</li>
<li><a href="/Sonarr/sonarr-setup-quality-profiles-anime/#uncensored-scoring" rel="noopener noreferrer" target="_blank">Uncensored Scoring</a>: Si vous préférez les versions non censurées (les Bluray sont le plus souvent non-censurées).</li>
</ul>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> Attention à ne pas ajouter le Format Personnalisé <a href="/Sonarr/sonarr-collection-of-custom-formats/#vostfr">VOSTFR</a> avec un score de <code>-10000</code> comme indiqué dans le guide original. Sinon, vous compromettrez vos chances d'obtenir des versions "françaises".</p>
<p><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> Attention à ne pas ajouter le Format Personnalisé <a href="/Sonarr/sonarr-collection-of-custom-formats/#vostfr">VOSTFR</a> avec un score de <code>-10000</code> comme indiqué dans le guide original. Sinon, vous compromettrez vos chances d'obtenir des versions "françaises".</p>
<div class="admonition info">
<p class="admonition-title">VOSTFR uniquement pour les anime</p>
<p>Dans cet exemple, si vous préférez la VOSTFR à d'éventuelles releases MULTi/DUAL (audio original et français), vous devez donner un score de <code>101</code> pour le Format Personnalisés <a href="/Sonarr/sonarr-collection-of-custom-formats/#vostfr">VOSTFR</a>, et ignorer tous les Formats Personnalisés <code>Multi</code> et version française.</p>
@ -4836,9 +4766,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
</div>
</div>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-multi-audio-fr.md -->
<details class="abstract">
<summary>Multi Audio - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4888,9 +4815,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
</div>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-unwanted-uhd-fr.md -->
<details class="abstract">
<summary>Indésirable - [Cliquer pour afficher/masquer]</summary>
<table>
@ -4958,9 +4882,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-french-streaming-services-anime-fr.md -->
<details class="abstract">
<summary>Services de streaming français d'Animés - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5037,9 +4958,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
</ul>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/french-guide/sonarr-cf-french-anime-scoring-fr.md -->
<details class="abstract">
<summary>HQ Source Groups - [Cliquer pour afficher/masquer]</summary>
<table>
@ -5108,8 +5026,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
<p>Ils sont optionnels et peuvent être inclus ou non. Cela est dû au fait que certains d'entre eux ont tendance à publier des animes.</p>
</div>
</details>
<!-- END INCLUDE -->
<hr />
<h3 id="formats-hdr">Formats HDR<a class="headerlink" href="#formats-hdr" title="Permanent link"></a></h3>
<p>TRaSH fournit d'excellents guides et explications à leur sujet dans les liens suivants (<em>en anglais uniquement</em>) :</p>

@ -3969,12 +3969,11 @@ You will need to set it up in the quality Profile you want to use/prefer to make
</ul>
</div>
<hr />
<!-- BEGIN INCLUDE ../../includes/merge-quality/sonarrv4-current-logic.md -->
<h3 id="sonarr-v4-current-logic">Sonarr v4 current logic<a class="headerlink" href="#sonarr-v4-current-logic" title="Permanent link"></a></h3>
<details class="abstract">
<summary>Sonarr v4 current logic - [Click to show/hide]</summary>
<p>As of v4 release the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol>
<li>Quality</li>
<li>Custom Formats</li>
@ -3992,8 +3991,6 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<p><code>Settings</code> =&gt; <code>Media Management</code> =&gt; <code>File Management</code> =&gt; <code>Proper &amp; Repacks</code> Change to <code>Do Not Prefer</code> and use the <a href="/Sonarr/sonarr-collection-of-custom-formats/#repackproper" rel="noopener noreferrer" target="_blank">Repack/Proper Custom Format</a></p>
</div>
</details>
<!-- END INCLUDE -->
<hr />
<h2 id="which-quality-profile-should-you-choose">Which Quality Profile should you choose<a class="headerlink" href="#which-quality-profile-should-you-choose" title="Permanent link"></a></h2>
<details class="abstract">
@ -4010,14 +4007,12 @@ You will need to set it up in the quality Profile you want to use/prefer to make
</div>
<h3 id="web-1080p">WEB-1080p<a class="headerlink" href="#web-1080p" title="Permanent link"></a></h3>
<p>If you prefer 720p/1080p WEBDL (WEB-1080p)</p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Sonarr/Sonarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Sonarr/Sonarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -4029,12 +4024,7 @@ You will need to set it up in the quality Profile you want to use/prefer to make
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-unwanted.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4062,7 +4052,7 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<td>e2315f990da2e2cbfc9fa5b7a6fcfe48</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>47435ece6b99a0b477caf360e79ba0bb</td>
</tr>
@ -4086,32 +4076,25 @@ You will need to set it up in the quality Profile you want to use/prefer to make
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>
</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4148,9 +4131,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services - [Click to show/hide]</summary>
<table>
@ -4245,9 +4225,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4275,7 +4252,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4283,13 +4260,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4339,8 +4313,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<p>Note: The <code>Advanced Audio</code> Custom Formats aren't used in the WEB profile, as WEB-DL do not often come with HD audio (most newer WEB-DL will have lossy Atmos, though). If you want HD audio, we would suggest going with Remuxes.</p>
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/cf-profile-web1080.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web1080" src="../images/cf-profile-web1080.png" /></a></p>
@ -4351,7 +4323,6 @@ Also they often even rename the release name into Portuguese.</li>
<p><a class="glightbox" href="../images/cf-profile-alternative-web1080.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Alternative Option" src="../images/cf-profile-alternative-web1080.png" /></a></p>
</div>
<hr />
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -4364,8 +4335,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<ul>
@ -4378,14 +4347,12 @@ Also they often even rename the release name into Portuguese.</li>
<hr />
<h3 id="web-2160p">WEB-2160p<a class="headerlink" href="#web-2160p" title="Permanent link"></a></h3>
<p>If you prefer 2160p WEBDL (WEB-2160p)</p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-suggest-attention.md -->
<p>I suggest to follow the following Guides first.</p>
<ul>
<li><a href="/Sonarr/Sonarr-Quality-Settings-File-Size/" rel="noopener noreferrer" target="_blank">Quality Settings (File Size)</a>.</li>
<li><a href="/Sonarr/Sonarr-recommended-naming-scheme/" rel="noopener noreferrer" target="_blank">Recommended naming scheme</a>.</li>
</ul>
<p>For this Quality Profile we're going to make use of the following Custom Formats with the scores given in the table.</p>
<!-- BEGIN INCLUDE ../../includes/cf/score-attention.md -->
<!-- markdownlint-disable MD041-->
<div class="admonition warning">
<p class="admonition-title">Attention</p>
@ -4397,30 +4364,22 @@ Also they often even rename the release name into Portuguese.</li>
</div>
<!-- markdownlint-enable MD041-->
<!-- END INCLUDE -->
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are required:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats ?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -4443,8 +4402,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -4454,11 +4411,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -4473,13 +4428,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -4606,9 +4558,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-unwanted.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -4636,7 +4585,7 @@ Also they often even rename the release name into Portuguese.</li>
<td>e2315f990da2e2cbfc9fa5b7a6fcfe48</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>47435ece6b99a0b477caf360e79ba0bb</td>
</tr>
@ -4660,32 +4609,25 @@ Also they often even rename the release name into Portuguese.</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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>
</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-required.md -->
<details class="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<table>
@ -4722,9 +4664,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<p>This way you make sure the Custom Formats preferences will be used and not ignored.</p>
</details>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-uhd-streaming-services.md -->
<details class="abstract">
<summary>General Streaming Services (UHD) - [Click to show/hide]</summary>
<table>
@ -4817,12 +4756,12 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<td>9623c5c9cac8e939c1b9aedd32f640bf</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost">UHD Streaming Boost</a></td>
<td style="text-align: center;">20</td>
<td>43b3cf48cb385cd3eac608ee6bca7f09</td>
</tr>
<tr>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td><img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /> <a href="/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut">UHD Streaming Cut</a></td>
<td style="text-align: center;">-20</td>
<td>d2d299244a92b8a52d4921ce3897a256</td>
</tr>
@ -4834,9 +4773,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<p>Some streaming services have UHD releases that are generally better or worse than their HD counterparts. The UHD Streaming Boost and UHD Streaming Cut custom formats adjust those streaming services' scores appropriately for UHD releases.</p>
<p>These two custom formats must be included in your profile for UHD releases to be scored correctly.</p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<details class="abstract">
<summary>HQ Source Groups - [Click to show/hide]</summary>
<table>
@ -4864,7 +4800,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<td>d84935abd3f8556dcd51d4f27e22d0a6</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#web-scene">WEB Scene</a> <img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /></td>
<td style="text-align: center;">1600</td>
<td>d0c516558625b04b363fa6c5c2c7cfd4</td>
</tr>
@ -4872,13 +4808,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</table>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
<p><img alt="❗" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> = The reason why this Custom Format gets positively scored is because it's the only quality scene group that exists (up until now). Scene groups don't add a streaming service to their release names, so the score is adjusted to take this into account.</p>
</div>
</details>
<!-- END INCLUDE -->
<p><strong>The following Custom Formats are optional:</strong></p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-optional.md -->
<details class="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<table>
@ -4928,15 +4861,12 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Scene:</strong> [<em>Optional</em>] Use this only if you want to avoid SCENE releases.</li>
</ul>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-misc-uhd-optional.md -->
<details class="abstract">
<summary>Miscellaneous UHD (Optional) - [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><strong>For details on "Why" and a potential warning <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/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>
@ -4956,12 +4886,12 @@ Also they often even rename the release name into Portuguese.</li>
<td>2016d1676f5ee13a5b7257ff86ac9a93</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</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><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.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>9b64dff695c2115facf1b6ea59c9bd07</td>
</tr>
@ -4973,24 +4903,18 @@ 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">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>
<!-- END INCLUDE -->
<p>Note: The <code>Advanced Audio</code> Custom Formats aren't used in the WEB profile, as WEB-DL do not often come with HD audio (most newer WEB-DL will have lossy Atmos, though). If you want HD audio, we would suggest going with Remuxes.</p>
<p>Use the following main settings in your profile.</p>
<p><a class="glightbox" href="../images/cf-profile-web2160.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!cf-profile-web2160" src="../images/cf-profile-web2160.png" /></a></p>
@ -5001,7 +4925,6 @@ Also they often even rename the release name into Portuguese.</li>
<p><a class="glightbox" href="../images/cf-profile-alternative-web2160.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Alternative Option" src="../images/cf-profile-alternative-web2160.png" /></a></p>
</div>
<hr />
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The order listed in the profile matters even if a quality is not checked, for example if you have a 1080p version but wanted the SD version, Radarr will reject all SD results because 1080p is listed higher than SD even though 1080p was not checked.</p>
@ -5014,8 +4937,6 @@ Also they often even rename the release name into Portuguese.</li>
<p>This is why it's recommended to move the selected quality to the top of the list.</p>
<p><a href="https://wiki.servarr.com/en/radarr/settings#quality-profiles" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<details class="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
<ul>
@ -5032,25 +4953,21 @@ Also they often even rename the release name into Portuguese.</li>
<ul>
<li>You have a 4K TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-all-hdr-formats.md -->
<details class="abstract">
<summary>All HDR Formats - [Click to show/hide]</summary>
<p><strong>Why would I choose All HDR formats ?</strong></p>
<ul>
<li>
<p>You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.).</p>
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
</li>
<li>
<p>You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles.</p>
</li>
<li>You must add <strong>ALL</strong> the HDR formats - don't leave any of them out!</li>
</ul>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -5073,8 +4990,6 @@ Also they often even rename the release name into Portuguese.</li>
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -5084,11 +4999,9 @@ Also they often even rename the release name into Portuguese.</li>
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -5103,13 +5016,10 @@ Also they often even rename the release name into Portuguese.</li>
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/cf/which-hdr-formats-should-i-choose.md -->
<details class="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><a class="glightbox" href="/Radarr/images/flowchart-hdr-formats.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!HDR Formats Flowchart" src="/Radarr/images/flowchart-hdr-formats.png" /></a></p>
</details>
<!-- END INCLUDE -->
<table>
<thead>
<tr>
@ -5236,8 +5146,6 @@ Also they often even rename the release name into Portuguese.</li>
</table>
</details>
</details>
<!-- END INCLUDE -->
<hr />
<h2 id="faq-info">FAQ &amp; INFO<a class="headerlink" href="#faq-info" title="Permanent link"></a></h2>
<h3 id="why-only-web-dl">Why only WEB-DL<a class="headerlink" href="#why-only-web-dl" title="Permanent link"></a></h3>
@ -5273,7 +5181,6 @@ When you add your preferred Custom Format and set it to something like <code>+10
</details>
<h3 id="releases-you-should-avoid">Releases you should avoid<a class="headerlink" href="#releases-you-should-avoid" title="Permanent link"></a></h3>
<p>This is a must-have for every Quality Profile you use in our opinion. All these Custom Formats make sure you don't get low-quality releases.</p>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-unwanted.md -->
<details class="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5301,7 +5208,7 @@ When you add your preferred Custom Format and set it to something like <code>+10
<td>e2315f990da2e2cbfc9fa5b7a6fcfe48</td>
</tr>
<tr>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:" /></td>
<td><a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd">x265 (HD)</a> <img alt="⚠" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:" /></td>
<td style="text-align: center;">-10000</td>
<td>47435ece6b99a0b477caf360e79ba0bb</td>
</tr>
@ -5325,31 +5232,25 @@ When you add your preferred Custom Format and set it to something like <code>+10
<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.</p>
<!-- 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 -->
</li>
<li>
<p><strong>Extras:</strong> This blocks/ignores extras</p>
</li>
<li>
<p><strong>AV1:</strong> This blocks all releases encoded in AV1.</p>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/av1.md -->
AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<p>AV1 encodes are currently targeting small file sizes, rather than good visual quality.</p>
<ul>
<li>This is a new codec and you need modern devices that support it.</li>
<li>We also had reports of playback/transcoding issues.</li>
<li>No main group is actually using it (yet).</li>
<li>It's better to ignore this new codec to prevent compatibility issues</li>
</ul>
<!-- END INCLUDE -->
</li>
</ul>
</details>
<!-- END INCLUDE -->
<h3 id="custom-formats-with-a-score-of-0">Custom Formats with a score of 0<a class="headerlink" href="#custom-formats-with-a-score-of-0" title="Permanent link"></a></h3>
<details class="question">
<summary>What do Custom Formats with a score of 0 do? - [Click to show/hide]</summary>
@ -5376,7 +5277,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<p>Use x265 only for 4k releases and the <a href="/Sonarr/sonarr-collection-of-custom-formats/#x265-hd" rel="noopener noreferrer" target="_blank">x265 (HD)</a> makes sure you still get the x265 releases.</p>
</details>
<h3 id="why-am-i-getting-purple-or-green-colors">Why am I getting purple or green colors<a class="headerlink" href="#why-am-i-getting-purple-or-green-colors" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<details class="info">
<summary>Why am I getting purple or green colors? - [Click to show/hide]</summary>
<p>Why am I getting purple or green colors?</p>
@ -5399,10 +5299,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li>Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals.</li>
</ol>
</details>
<!-- END INCLUDE -->
<h3 id="dolby-vision-profiles">Dolby Vision Profiles<a class="headerlink" href="#dolby-vision-profiles" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<details class="info">
<summary>Dolby Vision Profiles - [Click to show/hide]</summary>
<p>Dolby Vision Profiles</p>
@ -5412,11 +5309,9 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<li><strong>Profile 8</strong> <sup>(<em>3</em>)</sup> - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).<br><em>This works with several mainstream media players.</em><br></li>
</ul>
<hr />
<!-- BEGIN INCLUDE ../../includes/cf/dv-limitations-atv.md -->
<div class="admonition bug">
<p class="admonition-title">Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.<br>This is something that cannot be determined beforehand.<br>So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.<br>Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen.</p>
</div>
<!-- END INCLUDE -->
<ul>
<li><sup>(<em>1</em>) <em>PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used</em></sup></li>
<li><sup>(<em>2</em>) <em>Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.</em></sup></li>
@ -5431,8 +5326,6 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
<p>There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process.</p>
<p>More info about the different Dolby Vision Versions: <a href="https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US">Dolby Vision Versions - CMv2.9 vs. CMv4.0</a></p>
</details>
<!-- END INCLUDE -->
<h2 id="thanks">Thanks<a class="headerlink" href="#thanks" title="Permanent link"></a></h2>
<p>Special thanks to everyone who helped with the testing and creation of these Custom Formats.</p>
<!-- markdownlint-disable MD041-->

@ -3362,7 +3362,7 @@
<h1 id="sonarr-v3-end-of-life">Sonarr v3 - End Of Life<a class="headerlink" href="#sonarr-v3-end-of-life" title="Permanent link"></a></h1>
<div class="admonition warning">
<p class="admonition-title"><strong>Sonarr v3 - End Of Life</strong><br><br>As of December 30th 2023, Sonarr v4 has been officially released.<br>Sonarr v3 is therefore in End of Life status.<br>As v4 is now the only supported version of Sonarr, we have removed the Sonarr v3 guide.<br>We recommend that all users upgrade to Sonarr v4.<br><center><br><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /> <strong>Before updating to Sonarr v4</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /><br>it is recommended that you delete any existing Release Profiles</center><br></p>
<p class="admonition-title"><strong>Sonarr v3 - End Of Life</strong><br><br>As of December 30th 2023, Sonarr v4 has been officially released.<br>Sonarr v3 is therefore in End of Life status.<br>As v4 is now the only supported version of Sonarr, we have removed the Sonarr v3 guide.<br>We recommend that all users upgrade to Sonarr v4.<br><center><br><img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /> <strong>Before updating to Sonarr v4</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:" /><br>it is recommended that you delete any existing Release Profiles</center><br></p>
</div>

@ -5,5 +5,5 @@ mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.42
mkdocs-minify-plugin==0.8.0
mkdocs-redirects==1.2.1
mkdocs-include-markdown-plugin==6.2.2
mkdocs-include-markdown-plugin==7.0.0
mkdocs-markdownextradata-plugin==0.2.6

File diff suppressed because one or more lines are too long

@ -2,430 +2,430 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://trash-guides.info/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/thnx/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Bazarr-suggested-scoring/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/scripts/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Basic-Setup/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Installing/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Port-Forwarding/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Using-Labels/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Plugins/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Thin-Client/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Unraid-Mover/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/Themes/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/Check-if-hardlinks-are-working/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/Examples/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/Hardlinks-and-Instant-Moves/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/Replace-copies-with-hardlinks/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Docker/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Dockstarter/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Native/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Synology/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/TrueNAS-Core/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Unraid/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Windows/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Glossary/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Guide-Sync/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Lidarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Misc/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Misc/x265-4k/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/what-does-my-media-player-support/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Plex/profiles/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-limited-api/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-remote-path-mapping/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs-sqp/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/1-4k/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/1/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/2/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/3/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/4/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/SQP/5/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-v3-eol/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Sonarr-remote-path-mapping/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Sonarr-rename-your-folders/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
<url>
<loc>https://trash-guides.info/recyclarr-configs/</loc>
<lastmod>2024-10-28</lastmod>
<lastmod>2024-10-30</lastmod>
</url>
</urlset>

Binary file not shown.
Loading…
Cancel
Save