<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<divclass="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<p>Do not set Pre-allocated disk space if you are using ZFS as your filesystem as ZFS <ahref="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 -->
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
@ -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 <ahref="https://crontab.guru/">HERE</a></p>
<p><aclass="glightbox"href="../images/Unraid-settings-user-scripts-deluge-mover-cron.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Set Run Time"src="../images/Unraid-settings-user-scripts-deluge-mover-cron.png"/></a></p>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr/>
<divclass="admonition question">
@ -3896,8 +3895,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<pclass="admonition-title">NZBGet development has been picked up again by new developers over at <ahref="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>
<divclass="admonition tip">
<p>Keep in mind the path are setup so it works with hardlinks and instant moves.</p>
<p>More info <ahref="/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 -->
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<divclass="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<pclass="admonition-title">NZBGet development has been picked up again by new developers over at <ahref="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>
<divclass="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>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<divclass="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<aclass="glightbox"href="../images/sabnzbd-folders.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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 -->
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
<aclass="glightbox"href="../images/sabnzbd-folders-system-folders.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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
<pclass="admonition-title"><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<pclass="admonition-title"><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></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 -->
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
</div>
<!-- END INCLUDE -->
<hr/>
<h2id="paths-and-categories-breakdown">Paths and Categories Breakdown<aclass="headerlink"href="#paths-and-categories-breakdown"title="Permanent link"></a></h2>
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<divclass="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<!-- BEGIN INCLUDE ../../../includes/downloaders/warning-path-location.md -->
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></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 <ahref="https://crontab.guru/">HERE</a></p>
<p><aclass="glightbox"href="../images/Unraid-settings-user-scripts-qbit-mover-cron.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Set Run Time"src="../images/Unraid-settings-user-scripts-qbit-mover-cron.png"/></a></p>
<!-- BEGIN INCLUDE ../../../../includes/support.md -->
<!-- markdownlint-disable MD041-->
<hr/>
<divclass="admonition question">
@ -3850,8 +3849,6 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<divclass="admonition warning">
<p>But you're able to change this, by not using the pre-defined/recommended paths like:</p>
<li>You <strong>CAN'T</strong> create hardlinks for directories <imgalt="‼"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 <imgalt="‼"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 <imgalt="‼"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 <imgalt="‼"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>
<summary>NZBGet Examples - [Click to show/hide]</summary>
<divclass="admonition danger">
<pclass="admonition-title">NZBGet development has been officially abandoned by the developer <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<pclass="admonition-title">NZBGet development has been officially abandoned by the developer <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
<pclass="admonition-title">- You <u>CAN'T</u> create hardlinks for directories <imgalt="‼"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 <imgalt="‼"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>
<pclass="admonition-title">- You <u>CAN'T</u> create hardlinks for directories <imgalt="‼"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 <imgalt="‼"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>
<h3id="what-are-hardlinks">What are Hardlinks<aclass="headerlink"href="#what-are-hardlinks"title="Permanent link"></a></h3>
@ -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 you’d 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>
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<h3id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<aclass="headerlink"href="#breakdown-of-the-folder-structure"title="Permanent link"></a></h3>
<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, you’ll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</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, you’ll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</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>
<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>
<p><strong>Don't forget to look at the <ahref="/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 -->
<li><code>sudo docker system prune -a --volumes --force</code> (Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.)</li>
<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 you’d 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 ../../../includes/file-and-folder-structure/breakdown-folder-structure.md -->
<h3id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<aclass="headerlink"href="#breakdown-of-the-folder-structure"title="Permanent link"></a></h3>
<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, you’ll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</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, you’ll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</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>
<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>
<p><strong>Don't forget to look at the <ahref="/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 -->
<summary>Automated script (<strong><imgalt="‼"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<imgalt="‼"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><imgalt="‼"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<imgalt="‼"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>
<divclass="admonition warning">
<pclass="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><imgalt="‼"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 <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></strong></p>
<p><strong><imgalt="‼"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 <imgalt="‼"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 -->
<pclass="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 aren’t (<em>Because of how Docker’s 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>
<h3id="if-you-use-usenet">If you use usenet<aclass="headerlink"href="#if-you-use-usenet"title="Permanent link"></a></h3>
@ -4104,7 +4098,7 @@ Create these folders with the command below, or create them in File Station manu
</code></pre></div>
<divclass="admonition warning">
<pclass="admonition-title">Warning</p>
<p><imgalt="‼"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 <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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 <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
</div>
<hr/>
<h3id="changes-and-preparations">Changes and preparations<aclass="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 -->
<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>
<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>
<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 you’d 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/>
<h3id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<aclass="headerlink"href="#breakdown-of-the-folder-structure"title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../../includes/file-and-folder-structure/bad-path-suggestion.md -->
<pclass="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 aren’t (<em>Because of how Docker’s 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 -->
<h2id="setting-up-the-containers">Setting up the containers<aclass="headerlink"href="#setting-up-the-containers"title="Permanent link"></a></h2>
<divclass="admonition tip">
<pclass="admonition-title">Create a custom docker network</p>
@ -3917,7 +3911,6 @@ If you use both torrents and Usenet, use both commands.</p>
<pclass="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, you’ll 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 -->
@ -3937,7 +3928,6 @@ If you use both torrents and Usenet, use both commands.</p>
<pclass="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, you’ll 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 -->
@ -3959,7 +3947,6 @@ If you use both torrents and Usenet, use both commands.</p>
<pclass="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 -->
@ -3991,7 +3976,6 @@ If you use both torrents and Usenet, use both commands.</p>
<pclass="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 -->
<p>The latest version's binaries are available for Windows at the link above. You can use a package manager, such as <ahref="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>
<p>We won't cover every command <imgalt="‼"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 <imgalt="‼"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 <ahref="https://codeberg.org/jbruchon/jdupes">jdupes</a> can do please <ahref="https://codeberg.org/jbruchon/jdupes#usage">read the usage manual</a>.</p>
<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 -->
<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 <ahref="/File-and-Folder-Structure/How-to-set-up/">How To Set Up</a> section.</p>
<pclass="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. <imgalt="‼"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>- <ahref="https://torguard.net/blog/why-torguard-is-blocking-bittorrent-on-us-servers/"rel="noopener noreferrer"target="_blank">Source Torguard</a>.<br>- <ahref="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>
<pclass="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. <imgalt="‼"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>- <ahref="https://torguard.net/blog/why-torguard-is-blocking-bittorrent-on-us-servers/"rel="noopener noreferrer"target="_blank">Source Torguard</a>.<br>- <ahref="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>
<divclass="admonition warning">
<pclass="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><aclass="glightbox"href="../images/torguard/request-new-pfw-wireguard.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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>. (<imgalt="‼"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><imgalt="‼"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>. (<imgalt="‼"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><imgalt="‼"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>
<divclass="admonition warning">
<pclass="admonition-title"><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<pclass="admonition-title"><imgalt="‼"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><imgalt="‼"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>
@ -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 <imgalt="‼"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 <imgalt="‼"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 <imgalt="‼"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 <imgalt="‼"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>
<!-- BEGIN INCLUDE ../../includes/docker/x265.md -->
<divclass="admonition quote">
<pclass="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 => x264</li>
<li>2160p/4k => x265</li>
</ul>
<!-- END INCLUDE -->
<h3id="how-to-accomplish-the-golden-rule">How to accomplish the Golden Rule<aclass="headerlink"href="#how-to-accomplish-the-golden-rule"title="Permanent link"></a></h3>
<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>
<divclass="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. <imgalt="‼"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. <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
</div>
<divclass="admonition warning">
<pclass="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 <imgalt="‼"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 <imgalt="‼"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 <ahref="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 don’t fill the drive <imgalt="‼"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 don’t fill the drive <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></u></p>
</div>
<h4id="generate-intro-video-markers">Generate intro video markers<aclass="headerlink"href="#generate-intro-video-markers"title="Permanent link"></a></h4>
<p><aclass="glightbox"href="../images/settings-library-generate-intro-video-markers.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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>
<divclass="admonition danger">
<pclass="admonition-title">WARNING</p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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><imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></p>
</div>
</div>
<h4id="enable-hdr-tone-mapping">Enable HDR tone mapping<aclass="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. They’ll also be displayed in Now Playing when someone is streaming from you so that you can see where they are in the video.</p>
<divclass="admonition danger">
<pclass="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 don’t fill the drive <imgalt="‼"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 don’t fill the drive <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></u></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. They’ll also be displayed in Now Playing when someone is streaming from you so that you can see where they are in the video.</p>
<divclass="admonition danger">
<pclass="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 don’t fill the drive <imgalt="‼"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 don’t fill the drive <imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/203c.svg" title=":bangbang:"/></u></p>
<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>
<divclass="admonition danger">
<pclass="admonition-title">The profiles aren't tested on the Shield 2019 or newer Chromecast models <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">The profiles aren't tested on the Shield 2019 or newer Chromecast models <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></p>
@ -3753,25 +3753,21 @@ To make this easier, we've made a section labeled "How to set up a quality profi
<ul>
<li><ahref="/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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<h4id="how-to-make-use-of-audio-formats-for-radarr">How to make use of Audio Formats for Radarr<aclass="headerlink"href="#how-to-make-use-of-audio-formats-for-radarr"title="Permanent link"></a></h4>
<ul>
<li><ahref="/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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><ahref="/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><ahref="/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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<h4id="how-to-make-use-of-audio-formats-for-sonarr">How to make use of Audio Formats for Sonarr<aclass="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>
<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><ahref="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>
<detailsclass="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
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/dts-x.md -->
<strong>DTS-X</strong><br></p>
<p><strong>DTS-X</strong><br></p>
<p><ahref="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 you’d 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>
<detailsclass="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>
<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>
<divclass="admonition note">
<pclass="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>
<detailsclass="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>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/truehd.md -->
<strong>TrueHD</strong><br></p>
<p><strong>TrueHD</strong><br></p>
<p><ahref="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>
<detailsclass="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>
<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><ahref="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>
<detailsclass="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>
<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>
<detailsclass="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>
@ -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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/aac.md -->
<strong>AAC</strong><br></p>
<p><strong>AAC</strong><br></p>
<p><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/opus.md -->
<strong>OPUS</strong><br></p>
<p><strong>OPUS</strong><br></p>
<p><ahref="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>
<detailsclass="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>
<detailsclass="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>
<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>
<detailsclass="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>
<detailsclass="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>
<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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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
<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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="example">
<summary>JSON - [Click to show/hide]</summary>
@ -10940,15 +10872,13 @@ Remaster (also digital remastering and digitally remastered) refers to changing
<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>
<detailsclass="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>
<detailsclass="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>
<detailsclass="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 => x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-hd-radarr-warning.md -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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>
<detailsclass="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
<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>
<detailsclass="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
<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>
<detailsclass="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
<h3id="x265-no-hdrdv">x265 (no HDR/DV)<aclass="headerlink"href="#x265-no-hdrdv"title="Permanent link"></a></h3>
<detailsclass="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>
<detailsclass="question">
@ -13058,12 +12979,9 @@ It's all really dependent on specific situations for different people</p>
<li>2160p/4k => x265</li>
</ul>
</details>
<!-- BEGIN INCLUDE ../../includes/cf-descriptions/x265-no-hdrdv-radarr-warning.md -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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>
<detailsclass="example">
<summary>JSON - [Click to show/hide]</summary>
@ -13178,9 +13096,7 @@ It's all really dependent on specific situations for different people</p>
<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>
<detailsclass="example">
<summary>JSON - [Click to show/hide]</summary>
@ -13228,14 +13144,10 @@ This will prevent grabbing UHD/4k releases without HDR Formats.</p>
<h3id="sdr-no-webdl">SDR (no WEBDL)<aclass="headerlink"href="#sdr-no-webdl"title="Permanent link"></a></h3>
<detailsclass="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>
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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>
<ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="question">
<summary>Max (streaming service) aka HBO Max - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hmax.md -->
<p><ahref="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 & 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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="question">
<summary>Max (streaming service) - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/hmax.md -->
<p><ahref="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 & 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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="https://en.wikipedia.org/wiki/Fuji_Television"rel="noopener noreferrer"target="_blank">From Wikipedia, the free encyclopedia</a>
@ -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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="https://en.wikipedia.org/wiki/TVer_(streaming_service)"rel="noopener noreferrer"target="_blank">From Wikipedia, the free encyclopedia</a>
@ -16269,11 +16145,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>TVING</sub></p>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="https://en.wikipedia.org/wiki/U-Next"rel="noopener noreferrer"target="_blank">From Wikipedia, the free encyclopedia</a>
@ -16370,11 +16242,9 @@ Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced f
<p><sub>VIU</sub></p>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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><ahref="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><ahref="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>
<detailsclass="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>
<detailsclass="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><ahref="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>
<detailsclass="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>
<detailsclass="question">
<summary>OViD - [Click to show/hide]</summary>
<p><!-- BEGIN INCLUDE ../../includes/cf-descriptions/ovid.md -->
@ -16932,12 +16782,10 @@ The service features Bell Media original programming, exclusive Canadian access
<p><sub>Star+</sub></p>
<detailsclass="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><ahref="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>
<detailsclass="example">
<summary>JSON - [Click to show/hide]</summary>
@ -16984,10 +16832,8 @@ The service features Bell Media original programming, exclusive Canadian access
<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>
<pclass="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 <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="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 <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="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.<imgalt="‼"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>
<pclass="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.<imgalt="‼"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>
<h1id="how-to-merge-quality">How to Merge Quality<aclass="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><imgalt="‼"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><imgalt="‼"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>
<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 -->
<h3id="radarr-current-logic">Radarr current logic<aclass="headerlink"href="#radarr-current-logic"title="Permanent link"></a></h3>
<detailsclass="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><imgalt="‼"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><imgalt="‼"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> =><code>Media Management</code> =><code>File Management</code> =><code>Proper & Repacks</code> Change to <code>Do Not Prefer</code> and use the <ahref="/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 -->
<h3id="sonarr-current-logic">Sonarr current logic<aclass="headerlink"href="#sonarr-current-logic"title="Permanent link"></a></h3>
<detailsclass="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><imgalt="‼"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><imgalt="‼"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. <ahref="/sonarr/settings#file-management">Set Media Management => File Management <code>Download Proper & Repacks</code> to "Do Not Prefer"</a> and use <ahref="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 <ahref="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div>
</details>
<!-- END INCLUDE -->
<h2id="merge-the-qualities">Merge the Qualities<aclass="headerlink"href="#merge-the-qualities"title="Permanent link"></a></h2>
<p>Go to your preferred Quality Profile or create a new one.</p>
<p><imgalt="‼"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.<imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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.<imgalt="‼"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>
@ -3646,7 +3646,6 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
<pclass="admonition-title">Note</p>
<p>We're going to make use of the below custom formats. See <ahref="/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 -->
<detailsclass="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
@ -3831,11 +3830,9 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tbody>
</table>
<divclass="admonition warning">
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<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
<pclass="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 -->
<detailsclass="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/>
<h3id="releases-you-should-avoid">Releases you should avoid<aclass="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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<divclass="admonition danger">
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <ahref="/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 -->
<detailsclass="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>
<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-->
<divclass="admonition warning">
<pclass="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 -->
<divclass="admonition tip">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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><ahref="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-hd-bluray-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<divclass="admonition danger">
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -4567,7 +4531,6 @@ Also they often even rename the release name into Portuguese.</li>
<pclass="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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-uhd-bluray-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5256,7 +5177,7 @@ Also they often even rename the release name into Portuguese.</li>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<p>!!!! Danger "Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"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 <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/>"</p>
</li>
</ul>
<detailsclass="note">
@ -5282,7 +5203,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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>
<pclass="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -5925,7 +5809,7 @@ Also they often even rename the release name into Portuguese.</li>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<divclass="admonition danger">
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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><aclass="glightbox"href="../images/french-qp-remux-webdl-1080p.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="Remux + WEB 1080p"src="../images/french-qp-remux-webdl-1080p.png"/></a></p>
<divclass="admonition warning">
<pclass="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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<table>
@ -6806,7 +6640,7 @@ Also they often even rename the release name into Portuguese.</li>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<p>!!!! Danger "Don't use this together with <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"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 <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/>"</p>
</li>
</ul>
<detailsclass="note">
@ -6832,7 +6666,6 @@ Also they often even rename the release name into Portuguese.</li>
<li><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, it may include Scene groups already in <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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><aclass="glightbox"href="../images/french-qp-remux-webdl-2160p.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="Remux + WEB 2160p"src="../images/french-qp-remux-webdl-2160p.png"/></a></p>
<divclass="admonition warning">
<pclass="admonition-title">Make sure you don't check the BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="abstract">
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3601,7 +3601,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<pclass="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 -->
<detailsclass="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/>
<h3id="les-releases-a-eviter">Les releases à éviter<aclass="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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <ahref="/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 -->
<detailsclass="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>
<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-->
<divclass="admonition warning">
<pclass="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 -->
<divclass="admonition tip">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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><ahref="/Radarr/Radarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-hd-bluray-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -4370,7 +4334,6 @@ Also they often even rename the release name into Portuguese.</li>
<pclass="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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-uhd-bluray-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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>
<pclass="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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><aclass="glightbox"href="../images/french-qp-remux-webdl-1080p.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="Remux + WEB 1080p"src="../images/french-qp-remux-webdl-1080p.png"/></a></p>
<divclass="admonition warning">
<pclass="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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-cf-remux-web-scoring.md -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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><ahref="/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><ahref="/Radarr/Radarr-collection-of-custom-formats/#scene">Scene</a>, il peut inclure des groupes Scene déjà dans le Format Personnalisé <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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><aclass="glightbox"href="../images/french-qp-remux-webdl-2160p.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="Remux + WEB 2160p"src="../images/french-qp-remux-webdl-2160p.png"/></a></p>
<divclass="admonition warning">
<pclass="admonition-title">Assurez-vous de ne pas cocher le BR-DISK.</p>
</div>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="abstract">
<summary>Logique et fonctionnement - [Cliquer pour afficher/masquer]</summary>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<h4id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h4>
<p>Create a new profile and name it what ever you want, we used: <code>SQP-1 (2160p)</code></p>
<p><aclass="glightbox"href="/SQP/images/1-4k-newqp-sqp1.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/1-4k-newqp-sqp1.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="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><aclass="glightbox"href="/SQP/images/1-4k-merge-qualities-sqp1.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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 -->
<h5id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h5>
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<divclass="admonition danger">
<pclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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>
<divclass="admonition danger">
<pclass="admonition-title">The reason why we add <code>DV (WEBDL)</code> is because you want maximum compatibility across all devices <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">The reason why we add <code>DV (WEBDL)</code> is because you want maximum compatibility across all devices <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
@ -4022,7 +3980,6 @@
</ul>
</div>
</details>
<!-- BEGIN INCLUDE ../../includes/cf/radarr-misc-required.md -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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
@ -4273,7 +4217,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
<divclass="admonition warning">
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<detailsclass="abstract">
<summary>Miscellaneous (Optional) - [Click to show/hide]</summary>
<divclass="admonition danger">
<pclass="admonition-title">Adding any of the <code>HDR10+ Boosts</code> could result in less streaming optimized releases <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Adding any of the <code>HDR10+ Boosts</code> could result in less streaming optimized releases <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 <ahref="/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>
<divclass="admonition danger">
<pclass="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <imgalt="⚠"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 -->
@ -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>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-newqp.md -->
<h3id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h3>
<p>Create a new profile and name it: <code>SQP-1 (1080p)</code></p>
<p><aclass="glightbox"href="/SQP/images/1-newqp.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/1-newqp.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="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><aclass="glightbox"href="/SQP/images/1-merge-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Merge the following Qualities together"src="/SQP/images/1-merge-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/1-select-qualities.md -->
<h5id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h5>
<p><aclass="glightbox"href="/SQP/images/1-select-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Select the following qualities"src="/SQP/images/1-select-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<divclass="admonition danger">
<pclass="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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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
@ -4029,7 +3981,7 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</tbody>
</table>
<divclass="admonition warning">
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 <ahref="/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>
<divclass="admonition danger">
<pclass="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Adding <code>IMAX</code>/<code>IMAX Enhanced</code> will replace the BHDStudio release in most cases <imgalt="⚠"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 -->
@ -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>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<pclass="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 -->
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-newqp.md -->
<h3id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h3>
<p>Create a new profile and name it what ever you want, we used: <code>Remux|Bluray|IMAX-E|2160p</code></p>
<p><aclass="glightbox"href="/SQP/images/2-newqp.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/2-newqp.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="headerlink"href="#merge-the-following-qualities-together"title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3584,20 +3565,13 @@
<pclass="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><aclass="glightbox"href="/SQP/images/2-merge-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Merge the following Qualities together"src="/SQP/images/2-merge-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-select-qualities.md -->
<h4id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h4>
<p><aclass="glightbox"href="/SQP/images/2-select-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Select the following qualities"src="/SQP/images/2-select-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/move-quality-to-top.md -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<!-- BEGIN INCLUDE ../../includes/sqp/2-cf-scoring.md -->
<h4id="custom-formats-and-scores">Custom Formats and scores<aclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
@ -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>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<pclass="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 -->
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-newqp.md -->
<h3id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h3>
<p>Create a new profile and name it what ever you want, we used: <code>Remux|IMAX-E|2160p</code></p>
<p><aclass="glightbox"href="/SQP/images/3-newqp.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/3-newqp.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="headerlink"href="#merge-the-following-qualities-together"title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3583,11 +3564,7 @@
<pclass="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><aclass="glightbox"href="/SQP/images/3-merge-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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 -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<h4id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h4>
<p><aclass="glightbox"href="/SQP/images/3-select-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Select the following qualities"src="/SQP/images/3-select-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-qp-settings.md -->
<!-- BEGIN INCLUDE ../../includes/sqp/3-cf-scoring.md -->
<h4id="custom-formats-and-scores">Custom Formats and scores<aclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
@ -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>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3530,9 +3526,6 @@
<pclass="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 -->
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-newqp.md -->
<h3id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h3>
<p>Create a new profile and name it what ever you want, we used: <code>WEBDL|IMAX-E|2160p</code></p>
<p><aclass="glightbox"href="/SQP/images/4-newqp.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/4-newqp.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="headerlink"href="#merge-the-following-qualities-together"title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3582,11 +3563,7 @@
<pclass="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><aclass="glightbox"href="/SQP/images/4-merge-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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 -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<h4id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h4>
<p><aclass="glightbox"href="/SQP/images/4-select-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Select the following qualities"src="/SQP/images/4-select-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-qp-settings.md -->
<!-- BEGIN INCLUDE ../../includes/sqp/4-cf-scoring.md -->
<h4id="custom-formats-and-scores">Custom Formats and scores<aclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
@ -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>
<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 -->
<h2id="why-choose-this-quality-profile">Why choose this quality profile<aclass="headerlink"href="#why-choose-this-quality-profile"title="Permanent link"></a></h2>
<detailsclass="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 -->
<summary>Workflow Logic - [Click to show/hide]</summary>
@ -3531,9 +3527,6 @@
<pclass="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 -->
<li>Adding CF not in this guide could result in undesired results.</li>
</ol>
</div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-newqp.md -->
<h3id="create-a-new-quality-profile">Create a new Quality Profile<aclass="headerlink"href="#create-a-new-quality-profile"title="Permanent link"></a></h3>
<p>Create a new profile and name it what ever you want, we used: <code>Bluray|IMAX-E|2160p</code></p>
<p><aclass="glightbox"href="/SQP/images/5-newqp.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Create a new Quality Profile"src="/SQP/images/5-newqp.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/merge-qualities.md -->
<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>=><ahref="/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 -->
<h5id="merge-the-following-qualities-together">Merge the following Qualities together<aclass="headerlink"href="#merge-the-following-qualities-together"title="Permanent link"></a></h5>
<ul>
<li>WEBDL-2160p</li>
@ -3584,11 +3565,7 @@
<pclass="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><aclass="glightbox"href="/SQP/images/5-merge-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!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 -->
<h4id="move-selected-quality-to-top">Move selected quality to top<aclass="headerlink"href="#move-selected-quality-to-top"title="Permanent link"></a></h4>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="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 -->
<h4id="select-the-following-qualities">Select the following qualities<aclass="headerlink"href="#select-the-following-qualities"title="Permanent link"></a></h4>
<p><aclass="glightbox"href="/SQP/images/5-select-qualities.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Select the following qualities"src="/SQP/images/5-select-qualities.png"/></a></p>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-qp-settings.md -->
<!-- BEGIN INCLUDE ../../includes/sqp/5-cf-scoring.md -->
<h4id="custom-formats-and-scores">Custom Formats and scores<aclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Miscellaneous (Required) - [Click to show/hide]</summary>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="abstract">
<summary>Unwanted - [Click to show/hide]</summary>
<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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="info">
<summary>I've a AppleTV - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>25c12f78430a3a23413652cbd1d48d77</td>
</tr>
<tr>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
@ -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>
<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.<imgalt="‼"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.<imgalt="‼"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.<imgalt="‼"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.<imgalt="‼"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.<imgalt="‼"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.<imgalt="‼"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>
<detailsclass="question">
<summary>Can I use these SQP with Sonarr? - [Click to show/hide]</summary>
<p><strong>NO</strong>, SQP is only for Radarr <imgalt="‼"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 <imgalt="‼"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>
<!-- BEGIN INCLUDE ../../Radarr/Tips/How-to-setup-language-custom-formats.md -->
<h1id="how-to-setup-language-custom-formats">How to setup Language Custom Formats<aclass="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>
<divclass="admonition warning">
@ -4090,7 +4089,6 @@ example: German Dual Language and/or Multi-language releases</p>
<!-- BEGIN INCLUDE ../../Radarr/Tips/Merge-quality.md -->
<h1id="how-to-merge-quality">How to Merge Quality<aclass="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><imgalt="‼"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><imgalt="‼"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>
<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 -->
<h3id="radarr-current-logic">Radarr current logic<aclass="headerlink"href="#radarr-current-logic"title="Permanent link"></a></h3>
<detailsclass="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><imgalt="‼"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><imgalt="‼"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> =><code>Media Management</code> =><code>File Management</code> =><code>Proper & Repacks</code> Change to <code>Do Not Prefer</code> and use the <ahref="/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 -->
<h3id="sonarr-current-logic">Sonarr current logic<aclass="headerlink"href="#sonarr-current-logic"title="Permanent link"></a></h3>
<detailsclass="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><imgalt="‼"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><imgalt="‼"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. <ahref="/sonarr/settings#file-management">Set Media Management => File Management <code>Download Proper & Repacks</code> to "Do Not Prefer"</a> and use <ahref="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 <ahref="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div>
</details>
<!-- END INCLUDE -->
<h2id="merge-the-qualities">Merge the Qualities<aclass="headerlink"href="#merge-the-qualities"title="Permanent link"></a></h2>
<p>Go to your preferred Quality Profile or create a new one.</p>
<!-- BEGIN INCLUDE ../../Radarr/Tips/Sync-2-radarr-sonarr.md -->
<h1id="how-to-sync-2-radarr-or-sonarr-with-each-other">How to Sync 2 Radarr or Sonarr with each other<aclass="headerlink"href="#how-to-sync-2-radarr-or-sonarr-with-each-other"title="Permanent link"></a></h1>
<divclass="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>
<divclass="admonition warning">
<pclass="admonition-title">Warning</p>
<p><imgalt="‼"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.<imgalt="‼"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:"/></p>
<p><imgalt="‼"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.<imgalt="‼"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>
<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>
<pclass="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 <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="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 <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></p>
@ -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 <ahref="/Sonarr/sonarr-import-custom-formats/"rel="noopener noreferrer"target="_blank">How to import Custom Formats</a> for how to import them.</p>
@ -3941,12 +3940,9 @@ The vast majority of releases can be found on <a href="https://nyaa.si/" rel="no
</tbody>
</table>
<divclass="admonition warning">
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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>
<pclass="admonition-title">Scores marked with a <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> warning <imgalt="⚠"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 -->
<detailsclass="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
<pclass="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 -->
<detailsclass="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
<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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">HERE</a>.</p>
<divclass="admonition danger">
<pclass="admonition-title">Don't use this together with <ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Don't use this together with <ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a>, Only ever include one of them <imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<detailsclass="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
@ -4324,21 +4298,17 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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>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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<divclass="admonition example">
<pclass="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
<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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
<tr>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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
@ -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 -->
<detailsclass="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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Original mix (optional)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<detailsclass="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
@ -4980,14 +4914,11 @@ You could end up with a single audio release when a MULTi release exists. This i
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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>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 -->
<divclass="admonition info">
<pclass="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><ahref="/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><ahref="/Sonarr/sonarr-setup-quality-profiles-anime/#uncensored-scoring"rel="noopener noreferrer"target="_blank">Uncensored Scoring</a>: If you prefer uncensored releases.</li>
</ul>
<p><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/> Careful to not add the <ahref="/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><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/> Careful to not add the <ahref="/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>
@ -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 <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -3589,7 +3589,6 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
<pclass="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 -->
<detailsclass="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/>
<h3id="services-de-streaming-francophones">Services de streaming francophones<aclass="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 -->
<detailsclass="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
@ -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 <ahref="/Misc/x265-4k/"rel="noopener noreferrer"target="_blank">ICI</a> (en anglais).</p>
<divclass="admonition danger">
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></p>
<pclass="admonition-title">Ne l'utilisez pas avec le Format Personnalisé <ahref="/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<detailsclass="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
@ -4127,21 +4101,17 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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>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 -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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
<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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
<tr>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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
@ -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 -->
<detailsclass="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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#fr-scene-groups">FR Scene Groups</a></td>
<p><imgalt="⚠"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><imgalt="⚠"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>
<detailsclass="info">
<summary>Mix original (optionnel)</summary>
<!-- BEGIN INCLUDE ../../includes/cf/sonarr-hq-source-group.md -->
<detailsclass="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
@ -4784,14 +4718,11 @@ Afin d'illustrer ce principe, vous verrez une section <strong>"Mix original (opt
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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>
@ -4810,7 +4741,6 @@ Si vous voulez faire la même chose, veillez à remplacer <a href="/Sonarr/sonar
<hr/>
<h4id="exemple-pour-les-animes">Exemple pour les Animes<aclass="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 -->
<divclass="admonition info">
<pclass="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><ahref="/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><ahref="/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><imgalt="⚠"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é <ahref="/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><imgalt="⚠"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é <ahref="/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>
<divclass="admonition info">
<pclass="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 <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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>
@ -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 -->
<h3id="sonarr-v4-current-logic">Sonarr v4 current logic<aclass="headerlink"href="#sonarr-v4-current-logic"title="Permanent link"></a></h3>
<detailsclass="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><imgalt="‼"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><imgalt="‼"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> =><code>Media Management</code> =><code>File Management</code> =><code>Proper & Repacks</code> Change to <code>Do Not Prefer</code> and use the <ahref="/Sonarr/sonarr-collection-of-custom-formats/#repackproper"rel="noopener noreferrer"target="_blank">Repack/Proper Custom Format</a></p>
</div>
</details>
<!-- END INCLUDE -->
<hr/>
<h2id="which-quality-profile-should-you-choose">Which Quality Profile should you choose<aclass="headerlink"href="#which-quality-profile-should-you-choose"title="Permanent link"></a></h2>
<detailsclass="abstract">
@ -4010,14 +4007,12 @@ You will need to set it up in the quality Profile you want to use/prefer to make
@ -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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<detailsclass="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
@ -4283,13 +4260,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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 -->
<detailsclass="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>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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>
<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-->
<divclass="admonition warning">
<pclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<detailsclass="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 -->
<detailsclass="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
@ -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 -->
<detailsclass="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
@ -4872,13 +4808,10 @@ AV1 encodes are currently targeting small file sizes, rather than good visual qu
</table>
<divclass="admonition info">
<pclass="admonition-title">Info</p>
<p><imgalt="❗"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><imgalt="❗"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 -->
<detailsclass="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 -->
<detailsclass="abstract">
<summary>Miscellaneous UHD (Optional) - [Click to show/hide]</summary>
<divclass="admonition tip">
<pclass="admonition-title">I recommend using the following Custom Formats</p>
<ul>
<li><strong>For details on "Why" and a potential warning <imgalt="⚠"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 <imgalt="⚠"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><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl">SDR (no WEBDL)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="text-align: center;">-10000</td>
<td>83304f261cf516bb208c18c54c0adf97</td>
</tr>
<tr>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/26a0.svg" title=":warning:"/></td>
<td><ahref="/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv">x265 (no HDR/DV)</a><imgalt="⚠"class="twemoji"src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/26a0.svg" title=":warning:"/></td>
<tdstyle="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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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>
<!-- BEGIN INCLUDE ../../includes/starr/move-quality-to-top.md -->
<divclass="admonition info">
<pclass="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><ahref="https://wiki.servarr.com/en/radarr/settings#quality-profiles"rel="noopener noreferrer"target="_blank">Source: Wiki Servarr</a></p>
</div>
<!-- END INCLUDE -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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 -->
<detailsclass="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 -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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 -->
<detailsclass="question">
<summary>Which HDR Format should I choose? - [Click to show/hide]</summary>
@ -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 -->
<divclass="admonition danger">
<pclass="admonition-title">If you have also added <ahref="/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 -->
<h3id="custom-formats-with-a-score-of-0">Custom Formats with a score of 0<aclass="headerlink"href="#custom-formats-with-a-score-of-0"title="Permanent link"></a></h3>
<detailsclass="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 <ahref="/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>
<h3id="why-am-i-getting-purple-or-green-colors">Why am I getting purple or green colors<aclass="headerlink"href="#why-am-i-getting-purple-or-green-colors"title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-green-purple.md -->
<detailsclass="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>
<!-- BEGIN INCLUDE ../../includes/cf/dv-info-profiles.md -->
<detailsclass="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 -->
<divclass="admonition bug">
<pclass="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: <ahref="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>
<h1id="sonarr-v3-end-of-life">Sonarr v3 - End Of Life<aclass="headerlink"href="#sonarr-v3-end-of-life"title="Permanent link"></a></h1>
<divclass="admonition warning">
<pclass="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><imgalt="‼"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><imgalt="‼"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>
<pclass="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><imgalt="‼"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><imgalt="‼"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>