# UI configuration options # # The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) # (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator CACHE_DIR_LOCAL_READER = # The type of output for the GUI Reader for non-images documents # (FORMAT: COMBO_LIST) One of the known output type # ALLOWED VALUES: "INFO_TEXT" "EPUB" "HTML" "TEXT" GUI_NON_IMAGES_DOCUMENT_TYPE = HTML # The type of output for the GUI Reader for images documents # (FORMAT: COMBO_LIST) # ALLOWED VALUES: "CBZ" "HTML" GUI_IMAGES_DOCUMENT_TYPE = CBZ # The command launched for images documents -- default to the system default for the current file type # (FORMAT: STRING) A command to start IMAGES_DOCUMENT_READER = # The command launched for non images documents -- default to the system default for the current file type # (FORMAT: STRING) A command to start NON_IMAGES_DOCUMENT_READER = # The background colour if you don't want the default system one # (FORMAT: COLOR) BACKGROUND_COLOR = #FFFFFF # Show one item per source type when in ALL sources mode instead of one per story # (FORMAT: BOOLEAN) SOURCE_PAGE = false