mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 06:09:31 -06:00
27 lines
918 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |