-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.py
More file actions
83 lines (60 loc) · 1.68 KB
/
settings.py
File metadata and controls
83 lines (60 loc) · 1.68 KB
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
#
log_level = 10
# CRITICAL: 50
# ERROR: 40
# WARNING: 30
# INFO: 20
# DEBUG: 10
bg_color = '#2b2b2b'
header_color = '#8c8c8c'
header_font_size = 11
text_color = '#d1d1d1'
song_title_color = '#5ec9ff'
font = 'Arial'
item_font = 'Arial'
song_font = 'Arial'
plan_text_size = 14
other_text_size = 12
producer_note_text_size = 9
live_color = '#a34444'
default_font = 'Arial'
item_time_size = 8
plan_item_frame_width = 1400
plan_item_view_height = 600
plan_cue_pad_x = 5
next_previous_pad_x = 0
separator_color ='#3f3f3f'
accent_color_1 = '#ffc638'
accent_text_color = '#2b2b2b'
accent_text_size = 18
accent_text_font = 'Arial Bold'
clock_text_color = text_color
clock_text_size = 38
clock_text_font = 'Arial Bold'
clock_overrun_color = '#a34444'
clock_section_live_item_text_size = 32
app_cue_font_size = 6
text_entry_box_bg_color = '#444444'
display_kipros = True
kipro_idle_color = '#317c42'
kipro_recording_color = live_color
kipro_error_color = '#ff0000'
kipro_unable_to_commmunicate_color = '#7a7a7a'
interval_update_kipros = True
kipro_update_interval = 1 # in seconds. Only applies if interval_update_kipros and display_kipros is True.
global_cue_font_size = 11
current_cues_text_size = 11
options_button_text_size = 10
ui_debug_color = '#7aa825'
item_separator_color = '#dddddd'
reminder_color = '#1c1c1c'
reminder_font_size = 24
delay_kipro_start = True
#adds .5s of delay between multiple kipros, so they import in the correct order in a nle
kipro_timeout_threshold = 1 #in seconds
# how often to refresh live adjacent plan
adjacent_plan_refresh_interval = 5
enable_webserver = False
close_global_cues_menu_after_cue = False
#uuids
advance_on_next_uuid = 'a0fac1cd-3bff-4286-80e2-20b284361ba0'