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