-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.skel
97 lines (97 loc) · 2.69 KB
/
config.json.skel
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"controllCamera": {
"atemSwitcher": "IP of AtemSwitcher",
"cam": {
"1": "IP of Camera1",
"2": "IP of Camera2"
},
"positions": {
"podium": {
"pos": 1 ,
"camera": 1,
"direct": false
},
"pultgr": {
"pos": 2,
"camera": 1,
"direct": false
},
"pultgrdirect": {
"pos": 2,
"camera": 1,
"direct": true
},
"pultkl": {
"pos": 3,
"camera": 1,
"direct": false
},
"pultkldirect": {
"pos": 3,
"camera": 1,
"direct": true
},
"dirigent": {
"pos": 4,
"camera": 1,
"direct": false
},
"chor": {
"pos": 5,
"camera": 1,
"direct": false
},
"klavier": {
"pos": 6,
"camera": 2,
"direct": false
},
"orgel": {
"pos": 6,
"camera": 1,
"direct": false
},
"segnung": {
"pos": 7,
"camera": 1,
"direct": false
},
"full": {
"pos": 8,
"camera": 1,
"direct": false
}
}
},
"webgui": {
"sprecher": {
"bischofschaft": "..\\..\\Sprecher\\Bischofschaft",
"pfahl": "..\\..\\Sprecher\\Pfahl_Präsidentschaft",
"sprecher": "..\\..\\Sprecher\\Sprecher"
},
"source": {
"background": "image\\background-template-clear.png",
"toc": "hyms\\Inhaltsverzeichniss.html",
"font": "Fonts\\GARABD.ttf"
},
"destination": "..\\..\\Lieder",
"baseURI": "https://www.churchofjesuschrist.org",
"apps": [
{
"name": "obs64.exe",
"path": "C:\\Program Files\\obs-studio\\bin\\64bit"
},
{
"name": "Macro Deck 2.exe",
"path": "C:\\Program Files\\Macro Deck"
},
{
"name": "msedge.exe",
"path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application",
"args": [
"ZOOM einladungslink"
]
}
]
}
}