<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>
@ -3589,11 +3589,12 @@ deactivate<span class="w"> </span><span class="c1"># to leave the environment</s
<p>Replace <code>/mnt/user/data/scripts/</code> in the script with the path you have chosen for the Python script.</p>
</div>
<ul>
<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>host</code> => The URL you use to access qBittorrent locally.</li>
<li><code>user</code> => Your used qBittorrent <code>User Name</code> if you have authentication enabled.</li>
<li><code>password</code> => Your used qBittorrent <code>Password</code> if you have authentication enabled.</li>
<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>--host</code> => Replace ip with your unraid server ip, replace port with your webgui port you use to access the webgui.</li>
<li><code>--user</code> => Your used qBittorrent <code>User Name</code> if you have authentication enabled.</li>
<li><code>--password</code> => Your used qBittorrent <code>Password</code> if you have authentication enabled.</li>
<li><code>--cache-mount</code> => 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>
<h3id="language-prefer-x-but-ill-take-y">Language: Prefer X but i'll take Y<aclass="headerlink"href="#language-prefer-x-but-ill-take-y"title="Permanent link"></a></h3>
<p><sub><sub>Language: Not Original or German</sub>
<sub><sub>Language: Prefer German</sub></p>
<p><sub><sub>Language: Not Original or German<br>
Language: Prefer German</sub></p>
<p>Let's say you want German, but if German is not available then fall back to Original language but don't accept any other translated languages.</p>
<divclass="admonition info">
<pclass="admonition-title">For languages other than German, replace the German condition with language of your choice.</p>
@ -3698,6 +3754,10 @@
<spanclass="p">}</span>
</code></pre></div>
</details>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>Don't forget to take a look at <ahref="/Radarr/Tips/How-to-setup-language-custom-formats/#language-special-cases">Language Special Cases</a></p>
</div>
<hr/>
<h3id="language-prefer-language-x">Language: Prefer Language X<aclass="headerlink"href="#language-prefer-language-x"title="Permanent link"></a></h3>
<p><sub><sub>Language: Prefer German</sub></p>
@ -3730,6 +3790,10 @@
<spanclass="p">}</span>
</code></pre></div>
</details>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>Don't forget to take a look at <ahref="/Radarr/Tips/How-to-setup-language-custom-formats/#language-special-cases">Language Special Cases</a></p>
</div>
<hr/>
<h3id="language-prefer-multi-language">Language: Prefer Multi Language<aclass="headerlink"href="#language-prefer-multi-language"title="Permanent link"></a></h3>
<p><sub><sub>Language: Prefer Dutch</sub></p>
@ -3774,6 +3838,61 @@
</code></pre></div>
</details>
<hr/>
<h2id="language-special-cases">Language Special Cases<aclass="headerlink"href="#language-special-cases"title="Permanent link"></a></h2>
<p>Here we will add special cases that often are related to specific languages.
example: German Dual Language and/or Multi-language releases</p>
<divclass="admonition info">
<pclass="admonition-title">In general, Dual/Multi in a release title stands for original language (<em>movies/show original language</em>) + foreign language(s). Which audio track is used for the first track isn't always known based solely on the naming.</p>
</div>
<h3id="language-german-original">Language: German + Original<aclass="headerlink"href="#language-german-original"title="Permanent link"></a></h3>
<p>This Custom Format can be used in two ways:</p>
<ul>
<li>If you <strong>DON'T WANT</strong> your media file to have a German audio track included, add this Custom Format with a score of <code>-10000</code>.</li>
<li>If you <strong>PREFER</strong> your media file to have a German audio track included, add this Custom Format with a positive score.</li>
</ul>
<p><sub><sub>Language: German Dual Language</sub></p>
<spanclass="w"></span><spanclass="nt">"trash_description"</span><spanclass="p">:</span><spanclass="w"></span><spanclass="s2">"Language: German Dual and Multi language releases"</span><spanclass="p">,</span>
<spanclass="w"></span><spanclass="nt">"name"</span><spanclass="p">:</span><spanclass="w"></span><spanclass="s2">"Language: German + Original"</span><spanclass="p">,</span>
<h3id="language-prefer-x-but-ill-take-y">Language: Prefer X but i'll take Y<aclass="headerlink"href="#language-prefer-x-but-ill-take-y"title="Permanent link"></a></h3>
<p><sub><sub>Language: Not Original or German</sub>
<sub><sub>Language: Prefer German</sub></p>
<p><sub><sub>Language: Not Original or German<br>
Language: Prefer German</sub></p>
<p>Let's say you want German, but if German is not available then fall back to Original language but don't accept any other translated languages.</p>
<divclass="admonition info">
<pclass="admonition-title">For languages other than German, replace the German condition with language of your choice.</p>
@ -3699,6 +3755,10 @@
<spanclass="p">}</span>
</code></pre></div>
</details>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>Don't forget to take a look at <ahref="/Radarr/Tips/How-to-setup-language-custom-formats/#language-special-cases">Language Special Cases</a></p>
</div>
<hr/>
<h3id="language-prefer-language-x">Language: Prefer Language X<aclass="headerlink"href="#language-prefer-language-x"title="Permanent link"></a></h3>
<p><sub><sub>Language: Prefer German</sub></p>
@ -3731,6 +3791,10 @@
<spanclass="p">}</span>
</code></pre></div>
</details>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>Don't forget to take a look at <ahref="/Radarr/Tips/How-to-setup-language-custom-formats/#language-special-cases">Language Special Cases</a></p>
</div>
<hr/>
<h3id="language-prefer-multi-language">Language: Prefer Multi Language<aclass="headerlink"href="#language-prefer-multi-language"title="Permanent link"></a></h3>
<p><sub><sub>Language: Prefer Dutch</sub></p>
@ -3775,6 +3839,61 @@
</code></pre></div>
</details>
<hr/>
<h2id="language-special-cases">Language Special Cases<aclass="headerlink"href="#language-special-cases"title="Permanent link"></a></h2>
<p>Here we will add special cases that often are related to specific languages.
example: German Dual Language and/or Multi-language releases</p>
<divclass="admonition info">
<pclass="admonition-title">In general, Dual/Multi in a release title stands for original language (<em>movies/show original language</em>) + foreign language(s). Which audio track is used for the first track isn't always known based solely on the naming.</p>
</div>
<h3id="language-german-original">Language: German + Original<aclass="headerlink"href="#language-german-original"title="Permanent link"></a></h3>
<p>This Custom Format can be used in two ways:</p>
<ul>
<li>If you <strong>DON'T WANT</strong> your media file to have a German audio track included, add this Custom Format with a score of <code>-10000</code>.</li>
<li>If you <strong>PREFER</strong> your media file to have a German audio track included, add this Custom Format with a positive score.</li>
</ul>
<p><sub><sub>Language: German Dual Language</sub></p>
<spanclass="w"></span><spanclass="nt">"trash_description"</span><spanclass="p">:</span><spanclass="w"></span><spanclass="s2">"Language: German Dual and Multi language releases"</span><spanclass="p">,</span>
<spanclass="w"></span><spanclass="nt">"name"</span><spanclass="p">:</span><spanclass="w"></span><spanclass="s2">"Language: German + Original"</span><spanclass="p">,</span>