mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Hardware Encoder',
|
||||
name: 'hardwareEncoder',
|
||||
type: 'string',
|
||||
defaultValue: 'hevc_nvenc',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Flow ID',
|
||||
name: 'flowId',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Flow ID',
|
||||
name: 'flowId',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -29,6 +30,7 @@ const details = ():IpluginDetails => ({
|
|||
tooltip: 'Specify flow ID to go to',
|
||||
},
|
||||
{
|
||||
label: 'Plugin ID',
|
||||
name: 'pluginId',
|
||||
type: 'string',
|
||||
defaultValue: 'start',
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faBell',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Arr',
|
||||
name: 'arr',
|
||||
type: 'string',
|
||||
defaultValue: 'radarr',
|
||||
|
|
@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify which arr to use',
|
||||
},
|
||||
{
|
||||
label: 'Arr API Key',
|
||||
name: 'arr_api_key',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -37,6 +39,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Input your arr api key here',
|
||||
},
|
||||
{
|
||||
label: 'Arr Host',
|
||||
name: 'arr_host',
|
||||
type: 'string',
|
||||
defaultValue: 'http://192.168.1.1:7878',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faClock',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Amount',
|
||||
name: 'amount',
|
||||
type: 'string',
|
||||
defaultValue: '1',
|
||||
|
|
@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify the amount of time to wait',
|
||||
},
|
||||
{
|
||||
label: 'Unit',
|
||||
name: 'unit',
|
||||
type: 'string',
|
||||
defaultValue: 'seconds',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Method',
|
||||
name: 'method',
|
||||
type: 'string',
|
||||
defaultValue: 'post',
|
||||
|
|
@ -34,6 +35,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify request method',
|
||||
},
|
||||
{
|
||||
label: 'Request URL',
|
||||
name: 'requestUrl',
|
||||
type: 'string',
|
||||
defaultValue: 'http://example.com',
|
||||
|
|
@ -43,6 +45,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify request URL',
|
||||
},
|
||||
{
|
||||
label: 'Request Headers',
|
||||
name: 'requestHeaders',
|
||||
type: 'string',
|
||||
defaultValue: `{
|
||||
|
|
@ -57,6 +60,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify request URL',
|
||||
},
|
||||
{
|
||||
label: 'Request Body',
|
||||
name: 'requestBody',
|
||||
type: 'string',
|
||||
defaultValue: `{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue