Deployed f12bbfbf with MkDocs version: 1.6.0

gh-pages
4 months ago
parent c8a09ea6cb
commit 3730523b84

@ -3361,38 +3361,64 @@
<h1 id="replace-copies-with-hardlinks">Replace copies with hardlinks<a class="headerlink" href="#replace-copies-with-hardlinks" title="Permanent link"></a></h1> <h1 id="replace-copies-with-hardlinks">Replace copies with hardlinks<a class="headerlink" href="#replace-copies-with-hardlinks" title="Permanent link"></a></h1>
<p>Have you recently switched to a setup that supports hardlinks and Instant Moves (Atomic-Moves), and would like to replace duplicate files with hardlinks?</p> <p>Have you recently switched to a setup that supports hardlinks and Instant Moves (Atomic-Moves), and would like to replace duplicated files with hardlinks?</p>
<p>If your Operating System supports it you could make use of <a href="https://codeberg.org/jbruchon/jdupes">Jdupes</a>.</p> <p>If your Operating System supports it you could make use of <a href="https://codeberg.org/jbruchon/jdupes/releases">jdupes</a>.</p>
<p>The latest version's binaries are available for Windows at the link above. You can use a package manager, such as <a href="https://formulae.brew.sh/formula/jdupes">homebrew</a>, <code>apt</code>, or <code>pacman</code>, to install the latest available version for Mac or your flavor of Linux.</p>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link"></a></h2> <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link"></a></h2>
<div class="admonition info"> <div class="admonition info">
<p>We won't cover every command <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p> <p>We won't cover every command <img alt="‼" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/203c.svg" title=":bangbang:" /></p>
<p>If you want to know what else <a href="https://codeberg.org/jbruchon/jdupes">Jdupes</a> can do please read the manual.</p> <p>If you want to know what else <a href="https://codeberg.org/jbruchon/jdupes">jdupes</a> can do please <a href="https://codeberg.org/jbruchon/jdupes#usage">read the usage manual</a>.</p>
</div> </div>
<div class="admonition tip"> <div class="admonition tip">
<p class="admonition-title">Tip</p> <p class="admonition-title">Tip</p>
<p>This process can take a long time and a pretty big hit on your resources depending on the size of your library. We did notice the first time can take longer than the second time, this may be due to some sort of caching behavior on disk.</p> <p>This process can put a significantly large load on your system resources for an extended period of time depending on the size of your library. As duplicates are discovered, and hardlinks are made, the process becomes more efficient - as linked and different-sized files are not repeatedly checked against eachother. This leads to subsequent runs potentially finishing faster.</p>
<p>To speed this process up <em>significantly</em> more, you can leverage a hash database. This will store information about the files, including their signatures, across runs of <code>jdupes</code> - vastly increasing the speed at which runs are finished.</p>
<p>Simply use the following additional option <em>BEFORE YOUR DIRECTORIES</em> with a path that is always available and persistent:</p>
<div class="highlight"><pre><span></span><code>-y &quot;/mnt/user/appdata/scripts/media_hash.db&quot;
</code></pre></div>
<ul> <ul>
<li>That's why we suggest doing it based on categories (Movies, TV, Music, etc).</li> <li>We don't suggest using <code>jdupes</code> on a cloud-based setup.</li>
<li>We don't suggest using this on a cloud-based setup.</li>
</ul> </ul>
</div> </div>
<p>The following is a basic usage template:</p>
<div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span><span class="o">[</span>options<span class="o">]</span><span class="w"> </span>DIR1<span class="w"> </span>DIR2 <div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span><span class="o">[</span>options<span class="o">]</span><span class="w"> </span>DIR1<span class="w"> </span>DIR2
</code></pre></div> </code></pre></div>
<p>Example: This will do a dry run and summarize at the end.</p> <p>The example below will do a dry run and summarize at the end.</p>
<div class="admonition info">
<p class="admonition-title">Folder paths should be adjusted to match your directory structure</p>
</div>
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="without-hash-database" name="__tabbed_1" type="radio" /><input id="with-hash-database" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="without-hash-database">Without Hash Database</label><label for="with-hash-database">With Hash Database</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rMX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span> <div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rMX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span>
</code></pre></div> </code></pre></div>
</div>
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rMX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span>-y<span class="w"> </span><span class="s2">&quot;/mnt/user/appdata/scripts/media_hash.db&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span>
</code></pre></div>
</div>
</div>
</div>
<hr />
<p>The example below will hard link all duplicate files without prompting.</p>
<div class="admonition info"> <div class="admonition info">
<p class="admonition-title">Folder paths should be changed to match what you're using in your setup</p> <p class="admonition-title">Folder paths should be adjusted to match your directory structure</p>
</div> </div>
<p>Example: This will hard link all duplicate files without prompting.</p> <div class="tabbed-set tabbed-alternate" data-tabs="2:2"><input checked="checked" id="without-hash-database_1" name="__tabbed_2" type="radio" /><input id="with-hash-database_1" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="without-hash-database_1">Without Hash Database</label><label for="with-hash-database_1">With Hash Database</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rLX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span> <div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rLX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span>
</code></pre></div> </code></pre></div>
<div class="admonition info"> </div>
<p class="admonition-title">Folder paths should be changed to match what you're using in your setup</p> <div class="tabbed-block">
<div class="highlight"><pre><span></span><code>jdupes<span class="w"> </span>-rLX<span class="w"> </span>onlyext:mp4,mkv,avi<span class="w"> </span>-y<span class="w"> </span><span class="s2">&quot;/mnt/user/appdata/scripts/media_hash.db&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/mnt/user/data/media/movies&quot;</span>
</code></pre></div>
</div>
</div>
</div> </div>
<hr /> <hr />
<div class="admonition bug"> <div class="admonition bug">
<p class="admonition-title">Windows allows a maximum of 1023 hard links per file</p> <p class="admonition-title">Windows only allows a maximum of 1023 hard links per file</p>
</div> </div>
<div class="admonition warning"> <div class="admonition warning">
<p class="admonition-title">The <code>-Q</code> or <code>--quick</code> option only reads each file once, hashes it, and performs comparisons based solely on the hashes. There is a small but significant risk of a hash collision which is the purpose of the failsafe byte-for-byte comparison that this option explicitly bypasses. Do not use it on ANY data set for which any amount of data loss is unacceptable. You have been warned!</p> <p class="admonition-title">The <code>-Q</code> or <code>--quick</code> option only reads each file once, hashes it, and performs comparisons based solely on the hashes. There is a small but significant risk of a hash collision which is the purpose of the failsafe byte-for-byte comparison that this option explicitly bypasses. Do not use it on ANY data set for which any amount of data loss is unacceptable. You have been warned!</p>
@ -3431,7 +3457,7 @@
<span class="md-icon" title="Last update"> <span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span> </span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 12, 2024 18:26:34</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 25, 2024 09:35:10</span>
</span> </span>

File diff suppressed because one or more lines are too long

@ -2,512 +2,512 @@
<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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Basic-Setup/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Port-Forwarding/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Port-Forwarding/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Using-Labels/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Using-Labels/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Plugins/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Tips/Plugins/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Thin-Client/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Tips/Thin-Client/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Unraid-Mover/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Tips/Unraid-Mover/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/Themes/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/Themes/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Guide-Sync/</loc> <loc>https://trash-guides.info/Guide-Sync/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/TrueNAS-Core/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/TrueNAS-Core/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Lidarr/</loc> <loc>https://trash-guides.info/Lidarr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/what-does-my-media-player-support/</loc> <loc>https://trash-guides.info/Plex/what-does-my-media-player-support/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/</loc> <loc>https://trash-guides.info/Prowlarr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc> <loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-limited-api/</loc> <loc>https://trash-guides.info/Prowlarr/prowlarr-setup-limited-api/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc> <loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/</loc> <loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/</loc> <loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/</loc> <loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles/</loc> <loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/How-to-setup-language-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Recyclarr/</loc> <loc>https://trash-guides.info/Recyclarr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs-sqp/</loc> <loc>https://trash-guides.info/Recyclarr/recyclarr-configs-sqp/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs/</loc> <loc>https://trash-guides.info/Recyclarr/recyclarr-configs/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1-4k/</loc> <loc>https://trash-guides.info/SQP/1-4k/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1/</loc> <loc>https://trash-guides.info/SQP/1/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/2/</loc> <loc>https://trash-guides.info/SQP/2/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/3/</loc> <loc>https://trash-guides.info/SQP/3/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/4/</loc> <loc>https://trash-guides.info/SQP/4/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/5/</loc> <loc>https://trash-guides.info/SQP/5/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/sonarr-v3-eol/</loc> <loc>https://trash-guides.info/Sonarr/sonarr-v3-eol/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Tips/How-to-setup-language-custom-formats/</loc> <loc>https://trash-guides.info/Sonarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</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>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/recyclarr-configs/</loc> <loc>https://trash-guides.info/recyclarr-configs/</loc>
<lastmod>2024-08-18</lastmod> <lastmod>2024-08-25</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.
Loading…
Cancel
Save