From d736fd5b996fb91fc2a1d9fc7f281cf57381dc92 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:27:52 +0000 Subject: [PATCH] Update basic flow template --- .../video/libraryBasicVideoOrAudioSettings.ts | 49 +++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.ts b/FlowPluginsTs/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.ts index 605afe7..da11965 100644 --- a/FlowPluginsTs/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.ts +++ b/FlowPluginsTs/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.ts @@ -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', + }, ], });