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;