-
Notifications
You must be signed in to change notification settings - Fork 2
/
skin_display.xml
193 lines (176 loc) · 9.51 KB
/
skin_display.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
190
191
192
193
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Skin: LCD from Magic by MiLo -->
<skin>
<windowstyle id="1" type="skinned">
<color color="#000000" name="Background"/>
<color color="#ffffff" name="LabelForeground"/>
<color color="#000000" name="ListboxBackground"/>
<color color="#ffffff" name="ListboxForeground"/>
<color color="#000000" name="ListboxSelectedBackground"/>
<color color="#ffffff" name="ListboxSelectedForeground"/>
<color color="#000000" name="ListboxMarkedBackground"/>
<color color="#ffffff" name="ListboxMarkedForeground"/>
<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<fonts>
<!-- pick a funky name for the font, so we don't conflict -->
<font filename="nmsbd.ttf" name="FdLcD" scale="100"/>
</fonts>
<!-- template -->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="right" size="95,*" font="FdLcD;30" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
<!-- main-->
<screen name="InfoBarSummary" position="0,0" size="256,64">
<panel position="bottom" size="*,27" name="SummaryClockPanel">
</panel>
<widget source="session.CurrentService" render="Label" position="0,0" size="160,30" font="FdLcD;28" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,31" size="160,7" borderWidth="2">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,38" size="256,26" font="FdLcD;24" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
</screen>
<!-- channelselection-->
<screen name="ChannelSelection_summary" position="0,0" size="256,64">
<panel position="bottom" size="*,27" name="SummaryClockPanel">
</panel>
<widget source="parent.ServiceEvent" render="Label" position="0,0" size="160,30" font="FdLcD;28" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="0,38" size="256,26" font="FdLcD;24" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="0,31" size="160,7" borderWidth="2">
<convert type="EventTime">Progress</convert>
</widget>
</screen>
<!-- menus-->
<screen name="MenuSummary" position="0,0" size="256,64">
<widget source="parent.title" render="Label" position="0,0" size="256,32" font="FdLcD;30" halign="center" valign="top" noWrap="1" />
<widget source="parent.menu" render="Label" position="0,32" size="256,32" font="FdLcD;30" halign="left" valign="top">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- movieplayer-->
<screen name="InfoBarMoviePlayerSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,36" font="FdLcD;16" halign="left" valign="top">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="ServicePosition">Position</convert>
</widget>
</panel>
</screen>
<screen name="MovieContextMenuSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
<panel position="bottom" size="*,18">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16">
<convert type="ClockToText"></convert>
</widget>
</panel>
</screen>
<screen name="MovieSelectionSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
<panel position="bottom" size="*,18">
<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
</panel>
</screen>
<!-- DVD -->
<screen name="DVDSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="fill">
<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left">
<convert type="ServicePosition">Position</convert>
</widget>
<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
</panel>
</screen>
<!-- setup-->
<screen name="SetupSummary" position="fill">
<widget source="SetupTitle" render="Label" position="top" size="*,20" font="FdLcD;18" halign="left" />
<widget source="SetupEntry" render="Label" position="top" size="*,24" font="FdLcD;18" halign="left" />
<widget source="SetupValue" render="Label" position="top" size="*,20" font="FdLcD;18" halign="left" />
</screen>
<!-- misc-->
<screen name="SimpleSummary" position="0,0" size="256,64">
<widget source="parent.Title" render="Label" position="0,0" size="256,32" font="FdLcD;30" halign="center" valign="center" />
</screen>
<screen name="WizardSummary" position="0,0" size="256,64">
<widget source="text" render="Label" position="0,17" size="256,32" font="FdLcD;30" />
<widget source="parent.list" render="Label" position="0,20" size="256,32" font="FdLcD;30" halign="center" valign="center">
<convert type="StringListSelection" />
</widget>
</screen>
<screen name="VideoWizardSummary" position="0,0" size="256,64">
<widget name="text" position="0,0" size="256,32" font="FdLcD;30" transparent="1" />
<widget source="parent.list" render="Label" position="0,20" size="256,32" font="FdLcD;30" halign="center" valign="center">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="0,0" size="256,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="256,36" font="FdLcD;36" halign="center" valign="center" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,36" size="256,28" font="FdLcD;25" halign="center" valign="center" noWrap="1">
<convert type="ClockToText">Format:%d.%b.%Y</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,32" font="FdLcD;30" noWrap="1" />
<widget source="entry" render="Label" position="top" size="*,32" font="FdLcD;25" noWrap="1" />
<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="fill">
<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,39" font="FdLcD;30" />
<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,25" font="FdLcD;25" />
<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1">
<convert type="ProgressToText" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="fill">
<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;25" />
</screen>
<screen name="MessageBox_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,39" font="FdLcD;30" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,25" font="FdLcD;25" halign="center" valign="center" />
</screen>
<screen name="MessageBoxSimple_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,39" font="FdLcD;30" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,25" font="FdLcD;25" halign="center" valign="center" />
</screen>
</skin>