Plex automatic QBittorent throttler — n8n ワークフロー

複雑度🔗 Webhook21個のノード🏷️ Miscellaneous👁 1,297回閲覧作成者:Angel Menendez

概要

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. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 21 個のノードを流れます, connecting httprequest, if, set。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (21)

HT

HTTP Request

httpRequest

#1

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした plex-automatic-qbittorent-throttler ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Plex automatic QBittorent throttler", "nodes": [...], ...}

インテグレーション

httprequestifsetswitchwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード21
複雑度high
トリガーwebhook
閲覧数1,297
カテゴリMiscellaneous

作成者

Angel Menendez

Angel Menendez

@djangelic

タグ

httprequestifsetswitchwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows