| 1 | # UI configuration options |
| 2 | # |
| 3 | |
| 4 | |
| 5 | # The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) |
| 6 | # (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator |
| 7 | CACHE_DIR_LOCAL_READER = |
| 8 | # The type of output for the GUI Reader for non-images documents |
| 9 | # (FORMAT: COMBO_LIST) One of the known output type |
| 10 | # ALLOWED VALUES: "INFO_TEXT" "EPUB" "HTML" "TEXT" |
| 11 | GUI_NON_IMAGES_DOCUMENT_TYPE = HTML |
| 12 | # The type of output for the GUI Reader for images documents |
| 13 | # (FORMAT: COMBO_LIST) |
| 14 | # ALLOWED VALUES: "CBZ" "HTML" |
| 15 | GUI_IMAGES_DOCUMENT_TYPE = CBZ |
| 16 | # Use the internal reader for images documents -- this is TRUE by default |
| 17 | # (FORMAT: BOOLEAN) |
| 18 | IMAGES_DOCUMENT_USE_INTERNAL_READER = |
| 19 | # The command launched for images documents -- default to the system default for the current file type |
| 20 | # (FORMAT: STRING) A command to start |
| 21 | IMAGES_DOCUMENT_READER = |
| 22 | # Use the internal reader for non images documents -- this is TRUE by default |
| 23 | # (FORMAT: BOOLEAN) |
| 24 | NON_IMAGES_DOCUMENT_USE_INTERNAL_READER = |
| 25 | # The command launched for non images documents -- default to the system default for the current file type |
| 26 | # (FORMAT: STRING) A command to start |
| 27 | NON_IMAGES_DOCUMENT_READER = |
| 28 | # The background colour if you don't want the default system one |
| 29 | # (FORMAT: COLOR) |
| 30 | BACKGROUND_COLOR = #FFFFFF |