gui: allow 'all' and 'listing' for sources and authors
[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
edd46289 16# The command launched for images documents -- default to the system default for the current file type
ce788468 17# (FORMAT: STRING) A command to start
edd46289 18IMAGES_DOCUMENT_READER =
edd46289 19# The command launched for non images documents -- default to the system default for the current file type
ce788468 20# (FORMAT: STRING) A command to start
edd46289 21NON_IMAGES_DOCUMENT_READER =
b4dc6ab5 22# The background colour if you don't want the default system one
ce788468 23# (FORMAT: COLOR)
b4dc6ab5 24BACKGROUND_COLOR = #FFFFFF