# Output Settings
#    @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 whether 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 whether 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).
#                        This also affects mobi page ordering since mobi are created from epub.
#                        Acceptable values: true, false
#    @mobi               Determines whether to create a mobi out of each chapter of manga.
#                        Creation of mobi files requires KindleGen to be installed on your computer. See readme for details on setting up KindleGen.
#                        Acceptable values: true, false
#    @auto_bind          Determines whether to use auto binding, which will automatically bind 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.
#                        If set to "auto" then the binds will be determined automatically based on interpreted volume information.
#                        Acceptable values: auto, any integer greater than 1
#    @auto_bind_false_volumes        If @auto_bind is enabled and @auto_bind_size is set to auto, then this determines whether chapters without volume information should be bound.
#                                    A fake volume binding will be created for each grouping of chapters without volume info where the chapters are within 1 number distance of each other (for example, c5, c6, c6.5, c7, c8).
#                                    Fake volumes names start with "A" and increment to "B", "C", etc.
#                                    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
#    @page_filename_length  The number of digits to use when renaming pages.
#                           Acceptable values: an integer greater than or equal to 1
#                           Recommended: 6
#    @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 -source/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.
#    @output_prefix         Prefix placed before every output publication filename.
#                           Leave blank if you don't want to use a prefix.
#                           Supported shorthand:
#                             [title] - manga series title specified by user at runtime
#                           Examples:
#                             If set to "[title]~", output files will look something like "School_Rumble~School_Rumble_-_v1_c1-10.cbz".