<p>Now, using your favorite text 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>) edit the script you downloaded at the beginning of the guide (<ahref="#qbit-mover-script">HERE</a>).</p>
<p>You only need to change a few options at the top of the script.</p>
<li><code>days_from</code> => Set Number of Days to stop torrents <strong>from</strong> for the move.</li>
<li><code>days_to</code> => Set Number of Days to stop torrents <strong>to</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>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>
<divclass="admonition danger">
<pclass="admonition-title">If you have authentication enabled. Add <code>'</code> either side of your User/Password.</p>
</div>
<divclass="admonition warning">
<divclass="admonition warning">
<p>Depending on whether you use the unRaid <code>Mover Tuning</code> app, You might need to change <strong>line 68</strong>:</p>
<p>Depending on whether you use the unRaid <code>Mover Tuning</code> app, You might need to change <strong>line 77</strong>:</p>
<ul>
<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 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> but <strong>don't</strong> want to use it for the script, do not change <strong>line 68</strong></li>
@ -3715,16 +3692,17 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"executing script to pause torrents and run mover."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"executing script to pause torrents and run mover."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"qbittorrent-mover completed and resumed all paused torrents."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"qbittorrent-mover completed and resumed all paused torrents."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"executing script to pause torrents and run mover."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"executing script to pause torrents and run mover."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"qbittorrent-mover completed and resumed all paused torrents."</span>
<spanclass="w"></span><spanclass="nb">echo</span><spanclass="w"></span><spanclass="s2">"qbittorrent-mover completed and resumed all paused torrents."</span>
<p>Click the schedule dropdown to choose when the script should run. We want to select <code>Custom</code>.</p>
<p>Click the schedule dropdown to choose when the script should run. We want to select <code>Custom</code>.</p>
<p><aclass="glightbox"href="../images/Unraid-settings-user-scripts-qbit-mover-schedule.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Set Run Time"src="../images/Unraid-settings-user-scripts-qbit-mover-schedule.png"/></a></p>
<p><aclass="glightbox"href="../images/Unraid-settings-user-scripts-qbit-mover-schedule.png"data-type="image"data-width="100%"data-height="auto"data-desc-position="bottom"><imgalt="!Set Run Time"src="../images/Unraid-settings-user-scripts-qbit-mover-schedule.png"/></a></p>
@ -3772,7 +3757,7 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s