-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.properties
89 lines (69 loc) · 2.13 KB
/
config.properties
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
# Address to ProPresenter
# default = localhost;
HOST = localhost
# Port ProPresenter listens to, specified under "Remote Stage Display Server Settings"
# default = 45678;
PORT = 45678
# Password in propresenter
# default = password
PASSWORD = password
# Font family
# default = Droid serif
FONT_FAMILY = Droid serif
# Minimum font size
MIN_FONT_SIZE = 20
# Maximum font size
MAX_FONT_SIZE = 60
# Margin top
# default = 10
MARGIN_TOP = 10
# Margin bottom
# default = 10
MARGIN_BOTTOM = 30
# The output screen number that will be used.
# If this screen number does not exits it defaults to primary display
# default = 1
OUTPUT_SCREEN = 2
# Specifies if program should start in fullscreen mode
# default = true
START_IN_FULLSCREEN = true
# Text output width in percentage of screen width
# default = 90
OUTPUT_WIDTH_PERCENTAGE = 90
# Multiple row translator activated
# default = true
TEXT_TRANSLATOR_ACTIVE = true
# If two lines should be transformed into two lines instead of one
# default = false
PRESERVE_TWO_LINES = true
# Divider between rows when multiple rows are converted to one row
# default = space
# trailing spaces can be specified as "\ "
# DIVIDER_NOTE = \u2669
# DIVIDER_SPADES = \u2662
# DIVIDER = \
# Midi module to make it possible to extract midi command from propresenter
# default = false
MIDI = false
# Removal of lines after an empty line
# This is useful if multiple languages are shown separated with a line break and only the first language are to be shown
# default = false
REMOVE_LINES_AFTER_EMPTY_LINE = true
# Length of fade transition in ms.
# default = 0
FADE_TIME = 0
# True if first letter in every line should be capitalized.
# default = false
CAPITALIZE_LINES = false
# True if text should be capitalized.
# default = false
CAPITALIZE_TEXT = false
# Specifies the text alignment. Should be one of (Case insensitive): Center, Right, Left, or Justify.
# default = center
TEXT_ALIGN = center
# Specifies the vertical text alignment. Should be one of (Case insensitive): Top, Center, Bottom.
# default = bottom
VERTICAL_ALIGN = bottom
# Specifies the height/width of display (-1 defaults to screen width/height)
HEIGHT = -1
WIDTH = -1