Deployed 91e7515c with MkDocs version: 1.4.1

gh-pages
2 years ago
parent 51096bcbaf
commit be41c46791

@ -346,6 +346,20 @@
</a> </a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a class="md-nav__link" href="#basics">
Basics
</a>
<nav aria-label="Basics" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#sonarr-current-logic">
Sonarr current logic
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#propers-and-repacks"> <a class="md-nav__link" href="#propers-and-repacks">
Propers and Repacks Propers and Repacks
</a> </a>
@ -978,6 +992,20 @@
</a> </a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
<a class="md-nav__link" href="#basics">
Basics
</a>
<nav aria-label="Basics" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#sonarr-current-logic">
Sonarr current logic
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#propers-and-repacks"> <a class="md-nav__link" href="#propers-and-repacks">
Propers and Repacks Propers and Repacks
</a> </a>
@ -1127,6 +1155,46 @@ The proper 640Kbps DD+5.1 audio might appear a few hours later or a few months,
<p>I will still keep a eye on them and add the Low Quality Groups to the <code>-100</code> score and when I find a new P2P group I will add them, resulting in less updates and a more accurate upgrade.</p> <p>I will still keep a eye on them and add the Low Quality Groups to the <code>-100</code> score and when I find a new P2P group I will add them, resulting in less updates and a more accurate upgrade.</p>
</details> </details>
<hr/> <hr/>
<h2 id="basics">Basics<a class="headerlink" href="#basics" title="Permanent link"></a></h2>
<p>This guide is based on WEBDL (Read the <a href="#faq">FAQ</a> why) that's why we're going to create a quality profile based on WEBDL.</p>
<p><code>Settings</code> =&gt; <code>Profiles</code></p>
<p><a class="glightbox" data-desc-position="bottom" data-description="" data-height="auto" data-title="" data-width="100%" href="../images/cf-settings-profiles.png"><img alt="!cf-settings-profiles" src="../images/cf-settings-profiles.png"/></a></p>
<p>Select the profile that you want to use/prefer.</p>
<p><a class="glightbox" data-desc-position="bottom" data-description="" data-height="auto" data-title="" data-width="100%" href="../images/cf-quality-profiles.png"><img alt="!cf-quality-profiles" src="../images/cf-quality-profiles.png"/></a></p>
<p><a class="glightbox" data-desc-position="bottom" data-description="" data-height="auto" data-title="" data-width="100%" href="../images/rp-profile-selected.png"><img alt="Select quality" src="../images/rp-profile-selected.png"/></a></p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>Starting from 2010 you will be able to find almost anything as WEBDL,</p>
<p>2000-2010 you will only find a few shows as WEBDL in that case you might want to enable <code>HDTV</code> and or <code>720p</code>.</p>
<p>If you want 2160p WEBDL then choose 2160p WEBDL and add the HDR and/or DV regex, 2160p without HDR/DV has no real benefits !!!</p>
</div>
<hr/>
<!-- BEGIN INCLUDE ../../includes/merge-quality/sonarr-current-logic.md -->
<h3 id="sonarr-current-logic">Sonarr current logic<a class="headerlink" href="#sonarr-current-logic" title="Permanent link"></a></h3>
<details class="summary">
<summary>Sonarr current logic - [CLICK TO EXPAND]</summary>
<p>As of 2021-11-06 the logic is as follows:</p>
<p>The Current logic on how downloads are compared is <strong>Quality Trumps All</strong> <img alt="‼" class="twemoji" src="https://twemoji.maxcdn.com/v/latest/svg/203c.svg" title=":bangbang:"/></p>
<ol>
<li>Quality</li>
<li>Language</li>
<li>Preferred Word Score</li>
<li>Protocol</li>
<li>Episode Count</li>
<li>Episode Number</li>
<li>Indexer Priority</li>
<li>Seeds/Peers (If Torrent)</li>
<li>Age (If Usenet)</li>
<li>Size</li>
</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>
<div class="admonition attention">
<p>REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality.</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>
</details>
<!-- END INCLUDE -->
<hr/>
<h2 id="propers-and-repacks">Propers and Repacks<a class="headerlink" href="#propers-and-repacks" title="Permanent link"></a></h2> <h2 id="propers-and-repacks">Propers and Repacks<a class="headerlink" href="#propers-and-repacks" title="Permanent link"></a></h2>
<p>First we're need to make sure a P2P release isn't being replaced by a Scene Repack/Proper release!</p> <p>First we're need to make sure a P2P release isn't being replaced by a Scene Repack/Proper release!</p>
<p><a class="glightbox" data-desc-position="bottom" data-description="" data-height="auto" data-title="" data-width="100%" href="../images/rp-settings-media-management-proper.png"><img alt="!rp-settings-media-management-proper" src="../images/rp-settings-media-management-proper.png"/></a></p> <p><a class="glightbox" data-desc-position="bottom" data-description="" data-height="auto" data-title="" data-width="100%" href="../images/rp-settings-media-management-proper.png"><img alt="!rp-settings-media-management-proper" src="../images/rp-settings-media-management-proper.png"/></a></p>
@ -1534,7 +1602,7 @@ Also they often even rename the release name in to Portuguese.</p>
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">October 20, 2022 20:31:23</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">October 23, 2022 18:37:38</span>
</small> </small>
</div> </div>
<footer class="sponsorship"> <footer class="sponsorship">

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

@ -2,417 +2,417 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://trash-guides.info/</loc> <loc>https://trash-guides.info/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/thnx/</loc> <loc>https://trash-guides.info/thnx/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/</loc> <loc>https://trash-guides.info/Bazarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc> <loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc> <loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc> <loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/scripts/</loc> <loc>https://trash-guides.info/Bazarr/scripts/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/</loc> <loc>https://trash-guides.info/Downloaders/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/</loc> <loc>https://trash-guides.info/Downloaders/ruTorrent/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc> <loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Examples/</loc> <loc>https://trash-guides.info/Hardlinks/Examples/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc> <loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc> <loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/</loc> <loc>https://trash-guides.info/Misc/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc> <loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc> <loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/trash-sync/</loc> <loc>https://trash-guides.info/Misc/trash-sync/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/x265-4k/</loc> <loc>https://trash-guides.info/Misc/x265-4k/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/</loc> <loc>https://trash-guides.info/Plex/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc> <loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc> <loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc> <loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/profiles/</loc> <loc>https://trash-guides.info/Plex/profiles/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/</loc> <loc>https://trash-guides.info/Prowlarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc> <loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc> <loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/</loc> <loc>https://trash-guides.info/Radarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc> <loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc> <loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc> <loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-setup-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-setup-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/radarr-setup-custom-formats-french/</loc> <loc>https://trash-guides.info/Radarr/radarr-setup-custom-formats-french/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc> <loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc> <loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/</loc> <loc>https://trash-guides.info/SQP/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1/</loc> <loc>https://trash-guides.info/SQP/1/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/2/</loc> <loc>https://trash-guides.info/SQP/2/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/3/</loc> <loc>https://trash-guides.info/SQP/3/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/4/</loc> <loc>https://trash-guides.info/SQP/4/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/5/</loc> <loc>https://trash-guides.info/SQP/5/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/</loc> <loc>https://trash-guides.info/Sonarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-custom-formats-anime/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-custom-formats-anime/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-custom-formats/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc> <loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc> <loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-10-22</lastmod> <lastmod>2022-10-23</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.

@ -1,3 +1,7 @@
# 2022-10-23 20:45
**[Sonarr]**
- Add: Quality profile. #919
# 2022-10-22 13:45 # 2022-10-22 13:45
**[Radarr]** **[Radarr]**
- An update of the French guide and Custom Formats. #863 - An update of the French guide and Custom Formats. #863

Loading…
Cancel
Save