-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 803 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 803 Bytes
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
{
"Categories":
{
"Images": ".jpg,.jpeg,.png,.gif,.svg",
"Videos": ".mp4,.ogg,.3gp,.mkv,.avi,.webm",
"Documents": ".pdf,.doc,.docx,.ppt,.pptx,.xls,.xlsx,.txt,.pptm,.ods,.odp,.odt",
"Archives": ".zip,.tar.gz,.bz2,.7z,.rar,.jar",
"Music": ".mp3,.m4a",
"Software":".exe,.com,.msi,.deb,.rpm",
"Fonts": ".ttf,.woff",
"Scripts": ".rb,.py,.php,.js,.sh,.bash,.zsh,.cmd,.bat,.pl",
"Iso": ".img,.iso",
"Torrents": ".torrent",
"DataFiles":".xml,.json,.db,.sqlite"
},
"Sizes":{
"Movies": {
"file_cats": ["Videos"],
"min_size": 300
},
"HD Images":{
"file_cats":["Images"],
"min_size":0.9
}
},
"FallBackDir":"Other",
"IgnoreFiles":[
"^desktop\\.ini$",
".*\\.sys$"
]
}