mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-14 03:38:56 -06:00
updated description in comic en.json
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("32d0e2ad-7617-4b52-bc39-338d2cfe468c");
|
||||
public string Name => "Apprise Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("d951a39e-4296-4801-ab41-4070b0789465");
|
||||
public string Name => "Audio Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
<Authors>John Andrews</Authors>
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace FileFlows.BasicNodes
|
||||
{
|
||||
public Guid Uid => new Guid("789b5213-4ca5-42da-816e-f2117f00cd16");
|
||||
public string Name => "Basic Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init() { }
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
<Authors>John Andrews</Authors>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("5ce1524c-5e7b-40ee-9fc1-2152181490f1");
|
||||
public string Name => "Checksum Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -7,7 +7,7 @@ public class Plugin : IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("e62e3b2e-5147-4732-92df-f6fbbdb3bb08");
|
||||
public string Name => "Collection Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
[Folder(1)]
|
||||
[Required]
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"Outputs": {
|
||||
"1": "Comic was extracted"
|
||||
},
|
||||
"Description": "Extracts all files from a comic book format and saves them to them to a specific folder",
|
||||
"Description": "Extracts all files from a comic book format and saves them to them to a specific folder.\n\nSupports converting from CBZ, CBR, CB7, PDF, GZ, BZ2",
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination Path",
|
||||
"DestinationPath-Help": "The folder to save the extract comic book files to"
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("3664da0a-b531-47b9-bdc8-e8368d9746ce");
|
||||
public string Name => "Comic Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("ebaea108-8783-46b2-a889-be0d79bc8ad6");
|
||||
public string Name => "Discord";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
<Authors>John Andrews</Authors>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("b5077522-4a31-4faa-b9a7-b409ecb9c01e");
|
||||
public string Name => "Email";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("51bdd442-6630-4c8c-b3a4-70a2d1c60309");
|
||||
public string Name => "Emby";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("3d8e13f2-819f-437f-b177-be40147c6e2b");
|
||||
public string Name => "Gotify Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("a6ddeee5-4c5a-46c5-80d5-e48552dd6a9b");
|
||||
public string Name => "Image Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -6,7 +6,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("ed1e2547-6f92-4bc8-ae49-fcd7c74e7e9c");
|
||||
public string Name => "Meta Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init() { }
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("d84fbd06-f0e3-4827-8de0-6b0ef20dd883");
|
||||
public string Name => "Music Nodes (Obsolete)";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
|
||||
@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("5be72267-7574-4ba9-a958-f3dda0d6c2dc");
|
||||
public string Name => "Plex";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("881b486b-4b38-4e66-b39e-fbc0fc9deee0");
|
||||
public string Name => "Video Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
<Authors>John Andrews</Authors>
|
||||
|
||||
@@ -7,7 +7,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("881b486b-4b38-4e66-b39e-fbc0fc9deee1");
|
||||
public string Name => "Video Nodes";
|
||||
public string MinimumVersion => "0.9.0.1487";
|
||||
public string MinimumVersion => "1.0.0.1864";
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<FileVersion>0.9.4.168</FileVersion>
|
||||
<ProductVersion>0.9.4.168</ProductVersion>
|
||||
<FileVersion>1.0.0.169</FileVersion>
|
||||
<ProductVersion>1.0.0.169</ProductVersion>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<Company>FileFlows</Company>
|
||||
<Authors>John Andrews</Authors>
|
||||
|
||||
Reference in New Issue
Block a user