From 02c370c092ae891c3721dcab4f3e8a15d76f8ac7 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Fri, 17 Nov 2023 08:32:15 +0000 Subject: [PATCH] Apply auto-build changes --- .../video/libraryBasicVideoOrAudioSettings.js | 49 +++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js b/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js index 6d84586..df1b360 100644 --- a/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js +++ b/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js @@ -26,8 +26,8 @@ var details = function () { return ({ version: '1.0.0', id: 'jiZxqk6Mn', position: { - x: 718.6406249999999, - y: 385.25, + x: 596.6254413959128, + y: 400.40716566510395, }, }, { @@ -38,7 +38,43 @@ var details = function () { return ({ 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\n file to an output directory and delete the original file then connect the 'Basic Video or Audio\n Settings' plugin to the 'Move To Directory'", + sourceRepo: 'Community', + pluginName: 'comment', + version: '1.0.0', + id: 'CuLcKZmvH', + position: { + x: 934.0854796674475, + y: 187.65496806885437, }, }, ], @@ -57,6 +93,13 @@ var details = function () { return ({ targetHandle: null, id: 'CNPsr76ct', }, + { + source: 'paWDXnDMV', + sourceHandle: '1', + target: 'GFVi2TyC5', + targetHandle: null, + id: 'f2s4CS2H5', + }, ], }); }; exports.details = details;