forked from foolishmortalbuilders/magicbandreader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.conf
53 lines (45 loc) · 885 Bytes
/
settings.conf
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
[Settings]
print_band_id = True
reverse_circle = True
ring_pixels = 47
mickey_pixels = 46
# bands with the value as a list of sequences to play
[bands]
unknown = any1
# settings for a sequence
[sequences]
[[any1]]
color_ring = white
color_mouse = green
spin_sound = ring_sound.wav
hold_seconds = 2
sound = magicbandsound.mp3
webhooks =
[[any2]]
color_ring = blue
color_mouse = blue
spin_sound = ring_sound.wav
hold_seconds = 2
sound = magicband_fastpass.mp3
webhooks =
[[rainbow]]
color_ring = rainbow
color_mouse = green
spin_sound = ring_sound.wav
hold_seconds = 3
sound = magicband_fastpass.mp3
webhooks =
[[fastpass]]
color_ring = blue
color_mouse = blue
spin_sound =
hold_seconds = 2
sound = magicband_fastpass.mp3
webhooks =
[[DVCWelcomeHome]]
color_ring = purple
color_mouse = purple
spin_sound = ring_sound.wav
hold_seconds = 2
sound = justhome.wav
webhooks =