forked from KT-Yeh/aniGamerPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.json
69 lines (69 loc) · 2.08 KB
/
config-sample.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"bangumi_dir": "",
"temp_dir": "",
"classify_bangumi": true,
"check_frequency": 5,
"download_resolution": "1080",
"lock_resolution": false,
"only_use_vip": false,
"default_download_mode": "latest",
"use_copyfile_method": false,
"multi-thread": 1,
"multi_upload": 3,
"segment_download_mode": true,
"multi_downloading_segment": 2,
"segment_max_retry": 8,
"add_bangumi_name_to_video_filename": true,
"add_resolution_to_video_filename": true,
"customized_video_filename_prefix": "【動畫瘋】",
"customized_bangumi_name_suffix": "",
"customized_video_filename_suffix": "",
"video_filename_extension": "mp4",
"zerofill": 1,
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36",
"use_proxy": false,
"proxy": "http://user:[email protected]:1000",
"upload_to_server": false,
"ftp": {
"server": "",
"port": "",
"user": "",
"pwd": "",
"tls": true,
"cwd": "",
"show_error_detail": false,
"max_retry_num": 15
},
"user_command": "shutdown -s -t 60",
"coolq_notify": false,
"coolq_settings": {
"msg_argument_name": "message",
"message_suffix": "追加的資訊",
"query": [
"http://127.0.0.1:5700/send_group_msg?access_token=abc&group_id=12345678",
"http://127.0.0.1:5700/send_group_msg?access_token=abc&group_id=87654321"
]
},
"faststart_movflags": false,
"audio_language": false,
"use_mobile_api": false,
"danmu": false,
"check_latest_version": true,
"read_sn_list_when_checking_update": true,
"read_config_when_checking_update": true,
"ads_time": 25,
"mobile_ads_time": 3,
"use_dashboard": true,
"dashboard": {
"host": "127.0.0.1",
"port": 5000,
"SSL": false,
"BasicAuth": false,
"username": "admin",
"password": "admin"
},
"save_logs": true,
"quantity_of_logs": 7,
"config_version": 13.0,
"database_version": 2.0
}