added Failure nodes and started working on ffmpeg metadata node

This commit is contained in:
John Andrews
2022-04-17 15:35:03 +12:00
parent b740894f99
commit e5f2489a43
47 changed files with 533 additions and 179 deletions

View File

@@ -16,6 +16,7 @@ namespace FileFlows.BasicNodes.Functions
public override int Inputs => 1;
public override FlowElementType Type => FlowElementType.Logic;
public override string Icon => "fas fa-code";
public override bool FailureNode => true;
public override string HelpUrl => "https://github.com/revenz/FileFlows/wiki/Function-Node";