-
Notifications
You must be signed in to change notification settings - Fork 0
/
osd.xml
189 lines (165 loc) · 5.19 KB
/
osd.xml
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<!-- here you will find the OSD of the Laima Theme-->
<!-- The popup/notification text area. -->
<window name="osd_message">
<area>0,950,1680,50</area>
<shape name="background">
<area>0,0,100%,50</area>
<fill color="#ffffff" alpha="220" />
</shape>
<textarea name="message_text" from="basicbuttontext">
<area>0,0,1680,55</area>
<font>progressfont</font>
<align>hcenter</align>
</textarea>
</window>
<!--The channel number/text input text area-->
<window name="osd_input">
<area>0,0,1680,1050</area>
<shape name="background">
<area>0,0,100%,50</area>
<fill color="#ffffff" alpha="220" />
</shape>
<textarea name="osd_number_entry" from="basicbuttontext">
<area>5,0,90%,55</area>
<font>progressfont</font>
<align>left</align>
</textarea>
</window>
<window name="program_info">
<area>0,900,1680,1050</area>
<shape name="background">
<area>0,0,1680,150</area>
<fill color="#b3b3b3" alpha="220" />
</shape>
<textarea name="title" from="basicbuttontext">
<area>5,0,870,60</area>
<font>menufontmedium</font>
<align>left</align>
</textarea>
<textarea name="subtitle">
<area>5,110,870,40</area>
<font>menufontsmall</font>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
</textarea>
<!-- The little screenshot/preview of the recording -->
<imagetype name="iconpath">
<area>1515,5,140,140</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<textarea name="timedate">
<area>5,50,870,40</area>
<font>basicdescription</font>
<cutdown>yes</cutdown>
</textarea>
<textarea name="longchannel" from="timedate">
<area>5,80,870,40</area>
</textarea>
<!-- The description field, that in this case fuses subtitle + rating + description into one -->
<textarea name="description">
<font>basicdescription</font>
<area>880,5,630,140</area>
<multiline>yes</multiline>
<cutdown>yes</cutdown>
<template>%DESCRIPTION| %(%YEAR|, %%LENMINS%)</template>
</textarea>
</window>
<!-- the progressbar of the current show -->
<window name="osd_status">
<area>0,1000,1680,100</area>
<progressbar name="position" from="basicprogressbar">
</progressbar>
<clock name="clock">
<area>5,0,1675,50</area>
<font>progressfont</font>
<format>%TIME%</format>
</clock>
<textarea name="description" >
<area>0,0,1680,50</area>
<font>progressfont</font>
<template>%DESCRIPTION% %VALUE%%UNITS%</template>
<align>hcenter</align>
</textarea>
<textarea name="title">
<area>0,0,1675,50</area>
<font>progressfont</font>
<align>right</align>
</textarea>
</window>
<window name="osd_program_editor">
<area>0,0,1680,1050</area>
<shape name="background">
<area>0,0,1680,50</area>
<fill color="#ffffff" alpha="220" />
</shape>
<textarea name="seekamount" from="basicbuttontext">
<area>5,0,1675,55</area>
<font>progressfont</font>
<multiline>yes</multiline>
<align>left</align>
</textarea>
<textarea name="framedisplay" from="basicbuttontext">
<area>0,0,1675,55</area>
<font>progressfont</font>
<multiline>yes</multiline>
<align>right</align>
</textarea>
<textarea name="timedisplay" from="basicbuttontext">
<font>progressfont</font>
<area>0,0,1675,55</area>
<align>hcenter</align>
</textarea>
<textarea name="zizors" from="basicicons">
<area>0,886,1680,200</area>
<value>✁</value>
<font>hugeicons</font>
<align>bottom</align>
</textarea>
<shape name="backgroundbottom">
<area>0,1000,1680,50</area>
<fill color="#ffffff" alpha="220" />
</shape>
<editbar name="editbar">
<area>0,995,1680,55</area>
<shape name="cut">
<area>0,5,100%,100%</area>
<fill color="#666666" alpha="255" />
</shape>
<shape name="keep">
<area>0,10,100%,40</area>
<fill color="#ffffff" alpha="255" />
</shape>
<shape name="cuttoright">
<area>0,0,2,100%</area>
<fill color="#ffffff" alpha="200" />
</shape>
<shape name="cuttoleft">
<area>0,0,2,100%</area>
<fill color="#ffffff" alpha="200" />
</shape>
<shape name="keeptoright">
<area>0,0,3,100%</area>
<fill color="#666666" alpha="255" />
</shape>
<shape name="keeptoleft">
<area>0,0,3,100%</area>
<fill color="#666666" alpha="255" />
</shape>
<shape name="position">
<area>0,0,5,100%</area>
<fill color="#ffcc00" alpha="255" />
</shape>
</editbar>
</window>
<!-- the Menu -->
<window name="MythPopupBox">
<area>10,250,760,500</area>
<textarea name="messagearea" from="basicmessagearea">
<alpha>0</alpha>
</textarea>
<buttonlist name="list" from="basicpopuplist" />
</window>
</mythuitheme>