-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
52 lines (52 loc) · 1005 Bytes
/
config.json.example
File metadata and controls
52 lines (52 loc) · 1005 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"destinationConfig": {
"type": "nfs",
"path": "/media/nfs/video_archive"
},
"sdCardMappings": {
"Insta360GO3": {
"name": "Insta360GO3",
"sourceDirs": [
"DCIM/Camera01"
],
"destination": "RecentImports/insta360go"
},
"OSMO": {
"name": "OSMO",
"sourceDirs": [
"DCIM/DJI_001"
],
"destination": "RecentImports/djiosmo"
},
"InstaX4": {
"name": "InstaX4",
"sourceDirs": [
"DCIM/Camera01"
],
"destination": "RecentImports/instaX4"
},
"ZVE10": {
"name": "ZVE10",
"sourceDirs": [
"DCIM/100MSDCF",
"PRIVATE/M4ROOT/CLIP"
],
"destination": "RecentImports/sonyZVE"
},
"BAMBU": {
"name": "BAMBU",
"sourceDirs": [
"timelapse"
],
"destination": "RecentImports/BAMBU"
}
},
"ignoredExtensions": [
".tmp",
".log",
".dat",
".lrv",
".LRF"
],
"timezone": "America/New_York"
}