Advertisement
dapiedude_

Step 4: Notify Success

Apr 19th, 2025
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.70 KB | None | 0 0
  1. {
  2.   "_id": "dDuhVb_7n",
  3.   "name": "Step 4: Notify Success",
  4.   "description": "Step 4: Notify Success",
  5.   "tags": "",
  6.   "flowPlugins": [
  7.     {
  8.       "name": "Is a TV file?",
  9.       "sourceRepo": "Community",
  10.       "pluginName": "checkFileNameIncludes",
  11.       "version": "2.0.0",
  12.       "id": "tiBn4bSsc",
  13.       "position": {
  14.         "x": 207.87318680787723,
  15.         "y": -62.746208925335075
  16.       },
  17.       "fpEnabled": true,
  18.       "inputsDB": {
  19.         "terms": "/tv/",
  20.         "includeFileDirectory": "true"
  21.       }
  22.     },
  23.     {
  24.       "name": "Is a Movie file?",
  25.       "sourceRepo": "Community",
  26.       "pluginName": "checkFileNameIncludes",
  27.       "version": "2.0.0",
  28.       "id": "eaq7EeEjk",
  29.       "position": {
  30.         "x": 304.44881567454763,
  31.         "y": 20.187514162280735
  32.       },
  33.       "fpEnabled": true,
  34.       "inputsDB": {
  35.         "terms": "/movies/",
  36.         "includeFileDirectory": "true"
  37.       }
  38.     },
  39.     {
  40.       "name": "Notify Radarr",
  41.       "sourceRepo": "Community",
  42.       "pluginName": "notifyRadarrOrSonarr",
  43.       "version": "2.0.0",
  44.       "id": "Sc2W2IDF6",
  45.       "position": {
  46.         "x": 305.7659821891182,
  47.         "y": 72.93439522776964
  48.       },
  49.       "fpEnabled": true,
  50.       "inputsDB": {
  51.         "arr_api_key": "RADARR_API_KEY",
  52.         "arr_host": "http://192.168.86.183:7878"
  53.       }
  54.     },
  55.     {
  56.       "name": "Notify Sonarr",
  57.       "sourceRepo": "Community",
  58.       "pluginName": "notifyRadarrOrSonarr",
  59.       "version": "2.0.0",
  60.       "id": "mQJzP_USK",
  61.       "position": {
  62.         "x": 128.9973673927376,
  63.         "y": 73.78777121092695
  64.       },
  65.       "fpEnabled": true,
  66.       "inputsDB": {
  67.         "arr": "sonarr",
  68.         "arr_api_key": "SONARR_API_KEY",
  69.         "arr_host": "http://192.168.86.183:8989"
  70.       }
  71.     },
  72.     {
  73.       "name": "Input File",
  74.       "sourceRepo": "Community",
  75.       "pluginName": "inputFile",
  76.       "version": "1.0.0",
  77.       "id": "KFFcjhpSf",
  78.       "position": {
  79.         "x": 207.56634628298482,
  80.         "y": -128.44078686758826
  81.       },
  82.       "fpEnabled": true
  83.     }
  84.   ],
  85.   "flowEdges": [
  86.     {
  87.       "source": "tiBn4bSsc",
  88.       "sourceHandle": "2",
  89.       "target": "eaq7EeEjk",
  90.       "targetHandle": null,
  91.       "id": "Y4flAZSDb"
  92.     },
  93.     {
  94.       "source": "eaq7EeEjk",
  95.       "sourceHandle": "1",
  96.       "target": "Sc2W2IDF6",
  97.       "targetHandle": null,
  98.       "id": "Nt763BDX3"
  99.     },
  100.     {
  101.       "source": "tiBn4bSsc",
  102.       "sourceHandle": "1",
  103.       "target": "mQJzP_USK",
  104.       "targetHandle": null,
  105.       "id": "UPOJ8GjjW"
  106.     },
  107.     {
  108.       "source": "KFFcjhpSf",
  109.       "sourceHandle": "1",
  110.       "target": "tiBn4bSsc",
  111.       "targetHandle": null,
  112.       "id": "85JI884Uu"
  113.     }
  114.   ]
  115. }
Tags: Tdarr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement