# Other Settings
#    @kindle_bookmark       Determines whether to create a Kindle bookmark file or not.
#                           Acceptable values: true, false
#                           Recommended: true if you are using a Kindle, or false otherwise
#    @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_archives  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
#    @open_output_folder    If enabled, MangAI will try to open output_folder using your operating system's native file explorer upon completion of processing.
#                           Note that this feature is not available in all operating systems but should work for most of them.
#                           Acceptable values: true, false
#    @threads               Number of threads to use during processing.
#                           Acceptable values: auto, an integer greater than or equal to 1
#                           Recommended: auto (allows MangAI to determine the number of threads based on how many cpu cores it detects)
#    @check_free_space      If enabled, then MangAI will check disk free space before processing.
#                           Estimation of required free space is based on user settings and source size.
#                           If there is not enough free space, you are given a warning and asked if you would like to continue. This is useful since MangAI may quit unexpectedly if it runs out of space while processing.
#                           Acceptable values: true, false
#    @license               Location of license file.
#                           A license is required to use this program. You may request a free trial license when you launch the program, or you can purchase a full license from our website: http://www.bitcake.com
#                           For Linux systems, should be something like /path/to/mangai_full_license.lic or /path/to/mangai_trial_license.lic 
#                           For Windows systems, should be something like C:\\path\\to\\mangai_full_license_file.lic or C:\\path\\to\\mangai_trial_license_file.lic