# keys: ConvertManga
#    @pdf                   Determines whether to create a pdf out of each chapter of manga.
#                           Acceptable values: true, false
#                           Recommended: true (I think the Kindle DX handles pdfs much better/faster than images)
#    @pdf_r_to_l            If this is turned on then the ordering of the pdf pages (and binding, if enabled) will be from right to left (just like a real manga book).
#                           Acceptable values: true, false
#    @archive               Determines wheter to create an archive of each chapter of manga.
#                           Acceptable values: true, false
#    @archive_format        If you set @archive to 'true', determines what extension to use for the archived files.
#                           Acceptable values: .zip, .cbz, .rar, .cbr
#    @epub                  Determines wheter to create a epub out of each chapter of manga.
#                           Acceptable values: true, false
#    @epub_r_to_l           If this is turned on then the ordering of the epub pages (and binding, if enabled) will be from right to left (just like a real manga book).
#                           Acceptable values: true, false
#    @auto_bind             Determines whether to use auto binding, which will automatically bind auto_bind_size # of folders into bindings.
#                           Note that if there is a bind.txt file present, the program will use that instead, even if auto_bind is turned on.
#                           Acceptable values: true, false
#    @auto_bind_size        Number of folders to use when auto binding.
#                           Acceptable values: Any integer greater than 1
#    @auto_split_portrait_scans     If enabled then Canti will attempt to automatically split portrait scans that contain two pages into separate images.
#                                   Canti will try to only split two-page portrait scans where the two pages don't form one giant image.
#                                   Acceptable values: true, false
#    @auto_split_r_first            If you enabled @auto_split_portrait_scans, then this value determines if the right side of the image should come before the left side.
#                                   Acceptable values: true, false
#                                   Recommended: true for manga and other right-to-left books, or false otherwise
#    @allow_auto_split_color_scans  If you enabled @auto_split_portrait_scans, then this value will determine whether Canti will allow or ignore splitting color scans (and so potentially only split grayscale scans)
#                                   This is useful since two-page portrait color scans in manga usually form one big image, but Canti may detect the bind break between the two pages and split them anyway.
#                                   Acceptable values: true, false
#                                   Recommended: true for manga that is mostly grayscale, false for full color manga or western comics
#    @page_filename_length  The number of digits to use when renaming pages.
#                           Recommended: 4
#    @output_base_folder    Location for output of processed manga. This value is used if the user does not specify -output_folder at runtime.
#                           If the value is set to "default", then the output_base_folder will be: one directory up from -parent_folder/OUT/
#                           If this value is set to [path to output base folder], then the output_base_folder will be: [path to output base folder]/[manga title]/
#                           Acceptable values: default, [path to output base folder]
#                           For Linux systems, [path to output base folder] should be something like /home/[username]/Manga/IPAD/
#                           For Windows systems, [path to output base folder] should be something like C:\\Manga\\IPAD\\
#                           Note that [path to output base folder] cannot contain any spaces. If you include spaces they will be replaced by underscores.
#    @archive_input_image_folders   If enabled then any input image folder will be archived (using @archive_format) and then the folder will be deleted.
#                                   This is useful if you have a large collection of image folders and wish to simplify your file structure (reduces thousands of images to a collection of archives).
#                                   Acceptable values: true, false
#    @unarchive_input_image_folders If enabled then any input image archive will be unarchived to a folder and then the archive will be deleted.
#                                   This value supersedes @archive_input_image_folders and is useful if you need to test individual images within an archive collection.
#                                   Acceptable values: true, false
#    @del_output_image_folders      Determines whether to delete the processed image folders from the output folder once processing is done.
#                                   Output image folders are usually saved in case you have to process your manga again (it saves you time by not reprocessing already processed images).
#                                   Note that deletion of output folders can only be enabled if you also turn on zip (the zip files will be used to restore the image folders if you choose to reprocess your manga).
#                                   Acceptable values: true, false