Deployed b59eb19 with MkDocs version: 1.3.0

gh-pages
3 years ago
parent b70868b2d9
commit 3920aab01f

@ -2753,8 +2753,8 @@ We're going to do this in Putty or a similar program.</p>
<ol> <ol>
<li>DOCKERCONFDIR (only change this if you know what you're doing and decide to use another path than this guide used)</li> <li>DOCKERCONFDIR (only change this if you know what you're doing and decide to use another path than this guide used)</li>
<li>DOCKERDATADIR (only change this if you know what you're doing and decide to use another path than this guide used)</li> <li>DOCKERDATADIR (only change this if you know what you're doing and decide to use another path than this guide used)</li>
<li>PUID/PGID (this info you got earlier from <a href="#puid-and-pgid">HERE</a></li> <li>PUID/PGID (this info you got earlier from <a href="#puid-and-pgid">HERE</a>)</li>
<li>TZ (Change to your timezone, can be found <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" rel="noopener noreferrer" target="_blank">HERE</a></li> <li>TZ (Change to your timezone, can be found <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" rel="noopener noreferrer" target="_blank">HERE</a>)</li>
<li>Install and Create a task scheduler for Pullio, so your containers stay up to date.</li> <li>Install and Create a task scheduler for Pullio, so your containers stay up to date.</li>
</ol> </ol>
<div class="admonition info"> <div class="admonition info">
@ -2809,7 +2809,7 @@ If you had previous installed apps, make a backup of their config folders.</p>
<p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside your applications.</strong></p> <p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside your applications.</strong></p>
<div class="admonition attention"> <div class="admonition attention">
<p class="admonition-title">Attention</p> <p class="admonition-title">Attention</p>
<p>If you need to do any changes, only edit the <code>docker-compose.yml</code> file. To activate the changes, run the command <code>sudo docker-compose -f /volume1/docker/appdata/docker-compose.yml up -d</code> again.</p> <p>If you need to do any changes, only edit the <code>docker-compose.yml</code> file. To activate the changes, run the command <code>sudo docker-compose up -d</code> again, from within the <code>/volume1/docker/appdata</code> folder.</p>
<p>Any changes you do/did in the GUI will be reverted when you run the docker-compose command.</p> <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> <p>Just don't use the GUI, only for information purposes !!!</p>
</div> </div>
@ -2835,7 +2835,7 @@ If you had previous installed apps, make a backup of their config folders.</p>
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 23, 2022 11:36:00</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">April 11, 2022 11:56:08</span>
</small> </small>

@ -2751,8 +2751,8 @@ We're going to do this in Putty or a similar program.</p>
<ol> <ol>
<li>DOCKERCONFDIR (only change this if you know what you're doing and decide to use another path than this guide used)</li> <li>DOCKERCONFDIR (only change this if you know what you're doing and decide to use another path than this guide used)</li>
<li>DOCKERDATADIR (only change this if you know what you're doing and decide to use another path than this guide used)</li> <li>DOCKERDATADIR (only change this if you know what you're doing and decide to use another path than this guide used)</li>
<li>PUID/PGID (this info you got earlier from <a href="#puid-and-pgid">HERE</a></li> <li>PUID/PGID (this info you got earlier from <a href="#puid-and-pgid">HERE</a>)</li>
<li>TZ (Change to your timezone, can be found <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" rel="noopener noreferrer" target="_blank">HERE</a></li> <li>TZ (Change to your timezone, can be found <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" rel="noopener noreferrer" target="_blank">HERE</a>)</li>
<li>Install and Create a task scheduler for Pullio, so your containers stay up to date.</li> <li>Install and Create a task scheduler for Pullio, so your containers stay up to date.</li>
</ol> </ol>
<div class="admonition info"> <div class="admonition info">
@ -2807,7 +2807,7 @@ If you had previous installed apps, make a backup of their config folders.</p>
<p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside your applications.</strong></p> <p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside your applications.</strong></p>
<div class="admonition attention"> <div class="admonition attention">
<p class="admonition-title">Attention</p> <p class="admonition-title">Attention</p>
<p>If you need to do any changes, only edit the <code>docker-compose.yml</code> file. To activate the changes, run the command <code>sudo docker-compose -f /volume1/docker/appdata/docker-compose.yml up -d</code> again.</p> <p>If you need to do any changes, only edit the <code>docker-compose.yml</code> file. To activate the changes, run the command <code>sudo docker-compose up -d</code> again, from within the <code>/volume1/docker/appdata</code> folder.</p>
<p>Any changes you do/did in the GUI will be reverted when you run the docker-compose command.</p> <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> <p>Just don't use the GUI, only for information purposes !!!</p>
</div> </div>
@ -2833,7 +2833,7 @@ If you had previous installed apps, make a backup of their config folders.</p>
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 23, 2022 11:36:00</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">April 11, 2022 11:56:08</span>
</small> </small>

File diff suppressed because one or more lines are too long

@ -2,387 +2,387 @@
<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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/</loc> <loc>https://trash-guides.info/How-to-setup-for/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Docker/</loc> <loc>https://trash-guides.info/How-to-setup-for/Docker/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Dockstarter/</loc> <loc>https://trash-guides.info/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Native/</loc> <loc>https://trash-guides.info/How-to-setup-for/Native/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Synology/</loc> <loc>https://trash-guides.info/How-to-setup-for/Synology/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Unraid/</loc> <loc>https://trash-guides.info/How-to-setup-for/Unraid/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1-1/</loc> <loc>https://trash-guides.info/SQP/1-1/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1-2/</loc> <loc>https://trash-guides.info/SQP/1-2/</loc>
<lastmod>2022-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</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-04-04</lastmod> <lastmod>2022-04-15</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.
Loading…
Cancel
Save