mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update basic flow template
This commit is contained in:
parent
2c070349d9
commit
d736fd5b99
1 changed files with 46 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ const details = () :IflowTemplate => ({
|
|||
version: '1.0.0',
|
||||
id: 'jiZxqk6Mn',
|
||||
position: {
|
||||
x: 718.6406249999999,
|
||||
y: 385.25,
|
||||
x: 596.6254413959128,
|
||||
y: 400.40716566510395,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -39,7 +39,43 @@ const details = () :IflowTemplate => ({
|
|||
id: '1Ic5EqipX',
|
||||
position: {
|
||||
x: 718.640625,
|
||||
y: 255.75,
|
||||
y: 256.50785828325525,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Delete Original File',
|
||||
sourceRepo: 'Community',
|
||||
pluginName: 'deleteFile',
|
||||
version: '1.0.0',
|
||||
id: 'GFVi2TyC5',
|
||||
position: {
|
||||
x: 1023.512757091562,
|
||||
y: 507.4711636025485,
|
||||
},
|
||||
inputsDB: {
|
||||
fileToDelete: 'originalFile',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Move To Directory',
|
||||
sourceRepo: 'Community',
|
||||
pluginName: 'moveToDirectory',
|
||||
version: '2.0.0',
|
||||
id: 'paWDXnDMV',
|
||||
position: {
|
||||
x: 831.7746114279963,
|
||||
y: 397.5817125305445,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "By default this flow will replace the original file. If you'd like to move the file to an output directory and delete the original file then connect the 'Basic Video or Audio Settings' plugin to the 'Move To Directory'",
|
||||
sourceRepo: 'Community',
|
||||
pluginName: 'comment',
|
||||
version: '1.0.0',
|
||||
id: 'CuLcKZmvH',
|
||||
position: {
|
||||
x: 934.0854796674475,
|
||||
y: 187.65496806885437,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
@ -58,6 +94,13 @@ const details = () :IflowTemplate => ({
|
|||
targetHandle: null,
|
||||
id: 'CNPsr76ct',
|
||||
},
|
||||
{
|
||||
source: 'paWDXnDMV',
|
||||
sourceHandle: '1',
|
||||
target: 'GFVi2TyC5',
|
||||
targetHandle: null,
|
||||
id: 'f2s4CS2H5',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue