X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fui.properties;h=dbb1bb8b8a3fcd243b23474c2a2683b47294ab74;hb=27f3b37ff1bb4b7eed69b44e0ccd7b23380dcf44;hp=8c7428d7ed4cad8ac7b3e3577c98ae3ee98e4510;hpb=edd4628984f5f06e955606651fc828ac839f7f43;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/bundles/ui.properties b/src/be/nikiroo/fanfix/bundles/ui.properties index 8c7428d..dbb1bb8 100644 --- a/src/be/nikiroo/fanfix/bundles/ui.properties +++ b/src/be/nikiroo/fanfix/bundles/ui.properties @@ -2,21 +2,29 @@ # -# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator) -# The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix) -CACHE_DIR_LOCAL_READER = -# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type) -# The type of output for the Local Reader for non-images documents -NON_IMAGES_DOCUMENT_TYPE = HTML -# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type) -# The type of output for the Local Reader for images documents -IMAGES_DOCUMENT_TYPE = CBZ -# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start) -# The command launched for images documents -- default to the system default for the current file type -IMAGES_DOCUMENT_READER = -# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start) -# The command launched for non images documents -- default to the system default for the current file type -NON_IMAGES_DOCUMENT_READER = -# (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb) -# The background colour if you don't want the default system one -BACKGROUND_COLOR = #FFFFFF +# The directory where to store temporary files for the GUI reader; any relative path uses the applciation config directory as base, $HOME notation is supported, / is always accepted as directory separator +# (FORMAT: DIRECTORY) +#CACHE_DIR_LOCAL_READER = tmp-reader/ +# How to save the cached stories for the GUI Reader (non-images documents) -- those files will be sent to the reader +# (FORMAT: COMBO_LIST) +# ALLOWED VALUES: "INFO_TEXT", "EPUB", "HTML", "TEXT" +#GUI_NON_IMAGES_DOCUMENT_TYPE = EPUB +# How to save the cached stories for the GUI Reader (images documents) -- those files will be sent to the reader +# (FORMAT: COMBO_LIST) +# ALLOWED VALUES: "CBZ", "HTML" +#GUI_IMAGES_DOCUMENT_TYPE = CBZ +# Use the internal reader for images documents +# (FORMAT: BOOLEAN) +#IMAGES_DOCUMENT_USE_INTERNAL_READER = true +# The external viewer for images documents (or empty to use the system default program for the given file type) +# (FORMAT: STRING) +#IMAGES_DOCUMENT_READER = +# Use the internal reader for non-images documents +# (FORMAT: BOOLEAN) +#NON_IMAGES_DOCUMENT_USE_INTERNAL_READER = true +# The external viewer for non-images documents (or empty to use the system default program for the given file type) +# (FORMAT: STRING) +#NON_IMAGES_DOCUMENT_READER = +# The background colour of the library if you don't like the default system one +# (FORMAT: COLOR) +#BACKGROUND_COLOR =