Version 1.2.2: fixes, export in UI
[fanfix.git] / src / be / nikiroo / fanfix / bundles / ui.properties
1 # UI configuration options
2 #
3
4
5 # (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
6 # The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix)
7 CACHE_DIR_LOCAL_READER =
8 # (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
9 # The type of output for the Local Reader for non-images documents
10 NON_IMAGES_DOCUMENT_TYPE = HTML
11 # (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
12 # The type of output for the Local Reader for images documents
13 IMAGES_DOCUMENT_TYPE = CBZ
14 # (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
15 # The command launched for images documents -- default to the system default for the current file type
16 IMAGES_DOCUMENT_READER =
17 # (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
18 # The command launched for non images documents -- default to the system default for the current file type
19 NON_IMAGES_DOCUMENT_READER =
20 # (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb)
21 # The background colour if you don't want the default system one
22 BACKGROUND_COLOR = #FFFFFF