Added logging, cleaned up some functions
This commit is contained in:
parent
ca2c8f2ade
commit
5a04dd37f1
5 changed files with 85 additions and 43 deletions
|
|
@ -11,28 +11,28 @@
|
|||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Pictures/",
|
||||
"extensions": ["jpg", "jpeg", "png", "gif", "webp"],
|
||||
"extensions": ["jpg", "jpeg", "png", "gif", "bmp", "psd", "raw", "webp"],
|
||||
"name": "Images"
|
||||
},
|
||||
"audio": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Music/",
|
||||
"extensions": ["wav", "mp3", "ogg"],
|
||||
"extensions": ["wav", "mp3", "ogg", "flac", "wma", "aiff", "aac"],
|
||||
"name": "Audio"
|
||||
},
|
||||
"video": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Videos/",
|
||||
"extensions": ["avi", "mpeg", "mp4", "webm"],
|
||||
"extensions": ["avi", "mpeg", "mp4", "mov", "mkv", "ogv", "webm"],
|
||||
"name": "Video"
|
||||
},
|
||||
"document": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Documents/",
|
||||
"extensions": ["txt", "doc", "docx", "pdf"],
|
||||
"extensions": ["txt", "doc", "docx", "pdf", "rtf"],
|
||||
"name": "Documents"
|
||||
},
|
||||
"data": {
|
||||
|
|
@ -46,14 +46,14 @@
|
|||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["exe", "msi"],
|
||||
"extensions": ["exe", "msi", "elf"],
|
||||
"name": "Programs"
|
||||
},
|
||||
"archive": {
|
||||
"action": "ignore",
|
||||
"active": true,
|
||||
"destination": "~/Downloads/",
|
||||
"extensions": ["zip", "rar", "gz"],
|
||||
"extensions": ["zip", "rar", "tar", "iso", "gz", "lz", "rz", "7z", "dmg"],
|
||||
"name": "Archives"
|
||||
},
|
||||
"other": {
|
||||
|
|
@ -63,6 +63,5 @@
|
|||
"extensions": [],
|
||||
"name": "Other"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue