Move default tmp dirs, fix BLANK handling
[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 LOCAL_READER_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 LOCAL_READER_IMAGES_DOCUMENT_TYPE = CBZ
14 # (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb)
15 # The background colour if you don't want the default system one
16 BACKGROUND_COLOR = #FFFFFF