<p>Edit the script with your favorite editor (<ahref="https://code.visualstudio.com/"rel="noopener noreferrer"target="_blank">VSCode</a>/<ahref="https://notepad-plus-plus.org/downloads/"rel="noopener noreferrer"target="_blank">Notepad++</a>) you downloaded at the beginning of the guide <ahref="#the-script">HERE</a>.</p>
<p>Edit the script with your favorite editor (<ahref="https://code.visualstudio.com/"rel="noopener noreferrer"target="_blank">VSCode</a>/<ahref="https://notepad-plus-plus.org/downloads/"rel="noopener noreferrer"target="_blank">Notepad++</a>) you downloaded at the beginning of the guide <ahref="#the-script">HERE</a>.</p>
<p>You only need to edit a few options in the script</p>
<p>You only need to edit a few options in the script</p>
<li><code>days</code> => Set Number of Days to stop torrents for the move.</li>
<li><code>days_from</code> => Set Number of Days to stop torrents <strong>from</strong> for the move.</li>
<li><code>qbt_host</code> => The URL you use to access qBittorrent locally. (<em>the</em><code>'</code><em>should remain</em>)</li>
<li><code>days_to</code> => Set Number of Days to stop torrents <strong>to</strong> for the move.</li>
<li><code>qbt_user</code> => Your used qBittorrent <code>User Name</code> if you have authentication enabled.</li>
<li><code>qbt_host</code> => The URL you use to access qBittorrent locally. (<em>the</em><code>"</code><em>should remain</em>)</li>
<li><code>qbt_pass</code> => Your used qBittorrent <code>Password</code> if you have authentication enabled.</li>
<li><code>qbt_user</code> => Your used qBittorrent <code>User Name</code> if you have authentication enabled. Add <code>'</code> either side.</li>
<li><code>qbt_pass</code> => Your used qBittorrent <code>Password</code> if you have authentication enabled. Add <code>'</code> either side.</li>
</ul>
</ul>
<divclass="admonition attention">
<divclass="admonition attention">
<p>If you don't use the unRaid <code>Mover Tuning</code> app, You might need to change <strong>line 54</strong> from <code>os.system('/usr/local/sbin/mover.old start')</code> to <code>os.system('/usr/local/sbin/mover start')</code></p>
<p>Depending on whether you use the unRaid <code>Mover Tuning</code> app, You might need to change <strong>line 68</strong>:</p>
<ul>
<li>If you do not use <code>Mover Tuning</code>, change <strong>line 68</strong> from <code>os.system('/usr/local/sbin/mover.old start')</code> to <code>os.system('/usr/local/sbin/mover start')</code></li>
<li>If you use <code>Mover Tuning</code> but <strong>don't</strong> want to use it for the script, do not change <strong>line 68</strong></li>
<li>If you use <code>Mover Tuning</code> and <strong>do</strong> want to use it for the script, change <strong>line 68</strong> from <code>os.system('/usr/local/sbin/mover.old start')</code> to <code>os.system('/usr/local/sbin/mover start')</code>. For this option, inside the <code>Mover Tuner</code> options you will also need to set <code>Move Now button follows plugin filters</code> to <code>Yes</code> and <code>Disable Mover running on a schedule</code> to <code>No</code>.</li>
</ul>
</div>
</div>
<h4id="copy-script-to-your-preferred-location">Copy script to your preferred location<aclass="headerlink"href="#copy-script-to-your-preferred-location"title="Permanent link"></a></h4>
<h4id="copy-script-to-your-preferred-location">Copy script to your preferred location<aclass="headerlink"href="#copy-script-to-your-preferred-location"title="Permanent link"></a></h4>
<p>Now it's time to place the script you just edited somewhere easy to access/remember.</p>
<p>Now it's time to place the script you just edited somewhere easy to access/remember.</p>