New FimFiction.net API downloading:
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
1 # Configuration options
2 #
3
4
5 # language (example: en-GB, fr-BE...) or nothing for default system language
6 # (FORMAT: LOCALE) Force the language (can be overwritten again with the env variable $LANG)
7 LANG =
8 # reader type (CLI = simple output to console, TUI = Text User Interface with menus and windows, GUI = a GUI with locally stored files)
9 # (FORMAT: FIXED_LIST) Select the default reader to use to read stories
10 # ALLOWED VALUES: "CLI" "GUI" "TUI"
11 READER_TYPE =
12 # absolute path, $HOME variable supported, / is always accepted as dir separator
13 # (FORMAT: DIRECTORY) The directory where to store temporary files, defaults to directory 'tmp' in the conig directory (usually $HOME/.fanfix)
14 CACHE_DIR =
15 # delay in hours, or 0 for no cache, or -1 for infinite time (default)
16 # (FORMAT: INT) The delay after which a cached resource that is thought to change ~often is considered too old and triggers a refresh
17 CACHE_MAX_TIME_CHANGING = 24
18 # delay in hours, or 0 for no cache, or -1 for infinite time (default)
19 # (FORMAT: INT) The delay after which a cached resource that is thought to change rarely is considered too old and triggers a refresh
20 CACHE_MAX_TIME_STABLE =
21 # string (FORMAT: STRING) The user-agent to use to download files
22 USER_AGENT = Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 -- ELinks/0.9.3 (Linux 2.6.11 i686; 80x24)
23 # absolute path, $HOME variable supported, / is always accepted as dir separator
24 # (FORMAT: DIRECTORY) The directory where to get the default story covers
25 DEFAULT_COVERS_DIR = $HOME/bin/epub/
26 # absolute path, $HOME variable supported, / is always accepted as dir separator
27 # (FORMAT: DIRECTORY) The directory where to store the library
28 LIBRARY_DIR = $HOME/Books
29 # boolean (FORMAT: BOOLEAN) Show debug information on errors
30 DEBUG_ERR = false
31 # image format (FORMAT: COMBO_LIST) Image format to use for cover images
32 # ALLOWED VALUES: "PNG" "JPG" "BMP"
33 IMAGE_FORMAT_COVER = png
34 # image format (FORMAT: COMBO_LIST) Image format to use for content images
35 # ALLOWED VALUES: "PNG" "JPG" "BMP"
36 IMAGE_FORMAT_CONTENT = png
37 # This item is used as a group, its content is not expected to be used.
38 LATEX_LANG =
39 # LaTeX output language: English
40 # (FORMAT: STRING) LaTeX full name
41 LATEX_LANG_EN = english
42 # LaTeX output language: French
43 # (FORMAT: STRING) LaTeX full name
44 LATEX_LANG_FR = french
45 # other 'by' prefixes before author name, used to identify the author
46 # (FORMAT: STRING)
47 # (This item accept a list of comma-separated values)
48 BYS = by,par,de,©,(c)
49 # List of languages codes used for chapter identification (should not be changed)
50 # (FORMAT: STRING) EN,FR
51 # (This item accept a list of comma-separated values)
52 CHAPTER = EN,FR
53 # Chapter identification String: English
54 # (FORMAT: STRING) used to identify a starting chapter in text mode
55 CHAPTER_EN = Chapter
56 # Chapter identification String: French
57 # (FORMAT: STRING) used to identify a starting chapter in text mode
58 CHAPTER_FR = Chapitre
59 # Login information (username) for YiffStar to have access to all the stories (should not be necessary anymore)
60 # (FORMAT: STRING)
61 LOGIN_YIFFSTAR_USER =
62 # Login information (password) for YiffStar to have access to all the stories (should not be necessary anymore)
63 # (FORMAT: PASSWORD)
64 LOGIN_YIFFSTAR_PASS =
65 # If the last update check was done at least that many days, check for updates at startup (-1 for 'no checks' -- default is 1 day)
66 # (FORMAT: INT)
67 UPDATE_INTERVAL =
68 # An API key required to use the beta APIv2 from FimFiction
69 # (FORMAT: PASSWORD)
70 LOGIN_FIMFICTION_APIKEY =
71 # Do not use the new API, even if we have an API key, and force HTML scraping
72 # (FORMAT: BOOLEAN)
73 LOGIN_FIMFICTION_FORCE_HTML =