mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-22 00:33:59 +01:00
saves config per library, tweaks def inis, add get URLs List feature, initial, partially hard coded integration with Reading List plugin.
40 lines
1.4 KiB
INI
40 lines
1.4 KiB
INI
## This is an example of what your personal configuration might look
|
|
## like.
|
|
|
|
[defaults]
|
|
## Some sites also require the user to confirm they are adult for
|
|
## adult content. In commandline version, this should go in your
|
|
## personal.ini, not defaults.ini.
|
|
#is_adult:true
|
|
|
|
## Most common, I expect will be using this to save username/passwords
|
|
## for different sites.
|
|
[www.twilighted.net]
|
|
#username:YourPenname
|
|
#password:YourPassword
|
|
|
|
[www.ficwad.com]
|
|
#username:YourUsername
|
|
#password:YourPassword
|
|
|
|
[www.adastrafanfic.com]
|
|
## Some sites do not require a login, but do require the user to
|
|
## confirm they are adult for adult content.
|
|
#is_adult:true
|
|
|
|
## The [defaults] section here will override the system [defaults],
|
|
## but not format, site for site:format sections.
|
|
[defaults]
|
|
## Directories only useful in commandline or zip files.
|
|
#output_filename: books/${title}-${siteabbrev}_${storyId}${formatext}
|
|
#output_filename: books/${site}/${authorId}/${title}-${storyId}${formatext}
|
|
|
|
## For example, zip_output here will turn on zip for html and txt, but
|
|
## not epub because the system [epub] section explicitly says
|
|
## zip_output: false (epubs *are* specially formated zip files.)
|
|
#zip_output: true
|
|
#zip_filename: ${title}-${siteabbrev}_${storyId}${formatext}.zip
|
|
|
|
## This section will override anything in the system defaults or other
|
|
## sections here.
|
|
[overrides]
|