forked from flips22/mylar-league
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
40 lines (35 loc) · 1.18 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[mylar]
mylarapi = [MYLAR API KEY]
## format = format= http://servername:port/
mylarbaseurl = [MYLAR URL]
mylardb = /path/to/mylar.db
[leagueOfComicGeeks]
## only required for wishlist syncing ##
leagueusername = [leagueofcomicgeeks.com username]
## max number of lines for csv import files ##
chunk_size = 10000
[comicVine]
cv_api_key = [COMICVINE API KEY]
[komga]
## leave as default values for no komga integration ##
komgauser = [KOMGA USER NAME]
komgapass = [KOMGA PASSWORD]
## format = format= http://servername:port/
komgabaseurl = [KOMGA URL]
[yearinreview]
# See superpubids.txt for list of many more publishers
# Examples:
# DC, Marvel:
# pubidsetting = 10,31
# Image, Dark Horse, IDW, Boom!
# pubidsetting = 513,364,1190,1868
pubidsetting = 10,31
startyear = 1930
endyear = 2025
#book types available One-Shot, Print, None, Reprint, HC, TPB, Digital, GN
booktypes = One-Shot,Print,None,Digital,GN
[cblimportquick]
# For mylarCBLimportQuick.py script there is an option to analyze issues.
# The default expectation is that you automatically monitor all issues for an added series.
# If you would rather only add the issues in the CBL file as wanted, then set to True.
analyzeIsues = False