-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresets.json
145 lines (135 loc) · 2.93 KB
/
presets.json
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
// Fecha: 09/December/2021 - Thursday
// Autor: Virgilio Murillo Ochoa
// personal github: Virgilio-AI
// linkedin: https://www.linkedin.com/in/virgilio-murillo-ochoa-b29b59203
// contact: [email protected]
{
// configurations for the whole program
"Active":true,
"alarmActive":true,
"mainCicleRepetition":800,
"acceptance":900,
// main configurations for alerts
"alertVolume":80,
"alertActive":true,
// ==========
// ==== zoom clases configuration =====
// ===========
"zoomClassOpener":true,
"zoomClassRecorderActive":true,
"zoomClasesDirectory":"/home/rockhight/Videos/clasesGrabadas",
// ==========
// ==== what to do with the daily schedule =====
// ===========
// choose to print the daily schedule
"printDailySchedule":false,
// the name of the printer, leave default for the default printer
"printerName":"default",
// choose if you want to mail the schedule
"mailDailySchedule":false,
// choose the mail adress you want to use
"mailAdress":"[email protected]",
"monday":[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"tuesday":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"wednesday":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"thursay":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"friday":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"saturday":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"sunday":
[
// zoom meetings active
true,
// alarm active
true,
// alerts active
true,
// circadian alarm
true
],
"circadianRitmAlarmTime":"7:00",
"circadianRitmAlarminfo":"reproduces circadian alarm",
"circadianRitmAlarmAction":"alarm",
"circadianRitmActionTime":1800,
"timePlaying":1800,
"circadianRitmAlarmVolume":100,
// ==========
// ==== youtube urls =====
// ===========
"youtubeUrls_minTime":
[
["https://www.youtube.com/c/TATEConfidential/videos",2,30],
["https://www.youtube.com/c/TateSpeech/videos",1.5,30],
["https://www.youtube.com/c/DotCSV/videos",0.0,15],
["https://www.youtube.com/c/LukeSmithxyz/videos",0.0,20],
["https://www.youtube.com/c/NCYTAmazings/videos",0.0,30],
["https://www.youtube.com/c/MundoDesconocidoOficial/videos",0.0,30],
["https://www.youtube.com/c/AndreiJikh/videos",0.0,30],
["https://www.youtube.com/c/HistoriaIncomprendida/videos",0.0,30],
["https://www.youtube.com/c/RationalMaleClips/videos",0.0,20],
["https://www.youtube.com/c/FreedominThought/videos?view=0.0&sort=dd&flow=grid",0.0,20],
["https://www.youtube.com/c/VisualPolitikTV/videos",0.0,20]
],
// ==========
// ==== imprimir horario =====
// ===========
"schedulePrint":true
}