From e83241df2b6b6d04681d083b2758b7d1378ef64e Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 10 Jul 2022 10:08:34 +0000 Subject: [PATCH] Deployed ed23ef69 with MkDocs version: 1.3.0 --- .../index.html | 53 +++--- search/search_index.json | 2 +- sitemap.xml | 156 +++++++++--------- sitemap.xml.gz | Bin 961 -> 960 bytes 4 files changed, 111 insertions(+), 100 deletions(-) diff --git a/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/index.html b/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/index.html index 709e396e7..65d3f5c82 100644 --- a/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/index.html +++ b/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/index.html @@ -2340,35 +2340,42 @@

Install the following Plugins.


Setup

After you installed the needed Plugins it's time to configure everything.

qBit API

The script needs the qBit API to work, so we need to make sure it's installed when your unRaid server is booted or when the Array is started the first time.

+

You can choose from the following 2 options how you want to install it, depending what you preferce.

+

User scripts

With this option we're going to install the qBit API when the Array is started the first time.

Go to your unRaid Dashboard to your settings tab and select in the User Utilities at the bottom the new plugin you installed User Scripts.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

User Scripts

Select at the bottom ADD NEW SCRIPT.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

Add New Script

A popup will appear where you can give it a name, for this example we're going to use Install qBittorrent API and then click on OK.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

Install qBittorrent API

Click in the list on the cogwheel of the new user scrip you made.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

Select user script

Copy/Paste in the new windows that opens the following bash command followed by SAVE CHANGES.

@@ -2376,28 +2383,29 @@ pip install qbittorrent-api
-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

Bash script

Select in the schedule list when the script should run, and choose At First Array Start Only.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

Set Run Time

Click on RUN IN BACKGROUND or restart your unRaid server so the qBit API is installed.

-Example - [CLICK TO EXPAND] +Screenshot Example - [CLICK TO EXPAND]

RUN IN BACKGROUND


Go File

With this option we're going to install the qBit API when the unRaid server is started.

-

On your USB stick/key go to /boot/config and open the go file in your favorite editor and copy/paste the following command.

+

On your USB stick/key go to /boot/config and open the go file with your favorite editor (VSCode/Notepad++) and copy/paste the following command.

pip install qbittorrent-api
 

Restart your unRaid Server, or run the above command from the terminal.


Script

+

Edit the script with your favorite editor (VSCode/Notepad++) you downloaded at the beginning of the guide HERE.

You only need to edit a few options in the script

# --DEFINE VARIABLES--#
 # Set Number of Days to stop torrents for the move
@@ -2409,7 +2417,7 @@ pip install qbittorrent-api
 
@@ -2417,7 +2425,7 @@ pip install qbittorrent-api

If you don't use the unRaid Mover Tuning app, You might need to change line 54 from os.system('/usr/local/sbin/mover.old start') to os.system('/usr/local/sbin/mover start')

Copy script to your preferred location

-

Now it's time to place the script somewhere easy to access/remember.

+

Now it's time to place the script you just edited somewhere easy to access/remember.

Suggestions: