-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskin_display.xml
225 lines (210 loc) · 12.7 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Skin: LCD from Magic by MiLo -->
<skin>
<windowstyle type="skinned" id="1">
<color name="Background" color="#000000"/>
<color name="LabelForeground" color="#ffffff"/>
<color name="ListboxBackground" color="#000000"/>
<color name="ListboxForeground" color="#ffffff"/>
<color name="ListboxSelectedBackground" color="#000000"/>
<color name="ListboxSelectedForeground" color="#ffffff"/>
<color name="ListboxMarkedBackground" color="#000000"/>
<color name="ListboxMarkedForeground" color="#ffffff"/>
<color name="ListboxMarkedAndSelectedBackground" color="#000000"/>
<color name="ListboxMarkedAndSelectedForeground" color="#ffffff"/>
<color name="WindowTitleForeground" color="#ffffff"/>
<color name="WindowTitleBackground" color="#000000"/>
</windowstyle>
<fonts>
<!-- pick a funky name for the font, so we don't conflict -->
<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
</fonts>
<colors>
<color name="fullred" value="#ff0000" />
<color name="lightyellow" value="#ffff7f" />
</colors>
<!-- main-->
<screen name="InfoBarSummary" position="0,0" size="96,64">
<!-- PIcon style skin, doesn't work with 100x60 Picons
if you like it, put this part in your skin_user.xml
<widget position="0,0" render="Picon" size="70,53" source="session.CurrentService" zPosition="0">
<convert type="ServiceName">Reference</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="0,53" size="96,11" font="FdLcD;11" halign="left" noWrap="1" zPosition="2" transparent="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="70,0" size="24,10" font="FdLcD;10" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.Event_Now" render="Label" position="70,15" size="24,10" font="FdLcD;10" halign="right" noWrap="1" foregroundColor="lightyellow">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="70,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="fullred" foregroundColor="black" halign="center" valign="center">
<convert type="ConditionalShowHide"></convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,62" size="96,2" borderWidth="0" transparent="1" pixmap="skin_default/progress_small.png" backgroundColor="#800000" zPosition="1">
<convert type="EventTime">Progress</convert>
</widget>
-->
<widget source="session.CurrentService" render="Label" position="0,0" size="96,21" font="FdLcD;20" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,21" size="96,14" font="FdLcD;14" halign="left" noWrap="1" foregroundColor="lightyellow">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,36" size="96,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="0,52" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,40" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,40" size="56,24" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
</screen>
<!-- channelselection-->
<screen name="ChannelSelection_summary" position="0,0" size="96,64">
<widget source="parent.ServiceEvent" render="Label" position="0,0" size="96,21" font="FdLcD;20" halign="left" noWrap="1" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="0,21" size="96,14" font="FdLcD;14" halign="left" noWrap="1" foregroundColor="lightyellow">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="0,36" size="96,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,40" size="56,24" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="0,52" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- menus-->
<screen name="MenuSummary" position="0,0" size="96,64">
<widget source="parent.title" render="Label" position="0,0" size="96,16" font="FdLcD;14" halign="center" valign="top" noWrap="1" foregroundColor="lightyellow" />
<widget source="parent.menu" render="Label" position="0,16" size="96,48" font="FdLcD;16" halign="left" valign="top">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- movieplayer-->
<screen name="InfoBarMoviePlayerSummary" position="0,0" size="96,64">
<widget source="session.CurrentService" render="Label" position="0,0" size="96,36" font="FdLcD;16" halign="left" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="0,36" size="96,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="0,40" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="ServicePosition">Position</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="0,52" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,40" size="56,24" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
</screen>
<screen name="MovieContextMenuSummary" position="0,0" size="96,64">
<widget source="parent.Title" render="Label" position="0,0" size="96,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" foregroundColor="lightyellow" />
<widget source="selected" render="Label" position="0,14" size="96,32" font="FdLcD;16" />
<widget source="global.CurrentTime" render="Label" position="40,46" size="56,18" halign="right" font="FdLcD;16" >
<convert type="ClockToText"></convert>
</widget>
</screen>
<screen name="MovieSelectionSummary" position="0,0" size="96,64">
<widget source="parent.Title" render="Label" position="0,0" size="96,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="name" render="Label" position="0,14" size="96,32" font="FdLcD;16" halign="left" valign="top" foregroundColor="lightyellow" />
<widget source="parent.Service" render="Label" position="0,46" size="48,18" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
<widget source="parent.Service" render="Label" position="48,46" size="48,18" font="FdLcD;14" halign="right" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
</screen>
<!-- DVD Player -->
<screen name="DVDSummary" position="0,0" size="96,64">
<widget source="session.CurrentService" render="Label" position="0,0" size="96,25" font="FdLcD;12" transparent="1" >
<convert type="ServiceName">Name</convert>
</widget>
<widget name="Chapter" position="0,40" size="66,12" font="FdLcD;10" transparent="1" halign="left" />
<widget source="session.CurrentService" render="Label" position="66,40" size="30,12" font="FdLcD;10" transparent="1" halign="right" >
<convert type="ServicePosition">Position</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="0,52" size="96,12" borderWidth="1" >
<convert type="ServicePosition">Position</convert>
</widget>
</screen>
<!-- setup-->
<screen name="SetupSummary" position="0,0" size="96,64">
<widget source="SetupTitle" render="Label" position="0,0" size="96,12" font="FdLcD;12" halign="left" foregroundColor="lightyellow" />
<widget source="SetupEntry" render="Label" position="0,12" size="96,40" font="FdLcD;12" halign="left" />
<widget source="SetupValue" render="Label" position="0,52" size="96,12" font="FdLcD;12" halign="left" foregroundColor="lightyellow" />
</screen>
<!-- misc-->
<screen name="SimpleSummary" position="0,0" size="96,64">
<widget source="parent.Title" render="Label" position="0,0" size="96,40" font="FdLcD;16" halign="center" valign="center" />
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="0,52" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,40" size="56,24" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
</screen>
<screen name="WizardSummary" position="fill">
<widget source="text" render="Label" position="top" size="*,16" font="FdLcD;16"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;12">
<convert type="StringListSelection" />
</widget>
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget name="text" position="top" size="*,40" font="FdLcD;12" transparent="1" />
<widget source="parent.list" render="Label" position="fill" font="FdLcD;14">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="0,0" size="96,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="96,12" font="FdLcD;12" halign="center" valign="center" noWrap="1">
<convert type="ClockToText">ShortDate</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,12" size="96,40" font="FdLcD;40" halign="center" valign="center" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,52" size="96,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="0,0" size="96,64">
<widget source="parent.Title" render="Label" position="0,4" size="96,16" font="FdLcD;12" noWrap="1" />
<widget source="entry" render="Label" position="0,16" size="96,20" font="FdLcD;18" noWrap="1" />
<widget source="desc" render="Label" position="0,36" size="96,28" font="FdLcD;12" valign="top" />
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="0,0" size="96,64">
<widget source="parent.summary_job_name" render="Label" position="0,4" size="96,42" font="FdLcD;16" />
<widget source="parent.summary_job_task" render="Label" position="0,22" size="96,26" font="FdLcD;12" />
<widget source="parent.summary_job_progress" render="Progress" position="0,50" size="60,12" borderWidth="1" zPosition="1" />
<widget source="parent.summary_job_progress" render="Label" position="60,50" size="40,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1" >
<convert type="ProgressToText" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="96,64">
<widget source="parent.Title" render="Label" position="0,0" size="96,14" font="FdLcD;14" halign="left" noWrap="1" foregroundColor="lightyellow" />
<widget source="parent.summary_selection" render="Label" position="0,14" size="96,50" font="FdLcD;14" halign="left" />
</screen>
<screen name="MessageBox_summary" position="0,0" size="96,64">
<widget source="parent.Text" render="Label" position="0,0" size="96,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="0,50" size="96,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
<screen name="MessageBoxSimple_summary" position="0,0" size="96,64">
<widget source="parent.Text" render="Label" position="0,0" size="96,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="0,50" size="96,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
</skin>