-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_example.yaml
59 lines (43 loc) · 1.63 KB
/
config_example.yaml
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
#This is an example of what an MCGTools config might look like
############################
# Common Section #
############################
working_directory: '/volume1/automations/completed_test' # [OPTIONAL]
############################
# GoGetter Section #
############################
gogetter_working_directory: '/volume1/automations/completed_test' #[OPTIONAL] This is the file location GoGetter will build the new directory tree. THIS WILL OVERRIDE THE COMMON WORKING DIRECTORY.
gogetter_directories: #These are the directories for GoGetter to create
Video:
Cam_1: []
Cam_2: []
Cam_3: []
Cam_4: []
Cam_5: []
PGM: []
HELO: []
Stream:
vimeo: []
youtube: []
gogetter_files: #These are files for gogetter to go get
-
url: 'http://212.183.159.230/10MB.zip' #URL of the file to be downloaded
dir: 'Cam_1' #Directory to store the file in
-
url: 'http://212.183.159.230/10MB.zip'
dir: 'Cam_2'
-
url: 'http://212.183.159.230/10MB.zip'
dir: 'Cam_3'
-
url: 'http://212.183.159.230/10MB.zip'
dir: 'Cam_4'
-
url: 'http://212.183.159.230/10MB.zip'
dir: 'PGM'
############################
# PTCopy Section #
############################
ptcopy_old_directory: '/volume1/automations/test' #This is the file location PTCopy will look for show folders in
ptcopy_working_directory: '/volume1/automations/completed_test2' # [OPTIONAL] This is the file location PTCopy will build the new directory tree. THIS WILL OVERRIDE THE COMMON WORKING DIRECTORY.
ptcopy_directory_name: 'Audio' #This is the subdirectory that PTCopy will copy the tree into