<p>Depending on whether you use the unRaid <code>Mover Tuning</code> app, You might need to change <strong>line 94</strong>:</p>
<ul>
<li>If you do not use <code>Mover Tuning</code>, change <strong>line 94</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 94</strong></li>
<li>If you use <code>Mover Tuning</code> and <strong>do</strong> want to use it for the script, change <strong>line 94</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>
<h4id="copy-the-script-to-your-preferred-location">Copy the script to your preferred location<aclass="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>Suggestions:</p>
@ -3659,13 +3651,16 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<p>Click on the cogwheel of the new script in the list.</p>
<p><aclass="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"><imgalt="!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>
<divclass="admonition info">
<pclass="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>
<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">"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>
<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>After changing to <code>Custom</code> you will get an extra text field on the right where you can set your schedule (cron).</p>
@ -3732,7 +3728,7 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s