New FimFiction.net API downloading:
[fanfix.git] / src / be / nikiroo / fanfix / bundles / config.properties
index 6151843c7660ae82c12f72fe5922de6454cffd33..937c4217353b21675a772aaacbb205df7f8fa786 100644 (file)
@@ -5,9 +5,9 @@
 # language (example: en-GB, fr-BE...) or nothing for default system language
 # (FORMAT: LOCALE) Force the language (can be overwritten again with the env variable $LANG)
 LANG = 
-# reader type (CLI = simple output to console, LOCAL = use local system file handler)
+# reader type (CLI = simple output to console, TUI = Text User Interface with menus and windows, GUI = a GUI with locally stored files)
 # (FORMAT: FIXED_LIST) Select the default reader to use to read stories
-# ALLOWED VALUES: "CLI" "LOCAL"
+# ALLOWED VALUES: "CLI" "GUI" "TUI"
 READER_TYPE = 
 # absolute path, $HOME variable supported, / is always accepted as dir separator
 # (FORMAT: DIRECTORY) The directory where to store temporary files, defaults to directory 'tmp' in the conig directory (usually $HOME/.fanfix)
@@ -65,3 +65,9 @@ LOGIN_YIFFSTAR_PASS =
 # 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)
 # (FORMAT: INT) 
 UPDATE_INTERVAL = 
+# An API key required to use the beta APIv2 from FimFiction
+# (FORMAT: PASSWORD) 
+LOGIN_FIMFICTION_APIKEY = 
+# Do not use the new API, even if we have an API key, and force HTML scraping
+# (FORMAT: BOOLEAN) 
+LOGIN_FIMFICTION_FORCE_HTML =