Deployed c2278e10 with MkDocs version: 1.6.0

gh-pages
4 months ago
parent c9dd78e04a
commit 0483d6e174

@ -3530,7 +3530,7 @@
<h1 id="unraid-mover-and-qbittorrent">unRAID Mover and qBittorrent<a class="headerlink" href="#unraid-mover-and-qbittorrent" title="Permanent link"></a></h1>
<p>When you make use of the unRAID cache drive for your <code>/data/torrents</code> share, and the torrents in qBittorrent are still seeding, the mover can't move files since they are still in use.</p>
<p>Using the following instructions will allow you to move the files with the use of the qBittorrent API.</p>
<p>Using the following instructions will allow you to move the files using the qBittorrent API.</p>
<div class="admonition abstract">
<p class="admonition-title">Workflow Rules</p>
<ol>
@ -3558,7 +3558,12 @@
<p>Install the following Plugins.</p>
<ul>
<li>User Scripts</li>
<li>NerdTools - python3 <sup>(<em>1</em>)</sup> - python-setuptools <sup>(<em>1</em>)</sup> - python-pip <sup>(<em>1</em>)</sup></li>
<li>NerdTools<ul>
<li>python3 <sup>(<em>1</em>)</sup></li>
<li>python-setuptools <sup>(<em>1</em>)</sup></li>
<li>python-pip <sup>(<em>1</em>)</sup></li>
</ul>
</li>
</ul>
<div class="admonition info">
<p class="admonition-title"><sup>(<em>1</em>)</sup> These need to be installed from NerdTools.</p>
@ -3598,7 +3603,7 @@ pip3<span class="w"> </span>install<span class="w"> </span>qbittorrent-api
<p>First, you need to choose a location to start a new Python environment.</p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>In the next steps, you will be asked to choose a <a href="#copy-the-script-to-your-preferred-location">location to store the script</a>, try to be consistent.</p>
<p>In the next steps, you will be asked to choose a <a href="#copy-the-script-to-your-preferred-location">location to store the script</a>; please try to be consistent.</p>
</div>
<p>Suggestions:</p>
<ul>
@ -3631,7 +3636,7 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<hr />
<h3 id="script">Script<a class="headerlink" href="#script" title="Permanent link"></a></h3>
<h4 id="copy-the-script-to-your-preferred-location">Copy the script to your preferred location<a class="headerlink" href="#copy-the-script-to-your-preferred-location" title="Permanent link"></a></h4>
<p>Place the script you just edited somewhere easy to access/remember.</p>
<p>Place the qBit-Mover script somewhere easy to access/remember.</p>
<p>Suggestions:</p>
<ul>
<li><code>/mnt/user/appdata/qbittorrent/scripts/mover.py</code></li>
@ -3649,7 +3654,7 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<p><a class="glightbox" href="../images/Unraid-settings-user-scripts-list-select-qbit-mover.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="!Select user script" src="../images/Unraid-settings-user-scripts-list-select-qbit-mover.png" /></a></p>
<p>Choose your method (select a tab) and copy/paste the script in the new window that opens, then click <code>SAVE CHANGES</code>.</p>
<div class="admonition info">
<p class="admonition-title">replace <code>ip</code> with your unraid server ip, replace <code>port</code> with your webgui port you use to access the webgui</p>
<p class="admonition-title">replace <code>ip</code> with your unraid server ip, replace <code>port</code> with your qBittorrent WebGUI port you use to access the qBittorrent WebGUI</p>
</div>
<div class="tabbed-set tabbed-alternate" data-tabs="2:2"><input checked="checked" id="python-native" name="__tabbed_2" type="radio" /><input id="python-venv_1" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="python-native">Python (Native)</label><label for="python-venv_1">Python (venv)</label></div>
<div class="tabbed-content">
@ -3675,16 +3680,15 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
</div>
</div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Replace <code>/mnt/user/data/scripts/</code> in the script with the path you have chosen for the Python script.</p>
<p class="admonition-title">Replace <code>/mnt/user/data/scripts/</code> in the script with the path you have chosen for the Python script (qBit-Mover script).</p>
</div>
<ul>
<li><code>--days_from</code> =&gt; Set Number of Days to stop torrents <strong>from</strong> for the move.</li>
<li><code>--days_to</code> =&gt; Set Number of Days to stop torrents <strong>to</strong> for the move.</li>
<li><code>--host</code> =&gt; Replace ip with your unraid server ip, replace port with your webgui port you use to access the webgui.</li>
<li><code>--host</code> =&gt; Replace ip with your unraid server ip, and replace <code>port</code> with your qBittorrent WebGUI port you use to access the qBittorrent WebGUI.</li>
<li><code>--user</code> =&gt; Your used qBittorrent <code>User Name</code> if you have authentication enabled.</li>
<li><code>--password</code> =&gt; Your used qBittorrent <code>Password</code> if you have authentication enabled.</li>
<li><code>--cache-mount</code> =&gt; Cache mount point in Unraid. This is used to additionally filter for only torrents that exists on the cache mount. Use this option ONLY if you follow TRaSH Guides folder structure. (For default cache drive set this to <code>/mnt/cache</code>)</li>
<li><code>--cache-mount</code> =&gt; Cache mount point in Unraid. This is used to additionally filter for only torrents that exist on the cache mount. Use this option ONLY if you follow the TRaSH Guides folder structure. (For default cache drive set this to <code>/mnt/cache</code>)</li>
</ul>
<!--- ![!Bash script](images/Unraid-settings-user-scripts-qbit-mover.png)-->
@ -3729,7 +3733,7 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<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>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">May 15, 2024 18:28:38</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 12, 2024 18:27:08</span>
</span>

@ -3361,8 +3361,7 @@
<h1 id="replace-copies-with-hardlinks">Replace copies with hardlinks<a class="headerlink" href="#replace-copies-with-hardlinks" title="Permanent link"></a></h1>
<p>You recently switched to a proper setup that supports Hardlinks and Instant Moves (Atomic-Moves).</p>
<p>And you would like to replace copies with hardlinks ?</p>
<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>If your Operating System supports it you could make use of <a href="https://codeberg.org/jbruchon/jdupes">Jdupes</a>.</p>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link"></a></h2>
<div class="admonition info">
@ -3373,24 +3372,30 @@
<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>
<ul>
<li>That's why we suggest doing it based on categories (Movies, TV, Music etc).</li>
<li>That's why we suggest doing it based on categories (Movies, TV, Music, etc).</li>
<li>We don't suggest using this on a cloud-based setup.</li>
</ul>
</div>
<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>
<p>This will do a dry run and summarize at the end.</p>
<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;/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/data/media/movies&quot;</span>
<p>Example: This will do a dry run and summarize at the end.</p>
<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>
<p>This will hard link all duplicate files without prompting.</p>
<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;/data/torrents/movies/&quot;</span><span class="w"> </span><span class="s2">&quot;/data/media/movies&quot;</span>
<div class="admonition info">
<p class="admonition-title">Folder paths should be changed to match what you're using in your setup</p>
</div>
<p>Example: This will hard link all duplicate files without prompting.</p>
<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>
<div class="admonition info">
<p class="admonition-title">Folder paths should be changed to match what you're using in your setup</p>
</div>
<hr />
<div class="admonition bug">
<p>Windows allows a maximum of 1023 hard links per file</p>
<p class="admonition-title">Windows allows a maximum of 1023 hard links per file</p>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>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>
</div>
<!-- BEGIN INCLUDE ../../includes/support.md -->
<!-- markdownlint-disable MD041-->
@ -3426,7 +3431,7 @@
<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>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">June 27, 2024 22:11:19</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 12, 2024 18:26:34</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">
<url>
<loc>https://trash-guides.info/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/thnx/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/scripts/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Basic-Setup/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Port-Forwarding/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Using-Labels/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Plugins/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Thin-Client/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Tips/Unraid-Mover/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/Themes/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Guide-Sync/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Examples/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/TrueNAS-Core/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Lidarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/x265-4k/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/what-does-my-media-player-support/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/profiles/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-flaresolverr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-limited-api/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Prowlarr/prowlarr-setup-proxy/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/radarr-setup-quality-profiles/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs-sqp/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Recyclarr/recyclarr-configs/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/1-4k/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/1/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/2/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/3/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/4/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/5/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-how-to-update-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-import-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/sonarr-v3-eol/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/How-to-setup-language-custom-formats/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/recyclarr-configs/</loc>
<lastmod>2024-08-08</lastmod>
<lastmod>2024-08-12</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.
Loading…
Cancel
Save