# 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
#    @zip                   Determines wheter to zip up each chapter of manga.
#                           Acceptable values: true, false
#    @zip_format            If you set @zip to 'true', determines what extension to use for the archived zip files.
#                           Acceptable values: .zip, .cbz
#    @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
#    @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.
#    @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