Plex automatic QBittorent throttler — n8n ワークフロー
概要
Have you ever wanted to throttle Plex when connecting remotely to your server? Well here is the script for you! The instructions to deploy are below:
You will need: A plex server with Plex Pass (for webhooks) n8n running locally (either in docker on via the desktop app) Qbittorent with WebUI enabled
Begin by installing n8n by visiting n8n.io. You can install the desktop version or the docker version, whichever works best for your but I'm doing this on my desktop version of n8n. Copy the code
使用ノード
HTTP Request
ワークフロープレビュー
⚡
W
Webhook
S
Switch
R
Resume
C
Check if Local
P
Play
D
Don't Do Anything
P
Pause
S
Stop
Get QB Cookie
Get QB Cookie1
G
Global Variables
Check Throttle State
C
Check if Throttled
D
Do Nothing
Check Throttle State2
C
Check if Throttled1
D
Do Nothing1
T
Throttle Connection
R
Resume Downloads
Disable Throttle
Enable Throttle
21 nodes22 edges
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 21 個のノードを流れます, connecting httprequest, if, set。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (21)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
plex-automatic-qbittorent-throttlerファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Plex automatic QBittorent throttler", "nodes": [...], ...}
インテグレーション
httprequestifsetswitchwebhook
作成者
Angel Menendez
@djangelic
タグ
httprequestifsetswitchwebhook