mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-06 12:18:45 -06:00
FF-131 - filename pattern repalcer now in group "File"
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -209,7 +209,7 @@
|
||||
}
|
||||
},
|
||||
"PatternReplacer": {
|
||||
"Title": "Filename Pattern Replacer",
|
||||
"Label": "Filename Pattern Replacer",
|
||||
"Description": "Lets you make replacements in the filename. Can use regular expressions for replacements, or simple string replacements.\n\nOutput 1: Replacement done\nOutput 2: No replacement done",
|
||||
"Outputs": {
|
||||
"1": "Replacement done",
|
||||
|
||||
@@ -12,6 +12,8 @@ public class PatternReplacer : Node
|
||||
public override FlowElementType Type => FlowElementType.Process;
|
||||
public override string Icon => "fas fa-exchange-alt";
|
||||
|
||||
public string Group => "File";
|
||||
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/filename-pattern-replacer";
|
||||
|
||||
internal bool UnitTest = false;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Emby/Emby.csproj
BIN
Emby/Emby.csproj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Plex/Plex.csproj
BIN
Plex/Plex.csproj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user