Update to nnikiroo-utils-1.5.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / ui.properties
1 # UI configuration options
2 #
3
4
5 # The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig 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 Local Reader for non-images documents
9 # (FORMAT: COMBO_LIST) One of the known output type
10 # ALLOWED VALUES: "HTML" "CBZ"
11 NON_IMAGES_DOCUMENT_TYPE = HTML
12 # The type of output for the Local Reader for images documents
13 # (FORMAT: COMBO_LIST)
14 # ALLOWED VALUES: "HTML" "CBZ"
15 IMAGES_DOCUMENT_TYPE = CBZ
16 # The command launched for images documents -- default to the system default for the current file type
17 # (FORMAT: STRING) A command to start
18 IMAGES_DOCUMENT_READER =
19 # The command launched for non images documents -- default to the system default for the current file type
20 # (FORMAT: STRING) A command to start
21 NON_IMAGES_DOCUMENT_READER =
22 # The background colour if you don't want the default system one
23 # (FORMAT: COLOR)
24 BACKGROUND_COLOR = #FFFFFF