Files
FileFlowsPlugins/ComicNodes/ComicNodes.en.json
2022-08-10 15:37:07 +12:00

27 lines
918 B
JSON

{
"Flow": {
"Parts": {
"ComicConverter": {
"Outputs": {
"1": "Comic was converted and saved as temporary file",
"2": "Comic was already in desired format"
},
"Description": "Converts a comic to a different comic book format.\n\nSupports converting from CBZ, CBR, CB7, PDF, GZ, BZ2",
"Fields": {
"Format": "Format",
"Format-Help": "The format to convert the comic into"
}
},
"ComicExtractor": {
"Outputs": {
"1": "Comic was extracted"
},
"Description": "Extracts all files from a comic book format and saves them to them to a specific folder.\n\nSupports extracting CBZ, CBR, CB7, PDF, GZ, BZ2",
"Fields": {
"DestinationPath": "Destination Path",
"DestinationPath-Help": "The folder to save the extract comic book files to"
}
}
}
}
}