Deployed c7220bf6 with MkDocs version: 1.4.2

gh-pages
2 years ago
parent 7181adeb27
commit ca5f7c7f28

@ -693,6 +693,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#soon">
Soon
</a>
@ -951,6 +956,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#soon">
Soon
</a>
@ -976,8 +986,9 @@
<p>More info <a href="/Hardlinks/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->

@ -568,6 +568,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#some-basics">
Some Basics
</a>
@ -1015,6 +1020,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#some-basics">
Some Basics
</a>
@ -1107,8 +1117,9 @@
<p>More info <a href="/Hardlinks/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->

@ -598,6 +598,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#general">
General
</a>
@ -1046,6 +1051,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#general">
General
</a>
@ -1166,8 +1176,9 @@
<p>More info <a href="/Hardlinks/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->

@ -628,6 +628,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#downloads">
Downloads
</a>
@ -1070,6 +1075,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#downloads">
Downloads
</a>
@ -1214,8 +1224,9 @@
<p>More info <a href="/Hardlinks/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->

@ -723,6 +723,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#soon">
Soon
</a>
@ -951,6 +956,11 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#soon">
Soon
</a>
@ -976,8 +986,9 @@
<p>More info <a href="/Hardlinks/Hardlinks-and-Instant-Moves/" rel="noopener noreferrer" target="_blank">HERE</a></p>
</div>
<!-- BEGIN INCLUDE ../hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->

@ -884,6 +884,11 @@
<nav aria-label="Folder Structure" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#breakdown-of-the-folder-structure">
Breakdown of the Folder Structure
</a>
@ -1009,6 +1014,11 @@
<nav aria-label="Folder Structure" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#breakdown-of-the-folder-structure">
Breakdown of the Folder Structure
</a>
@ -1084,8 +1094,8 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>I'm not going to explain how to get dockers installed and running, I will only explain which folder structure we recommend.</p>
<p>The paths mentioned below refer to internal paths for the containers!</p>
<p>External paths depends where you mounted your share or your drives.</p>
<p>The paths mentioned below refer to internal paths (or <code>Container Path</code>) for the containers!</p>
<p>External paths (or <code>Host Path</code>) depends where you mounted your share or your drives.</p>
<p>For example <code>/&lt;path_to_data&gt;/data</code>, or even <code>/data</code>.</p>
</div>
<!-- BEGIN INCLUDE ../../../includes/hardlinks/folder-structure.md -->
@ -1108,10 +1118,11 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1122,12 +1133,13 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
<!-- END INCLUDE -->
<!-- --8<-- "includes/hardlinks/folder-structure.md" -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/breakdown-folder-structure.md -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/breakdown-folder-structure-docker.md -->
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
@ -1141,18 +1153,23 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/torrents/</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/torrents/</code></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/{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, 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 -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── books
├── movies
├── music
└── tv
└── complete
├── books
├── movies
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/usenet/</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/usenet/</code></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>
@ -1164,10 +1181,11 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1175,6 +1193,8 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/</code></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>
@ -1187,6 +1207,8 @@ You may choose to rely on DockSTARTer for various changes to your Docker system
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/media</code></p>
<p><code>Host Path:</code> =&gt; <code>/&lt;path_to_data&gt;/data/media/</code></p>
<hr/>
<p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside the applications.</strong></p>
<!-- END INCLUDE -->
@ -1303,7 +1325,7 @@ sudo<span class="w"> </span>chmod<span class="w"> </span>-R<span class="w"> </sp
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 17, 2022 18:53:48</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">April 15, 2023 10:24:13</span>
</small>
</div>
<footer class="sponsorship">

@ -1095,20 +1095,20 @@ In this example the mounted drive will be mounted to <code>/mnt/</code> with the
<div class="highlight"><pre><span></span><code><span class="n">storage</span>
<span class="err">├──</span><span class="w"> </span><span class="n">downloads</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">torrents</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="o">|</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="err"></span><span class="w"> </span><span class="err"></span><span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
<span class="err"></span><span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">usenet</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="o">|</span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="err"></span><span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="err"></span><span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="err"></span><span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
<span class="err">└──</span><span class="w"> </span><span class="n">medialibrary</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">movies</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">music</span>
<span class="w"> </span><span class="err">├──</span><span class="w"> </span><span class="n">books</span>
<span class="w"> </span><span class="err">└──</span><span class="w"> </span><span class="n">tv</span>
</code></pre></div>
<h2 id="changes-to-the-env">Changes to the .env<a class="headerlink" href="#changes-to-the-env" title="Permanent link"></a></h2>
<p>To accomplish this we need to change first a few paths in your <code>.env</code> (Usually <code>~/.docker/compose/.env</code>)</p>
@ -1221,7 +1221,7 @@ In this example the mounted drive will be mounted to <code>/mnt/</code> with the
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 14, 2023 19:30:59</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">April 15, 2023 10:24:13</span>
</small>
</div>
<footer class="sponsorship">

@ -1070,10 +1070,11 @@
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1099,14 +1100,15 @@
<!-- END INCLUDE -->
<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/{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, 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 -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── books
├── movies
├── music
└── tv
└── complete
├── books
├── movies
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<h4 id="the-starr-apps">The Starr Apps<a class="headerlink" href="#the-starr-apps" title="Permanent link"></a></h4>
@ -1120,10 +1122,11 @@
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies

@ -956,6 +956,11 @@
<nav aria-label="Folder Structure" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#breakdown-of-the-folder-structure">
Breakdown of the Folder Structure
</a>
@ -1175,6 +1180,11 @@
<nav aria-label="Folder Structure" class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#breakdown-of-the-folder-structure">
Breakdown of the Folder Structure
</a>
@ -1386,10 +1396,11 @@ Remember these values for later use.</p>
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1398,12 +1409,13 @@ Remember these values for later use.</p>
</code></pre></div>
<!-- END INCLUDE -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/breakdown-folder-structure.md -->
<!-- BEGIN INCLUDE ../../../includes/hardlinks/breakdown-folder-structure-synology.md -->
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<h4 id="torrent-clients">Torrent clients<a class="headerlink" href="#torrent-clients" title="Permanent link"></a></h4>
<p>qBittorrent, Deluge, ruTorrent</p>
@ -1417,18 +1429,23 @@ Remember these values for later use.</p>
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/torrents/</code></p>
<p><code>Host Path:</code> =&gt; <code>/volume1/data/torrents/</code></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/{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, 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 -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── books
├── movies
├── music
└── tv
└── complete
├── books
├── movies
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/usenet/</code></p>
<p><code>Host Path:</code> =&gt; <code>/volume1/data/usenet/</code></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>
@ -1440,10 +1457,11 @@ Remember these values for later use.</p>
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1451,6 +1469,8 @@ Remember these values for later use.</p>
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data</code></p>
<p><code>Host Path:</code> =&gt; <code>/volume1/data/</code></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>
@ -1463,6 +1483,8 @@ Remember these values for later use.</p>
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<p><code>Container Path:</code> =&gt; <code>/data/media</code></p>
<p><code>Host Path:</code> =&gt; <code>/volume1/data/media/</code></p>
<hr/>
<p><strong>Don't forget to look at the <a href="/Hardlinks/Examples/">Examples</a> how to setup the paths inside the applications.</strong></p>
<!-- END INCLUDE -->
@ -1472,7 +1494,7 @@ Remember these values for later use.</p>
<p>Here we will create the needed subfolders for your media library and also for your preferred download client.
If you use both then run both commands</p>
<h4 id="if-you-use-usenet">If you use usenet<a class="headerlink" href="#if-you-use-usenet" title="Permanent link"></a></h4>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/volume1/data/<span class="o">{</span>usenet/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/volume1/data/<span class="o">{</span>usenet/complete/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
</code></pre></div>
<h4 id="if-you-use-torrents">If you use torrents<a class="headerlink" href="#if-you-use-torrents" title="Permanent link"></a></h4>
<div class="highlight"><pre><span></span><code>mkdir<span class="w"> </span>-p<span class="w"> </span>/volume1/data/<span class="o">{</span>torrents/<span class="o">{</span>tv,movies,music<span class="o">}</span>,media/<span class="o">{</span>tv,movies,music<span class="o">}}</span>
@ -1628,7 +1650,7 @@ If you had previous installed apps, make a backup of their config folders.</p>
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">February 21, 2023 10:14:12</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">April 15, 2023 14:03:21</span>
</small>
</div>
<footer class="sponsorship">

@ -1117,10 +1117,11 @@
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies

@ -923,6 +923,11 @@
Breakdown of the Folder Structure
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
</ul>
</nav>
</li>
@ -1033,6 +1038,11 @@
Breakdown of the Folder Structure
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#bad-path-suggestion">
Bad path suggestion
</a>
</li>
</ul>
</nav>
</li>
@ -1136,10 +1146,11 @@
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
@ -1151,8 +1162,9 @@
<hr/>
<h3 id="breakdown-of-the-folder-structure">Breakdown of the Folder Structure<a class="headerlink" href="#breakdown-of-the-folder-structure" title="Permanent link"></a></h3>
<!-- BEGIN INCLUDE ../../../includes/hardlinks/bad-path-suggestion.md -->
<h3 id="bad-path-suggestion">Bad path suggestion<a class="headerlink" href="#bad-path-suggestion" title="Permanent link"></a></h3>
<div class="admonition warning">
<p>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 arent (<em>Because of how Dockers 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>
<p class="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 arent (<em>Because of how Dockers 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 -->
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
@ -1194,10 +1206,11 @@
<!-- BEGIN INCLUDE ../../../includes/hardlinks/docker-tree-usenet.md -->
<div class="highlight"><pre><span></span><code>data
└── usenet
├── books
├── movies
├── music
└── tv
└── complete
├── books
├── movies
├── music
└── tv
</code></pre></div>
<!-- END INCLUDE -->
<hr/>
@ -1218,10 +1231,11 @@
│ ├── music
│ └── tv
├── usenet
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies

File diff suppressed because one or more lines are too long

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

Binary file not shown.
Loading…
Cancel
Save