Deployed 37c300b5 with MkDocs version: 1.5.2

gh-pages
1 year ago
parent a1b60e825f
commit a4b4c88c03

@ -2617,7 +2617,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<p>For this example we're going to make use of a share called <code>data</code>.</p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code> and each of these have sub-folders for <code>tv</code>, <code>movie</code>, <code>books</code> and <code>music</code> downloads to keep things neat. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code>, <code>Books</code> and <code>Music</code> sub-folders, this is your library and what youd pass to Plex, Emby or JellyFin.</p>
<p><em>In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.</em></p>
<!-- BEGIN INCLUDE docker-tree-full.md -->
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -2655,7 +2655,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
<p>The reason why we use <code>/data/torrents</code> for the torrent client is because it only needs access to the torrent files. In the torrent software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-torrents.md -->
<!-- BEGIN INCLUDE ./docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -2670,7 +2670,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<h4 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h4>
<p>NZBGet or SABnzbd</p>
<p>The reason why we use <code>/data/usenet</code> for the usenet client is because it only needs access to the usenet files. In the usenet software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-usenet.md -->
<!-- BEGIN INCLUDE ./docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -2687,7 +2687,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
<p>Sonarr, Radarr, Readarr and Lidarr</p>
<p>Sonarr, Radarr, Readarr and Lidarr gets access to everything using <code>/data</code> because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.</p>
<!-- BEGIN INCLUDE docker-tree-full.md -->
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -2714,7 +2714,7 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<h4 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h4>
<p>Plex, Emby, JellyFin and Bazarr</p>
<p>Plex, Emby, JellyFin and Bazarr only needs access to your media library using <code>/data/media</code>, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.</p>
<!-- BEGIN INCLUDE docker-tree-media.md -->
<!-- BEGIN INCLUDE ./docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies

@ -2553,7 +2553,7 @@
<p>For this example we're going to make use of a share called <code>data</code>.</p>
<p>The <code>data</code> folder has sub-folders for <code>torrents</code> and <code>usenet</code> and each of these have sub-folders for <code>tv</code>, <code>movie</code>, <code>books</code> and <code>music</code> downloads to keep things neat. The <code>media</code> folder has nicely named <code>TV</code>, <code>Movies</code>, <code>Books</code> and <code>Music</code> sub-folders, this is your library and what youd pass to Plex, Emby or JellyFin.</p>
<p><em>In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.</em></p>
<!-- BEGIN INCLUDE docker-tree-full.md -->
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -2583,7 +2583,7 @@
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
<p>The reason why we use <code>/data/torrents</code> for the torrent client is because it only needs access to the torrent files. In the torrent software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-torrents.md -->
<!-- BEGIN INCLUDE ./docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -2596,7 +2596,7 @@
<h4 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h4>
<p>NZBGet or SABnzbd</p>
<p>The reason why we use <code>/data/usenet</code> for the usenet client is because it only needs access to the usenet files. In the usenet software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-usenet.md -->
<!-- BEGIN INCLUDE ./docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -2611,7 +2611,7 @@
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
<p>Sonarr, Radarr, Readarr and Lidarr</p>
<p>Sonarr, Radarr, Readarr and Lidarr gets access to everything using <code>/data</code> because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.</p>
<!-- BEGIN INCLUDE docker-tree-full.md -->
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -2636,7 +2636,7 @@
<h4 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h4>
<p>Plex, Emby, JellyFin and Bazarr</p>
<p>Plex, Emby, JellyFin and Bazarr only needs access to your media library using <code>/data/media</code>, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.</p>
<!-- BEGIN INCLUDE docker-tree-media.md -->
<!-- BEGIN INCLUDE ./docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies

@ -3062,7 +3062,7 @@ Remember these values for later use.</p>
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
<p>The reason why we use <code>/data/torrents</code> for the torrent client is because it only needs access to the torrent files. In the torrent software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/torrents/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-torrents.md -->
<!-- BEGIN INCLUDE ./docker-tree-torrents.md -->
<div class="highlight"><pre><span></span><code>data
└── torrents
├── books
@ -3077,7 +3077,7 @@ Remember these values for later use.</p>
<h4 id="usenet-clients">Usenet clients<a class="headerlink" href="#usenet-clients" title="Permanent link"></a></h4>
<p>NZBGet or SABnzbd</p>
<p>The reason why we use <code>/data/usenet</code> for the usenet client is because it only needs access to the usenet files. In the usenet software settings, youll need to reconfigure paths and you can sort into sub-folders like <code>/data/usenet/complete/{tv|movies|music}</code>.</p>
<!-- BEGIN INCLUDE docker-tree-usenet.md -->
<!-- BEGIN INCLUDE ./docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── incomplete
@ -3094,7 +3094,7 @@ Remember these values for later use.</p>
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
<p>Sonarr, Radarr, Readarr and Lidarr</p>
<p>Sonarr, Radarr, Readarr and Lidarr gets access to everything using <code>/data</code> because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete.</p>
<!-- BEGIN INCLUDE docker-tree-full.md -->
<!-- BEGIN INCLUDE ./docker-tree-full.md -->
<div class="highlight"><pre><span></span><code>data
├── torrents
│ ├── books
@ -3121,7 +3121,7 @@ Remember these values for later use.</p>
<h4 id="media-server">Media Server<a class="headerlink" href="#media-server" title="Permanent link"></a></h4>
<p>Plex, Emby, JellyFin and Bazarr</p>
<p>Plex, Emby, JellyFin and Bazarr only needs access to your media library using <code>/data/media</code>, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders.</p>
<!-- BEGIN INCLUDE docker-tree-media.md -->
<!-- BEGIN INCLUDE ./docker-tree-media.md -->
<div class="highlight"><pre><span></span><code>data
└── media
├── movies

@ -5,5 +5,5 @@ mkdocs-macros-plugin==1.0.2
mkdocs-material==9.1.21
mkdocs-minify-plugin==0.7.1
mkdocs-redirects==1.2.1
mkdocs-include-markdown-plugin==4.0.4
mkdocs-include-markdown-plugin==6.0.0
mkdocs-markdownextradata-plugin==0.2.5

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

Binary file not shown.
Loading…
Cancel
Save