Deployed 8a387c58 with MkDocs version: 1.6.1

gh-pages
4 months ago
parent fdae905180
commit f3c5084582

@ -3544,12 +3544,11 @@
<h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3> <h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract"> <details class="abstract">
<summary>Sonarr current logic - [Click to show/hide]</summary> <summary>Sonarr current logic - [Click to show/hide]</summary>
<p>As of 2021-11-06 the logic is as follows:</p> <p>As of 2024-01-16 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p> <p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol> <ol>
<li>Quality</li> <li>Quality</li>
<li>Language</li> <li>Custom Format Score</li>
<li>Preferred Word Score</li>
<li>Protocol</li> <li>Protocol</li>
<li>Episode Count</li> <li>Episode Count</li>
<li>Episode Number</li> <li>Episode Number</li>
@ -3560,8 +3559,10 @@
</ol> </ol>
<p><a href="https://wiki.servarr.com/sonarr/faq#how-are-possible-downloads-compared" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p> <p><a href="https://wiki.servarr.com/sonarr/faq#how-are-possible-downloads-compared" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
<div class="admonition warning"> <div class="admonition warning">
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality.</p> <p>* Use Custom Formats and TRaSH Guide's <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#season-pack">season pack custom format</a> with a score greater than zero to prefer season packs.</p>
<p><code>Settings</code> =&gt; <code>Media Management</code> =&gt; <code>File Management</code> =&gt; <code>Proper &amp; Repacks</code> Change to <code>Do Not Prefer</code> and use a preferred word regex of <code>/\b(repack|proper)\b/i</code></p> </div>
<div class="admonition warning">
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. <a href="/sonarr/settings#file-management">Set Media Management =&gt; File Management <code>Download Proper &amp; Repacks</code> to "Do Not Prefer"</a> and use <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#repackproper">TRaSH's Repack/Proper Custom Format</a> with a positive score as suggested by <a href="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div> </div>
</details> </details>
<!-- END INCLUDE --> <!-- END INCLUDE -->

@ -3546,12 +3546,11 @@
<h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3> <h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3>
<details class="abstract"> <details class="abstract">
<summary>Sonarr current logic - [Click to show/hide]</summary> <summary>Sonarr current logic - [Click to show/hide]</summary>
<p>As of 2021-11-06 the logic is as follows:</p> <p>As of 2024-01-16 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p> <p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<ol> <ol>
<li>Quality</li> <li>Quality</li>
<li>Language</li> <li>Custom Format Score</li>
<li>Preferred Word Score</li>
<li>Protocol</li> <li>Protocol</li>
<li>Episode Count</li> <li>Episode Count</li>
<li>Episode Number</li> <li>Episode Number</li>
@ -3562,8 +3561,10 @@
</ol> </ol>
<p><a href="https://wiki.servarr.com/sonarr/faq#how-are-possible-downloads-compared" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p> <p><a href="https://wiki.servarr.com/sonarr/faq#how-are-possible-downloads-compared" rel="noopener noreferrer" target="_blank">Source: Wiki Servarr</a></p>
<div class="admonition warning"> <div class="admonition warning">
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality.</p> <p>* Use Custom Formats and TRaSH Guide's <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#season-pack">season pack custom format</a> with a score greater than zero to prefer season packs.</p>
<p><code>Settings</code> =&gt; <code>Media Management</code> =&gt; <code>File Management</code> =&gt; <code>Proper &amp; Repacks</code> Change to <code>Do Not Prefer</code> and use a preferred word regex of <code>/\b(repack|proper)\b/i</code></p> </div>
<div class="admonition warning">
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. <a href="/sonarr/settings#file-management">Set Media Management =&gt; File Management <code>Download Proper &amp; Repacks</code> to "Do Not Prefer"</a> and use <a href="https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#repackproper">TRaSH's Repack/Proper Custom Format</a> with a positive score as suggested by <a href="https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/">TRaSH's Guides</a></p>
</div> </div>
</details> </details>
<!-- END INCLUDE --> <!-- END INCLUDE -->

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