-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
67 lines (67 loc) · 1.76 KB
/
Copy pathconfig.example.json
File metadata and controls
67 lines (67 loc) · 1.76 KB
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
{
"acquire_trash": true,
"adb_path": "adb",
"banner": true,
"case_name": null,
"case_prefix": "cases-",
"case_width": 2,
"classic_thumbnails": true,
"command_timeout": 120,
"fail_on_stage_error": true,
"filesystem_trash": true,
"gallery_cache": true,
"gallery_cache_bases": [
"/sdcard/Android/data/com.android.gallery3d/cache/imgcache",
"/sdcard/Android/data/com.google.android.gallery3d/cache/imgcache",
"/sdcard/Android/data/com.sec.android.gallery3d/cache/imgcache",
"/sdcard/Android/data/com.coloros.gallery3d/cache/imgcache",
"/sdcard/Android/data/com.gallery20/cache/imgcache",
"/sdcard/Android/data/com.oplus.gallery/cache/imgcache",
"/sdcard/Android/data/com.oneplus.gallery/cache/imgcache"
],
"include_removable_storage": true,
"log_level": "INFO",
"max_cache_record_mib": 128,
"max_preview_candidates": 0,
"max_trash_candidates": 0,
"media_columns": [
"_id",
"_data",
"_display_name",
"date_expires",
"is_trashed",
"mime_type",
"_size"
],
"mediastore_trash": true,
"mediastore_uri": "content://media/external/file?includeTrashed=1",
"output_directory": ".",
"query_timeout": 300,
"recover_previews": true,
"scan_timeout": 1800,
"serial": null,
"storage_roots": [],
"thumbdata": true,
"thumbdata_header_tolerance": 64,
"thumbdata_slot_count": 5000,
"thumbdata_slot_size": 10000,
"thumbnail_batch_size": 100,
"transfer_timeout": 3600,
"trash_artifacts": true,
"trash_directory_names": [
".Trash",
".trash",
"Trash",
".RecycleBin",
"RecycleBin",
"Recycle Bin",
".trashBin",
".trashBin_File",
".FilesByGoogleTrash",
".FileManagerRecycler",
"Recently Deleted",
"RecentlyDeleted",
".RecentlyDeleted"
],
"user_id": 0
}