-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.json
60 lines (60 loc) · 1.56 KB
/
settings.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
{
"batch_folder": "batch0",
"required_tags": "",
"blacklist": "",
"include_png": true,
"include_jpg": true,
"include_gif": true,
"include_webm": true,
"include_swf": true,
"include_explicit": true,
"include_questionable": true,
"include_safe": true,
"min_score": 0,
"min_fav_count": 0,
"min_date": "2000-01-01",
"min_area": 1,
"collect_from_listed_posts_file": "",
"collect_from_listed_posts_type": "id",
"apply_filter_to_listed_posts": false,
"skip_posts_file": "",
"skip_posts_type": "id",
"do_sort": true,
"top_n": 100,
"save_searched_list_type": "id",
"save_searched_list_path": "list_of_searched_ids.txt",
"downloaded_posts_folder": "downloaded_posts",
"png_folder": "downloaded_img_posts",
"jpg_folder": "downloaded_img_posts",
"webm_folder": "downloaded_webm_posts",
"gif_folder": "downloaded_gif_posts",
"swf_folder": "downloaded_swf_posts",
"save_filename_type": "id",
"skip_post_download": false,
"include_tag_file": true,
"tag_sep": ", ",
"include_explicit_tag": true,
"include_questionable_tag": true,
"include_safe_tag": true,
"reorder_tags": true,
"tag_order_format": "artist, character, species, general, meta, rating",
"prepend_tags": "",
"append_tags": "",
"replace_underscores": false,
"remove_parentheses": false,
"remove_tags_list": "",
"replace_tags_list": "",
"tag_count_list_folder": "tag_count",
"skip_resize": true,
"min_short_side": 61437,
"img_ext": "png",
"delete_original": false,
"resized_img_folder": "resized_img",
"method_tag_files": "copy",
"min_year": 2000,
"min_month": 1,
"min_day": 1,
"proxy_url": "61437",
"use_csv_custom": false,
"csv_custom_path": ""
}