add Console font
[enigma2.git] / data / skin.xml
1 <skin>
2         <!-- Screwed Stone II skin (skin.xml) /Nemesis -->
3         <output id="0">
4                 <resolution xres="720" yres="576" bpp="32" />
5         </output>
6         <!-- Colors (#AARRGGBB) -->
7         <colors>
8                 <color name="white"     value="#ffffff" />
9                 <color name="black"     value="#000000" />
10                 <color name="dark" value="#25062748" />
11                 <color name="menu" value="#25062748" />
12                 <color name="red" value="#f23d21" />
13                 <color name="green" value="#389416" />
14                 <color name="blue" value="#0064c7" />
15                 <color name="yellow" value="#bab329" />
16                 <color name="transparent" value="#ffffffff" />
17                 <color name="transpBlack" value="#80000000" />
18                 <color name="transpWhite" value="#80ffffff" />
19                 <color name="background" value="#25062748" />
20                 <color name="foreground" value="#ffffff" />
21         </colors>
22         <!-- Main screen colors (id=0 for Framebuffer, id=1 for LCD) -->
23         <windowstyle type="skinned" id="0">
24                 <title offset="33,14" font="Regular;20" />
25                 <color name="Background" color="#25062748" />
26                 <color name="LabelForeground" color="#ffffff" />
27                 <color name="ListboxBackground" color="#25062748" />
28                 <color name="ListboxForeground" color="#ffffff" />
29                 <color name="ListboxSelectedBackground" color="#254f7497" />
30                 <color name="ListboxSelectedForeground" color="#ffffff" />
31                 <color name="ListboxMarkedBackground" color="#ff0000" />
32                 <color name="ListboxMarkedForeground" color="#ffffff" />
33                 <color name="ListboxMarkedAndSelectedBackground" color="#800000" />
34                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
35                 <color name="WindowTitleForeground" color="#ffffff" />
36                 <color name="WindowTitleBackground" color="#25062748" />
37                 <!-- Main screen border png's -->
38                 <borderset name="bsWindow">
39                         <pixmap pos="bpTopLeft" filename="skin_default/b_w_tl.png" />
40                         <pixmap pos="bpTop" filename="skin_default/b_w_t.png"  />
41                         <pixmap pos="bpTopRight" filename="skin_default/b_w_tr.png" />
42                         <pixmap pos="bpLeft" filename="skin_default/b_w_l.png"  />
43                         <pixmap pos="bpRight" filename="skin_default/b_w_r.png"  />
44                         <pixmap pos="bpBottomLeft" filename="skin_default/b_w_bl.png" />
45                         <pixmap pos="bpBottom" filename="skin_default/b_w_b.png"  />
46                         <pixmap pos="bpBottomRight" filename="skin_default/b_w_br.png" />
47                 </borderset>
48         </windowstyle>
49         <!-- Fonts -->
50         <fonts>
51                 <font filename="nmsbd.ttf" name="Regular" scale="90" />
52                 <font filename="lcd.ttf" name="LCD" scale="100" />
53                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
54                 <font filename="tuxtxt.ttf" name="Console" scale="100" />
55         </fonts>
56         <!-- Main infobar -->
57         <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent" >
58                 <!-- Background -->
59                 <ePixmap position="0,0" zPosition="-1" size="720,160" pixmap="skin_default/info-bg.png" alphatest="off" />
60                 <ePixmap position="27,73" zPosition="0" size="665,71" pixmap="skin_default/screws.png" alphatest="on" transparent="1" />
61                 <!-- Signal Quality -->
62                 <eLabel text="SNR" position="205,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
63                 <widget source="session.FrontendStatus" render="Label" position="242,3" size="80,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" >
64                         <convert type="FrontendInfo">SNRdB</convert>
65                 </widget>
66                 <!-- Signal Strength -->
67                 <eLabel text="AGC" position="317,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
68                 <widget source="session.FrontendStatus" render="Label" position="355,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" >
69                         <convert type="FrontendInfo">AGC</convert>
70                 </widget>
71                 <!-- Bit error rate -->
72                 <eLabel text="BER" position="403,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
73                 <widget source="session.FrontendStatus" render="Label" position="440,3" size="43,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" >
74                         <convert type="FrontendInfo">BER</convert>
75                 </widget>
76                 <!-- Signal Icons -->
77                 <ePixmap position="487,4" zPosition="1" size="55,15" pixmap="skin_default/led_off.png" alphatest="on" />
78                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_red.png" position="488,4" zPosition="2" size="15,15" transparent="1" alphatest="on">
79                         <convert type="FrontendInfo">SNR</convert>
80                         <convert type="ValueRange">0,39699</convert>
81                         <convert type="ConditionalShowHide" />
82                 </widget>
83                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_yellow.png" position="488,4" zPosition="2" size="15,15" transparent="1" alphatest="on">
84                         <convert type="FrontendInfo">SNR</convert>
85                         <convert type="ValueRange">36700,45875</convert>
86                         <convert type="ConditionalShowHide" />
87                 </widget>
88                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_green.png" position="488,4" zPosition="2" size="15,15" transparent="1" alphatest="on">
89                         <convert type="FrontendInfo">SNR</convert>
90                         <convert type="ValueRange">45876,65536</convert>
91                         <convert type="ConditionalShowHide" />
92                 </widget>
93                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_yellow.png" position="508,4" zPosition="2" size="15,15" transparent="1" alphatest="on">
94                         <convert type="FrontendInfo">AGC</convert>
95                         <convert type="ValueRange">0,39699</convert>
96                         <convert type="ConditionalShowHide" />
97                 </widget>
98                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_green.png" position="508,4" zPosition="2" size="15,15" transparent="1" alphatest="on">
99                         <convert type="FrontendInfo">AGC</convert>
100                         <convert type="ValueRange">36700,65536</convert>
101                         <convert type="ConditionalShowHide" />
102                 </widget>
103                 <ePixmap pixmap="skin_default/led_green.png" position="528,4" zPosition="2" size="15,15" alphatest="on" />
104                 <widget source="session.FrontendStatus" render="Pixmap" pixmap="skin_default/led_red.png" position="528,4" zPosition="3" size="15,15" transparent="1" alphatest="on" >
105                         <convert type="FrontendInfo">BER</convert>              
106                         <convert type="ConditionalShowHide" />
107                 </widget>       
108                 <!-- Channellogo (Picon) -->
109                 <widget source="session.CurrentService" render="Picon" position="47,2" zPosition="2" size="74,57" >
110                         <convert type="ServiceName">Reference</convert>
111                 </widget>
112                 <!-- Service name -->
113                 <widget source="session.CurrentService" render="Label" position="130,30" size="360,27" font="Regular;21" valign="center" halign="right" noWrap="1" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
114                         <convert type="ServiceName">Name</convert>
115                 </widget>
116                 <!-- Time -->
117                 <ePixmap pixmap="skin_default/clock.png" position="600,23" zPosition="0" size="14,14" alphatest="on"/>
118                 <widget source="global.CurrentTime" render="Label" position="615,21" size="55,24" font="Regular;21" halign="right" backgroundColor="#4e5a74" transparent="1" >
119                         <convert type="ClockToText">Default</convert>
120                 </widget>
121                 <!-- tuners in use? -->
122                 <widget source="session.FrontendInfo" render="Pixmap" position="129,6" zPosition="1" size="9,9" pixmap="skin_default/nim_a.png" alphatest="on" >
123                         <convert type="FrontendInfo">NUMBER</convert>
124                         <convert type="ValueRange">0,0</convert>
125                         <convert type="ConditionalShowHide" />
126                 </widget>
127                 <widget source="session.FrontendInfo" render="Pixmap" position="129,20" zPosition="1" size="9,9" pixmap="skin_default/nim_b.png" alphatest="on" >
128                         <convert type="FrontendInfo">NUMBER</convert>
129                         <convert type="ValueRange">1,1</convert>
130                         <convert type="ConditionalShowHide" />
131                 </widget>
132                 <widget source="session.TunerInfo" render="Pixmap" position="142,6" zPosition="1" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on" >
133                         <convert type="TunerInfo">TunerUseMask</convert>
134                         <convert type="ValueBitTest">1</convert>
135                         <convert type="ConditionalShowHide" />
136                 </widget>
137                 <widget source="session.TunerInfo" render="Pixmap" position="142,20" zPosition="1" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on" >
138                         <convert type="TunerInfo">TunerUseMask</convert>
139                         <convert type="ValueBitTest">2</convert>
140                         <convert type="ConditionalShowHide" />
141                 </widget>
142                 <!-- Crypt icon (encrypted service?) -->
143                 <ePixmap position="563,48" zPosition="0" size="107,15" pixmap="skin_default/icons_off.png" alphatest="off"/>
144                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icon_crypt.png" position="563,48" zPosition="1" size="12,16" alphatest="on" >
145                         <convert type="ServiceInfo">IsCrypted</convert>
146                         <convert type="ConditionalShowHide" />
147                 </widget>
148                 <!-- Teletext icon (is teletext available?) -->
149                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icon_txt.png" position="580,48" zPosition="1" size="26,16" alphatest="on" >
150                         <convert type="ServiceInfo">HasTelext</convert>
151                         <convert type="ConditionalShowHide" />
152                 </widget>
153                 <!-- Videoformat icon (16:9?) -->
154                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icon_format.png" position="611,48" zPosition="1" size="29,16" alphatest="on" >
155                         <convert type="ServiceInfo">IsWidescreen</convert>
156                         <convert type="ConditionalShowHide" />
157                 </widget>
158                 <!-- Audio icon (is there multichannel audio?) -->
159                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icon_dolby.png" position="645,48" zPosition="1" size="26,16" alphatest="on" >
160                         <convert type="ServiceInfo">IsMultichannel</convert>
161                         <convert type="ConditionalShowHide" />
162                 </widget>
163                 <!-- Progressbar (current event duration)-->
164                 <ePixmap pixmap="skin_default/progress_bg.png" position="48,77" zPosition="0" size="84,7" transparent="1" alphatest="on" />
165                 <widget source="session.Event_Now" render="Progress" pixmap="skin_default/progress_small.png" position="50,78" zPosition="1" size="80,5" transparent="1" >
166                         <convert type="EventTime">Progress</convert>
167                 </widget>
168                 <!-- Blinking pixmap (recording in progress?) -->
169                 <widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icon_rec.png" position="561,21" zPosition="2" size="34,21" alphatest="off">
170                         <convert type="ConditionalShowHide">Blink</convert>
171                 </widget>
172                 <!-- Event (now) -->
173                 <ePixmap pixmap="skin_default/icon_event.png" position="182,78" zPosition="1" size="15,10" alphatest="on" />
174                 <widget source="session.Event_Now" render="Label" position="205,73" size="60,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
175                         <convert type="EventTime">StartTime</convert>
176                         <convert type="ClockToText">Default</convert>
177                 </widget>
178                 <widget source="session.Event_Now" render="Label" position="265,73" size="310,24" font="Regular;20" noWrap="1" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
179                         <convert type="EventName">Name</convert>
180                 </widget>
181                 <widget source="session.Event_Now" render="Label" position="580,73" size="90,24" font="Regular;20" backgroundColor="#34406f" shadowColor="#1d354c" shadowOffset="-1,-1" halign="right" transparent="1" >
182                         <convert type="EventTime">Remaining</convert>
183                         <convert type="RemainingToText">InMinutes</convert>
184                 </widget>
185                 <!-- Event (next) -->
186                 <widget source="session.Event_Next" render="Label" position="205,97" size="60,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1" >
187                         <convert type="EventTime">StartTime</convert>
188                         <convert type="ClockToText">Default</convert>
189                 </widget>
190                 <widget source="session.Event_Next" render="Label" position="265,97" size="310,24" font="Regular;20" noWrap="1" backgroundColor="#071f38" foregroundColor="#c3c3c9" transparent="1" >
191                         <convert type="EventName">Name</convert>
192                 </widget>
193                 <widget source="session.Event_Next" render="Label" position="580,97" size="90,24" font="Regular;20" backgroundColor="#071f38" foregroundColor="#c3c3c9" halign="right" transparent="1" >
194                         <convert type="EventTime">Duration</convert>
195                         <convert type="ClockToText">InMinutes</convert>
196                 </widget>
197                 <!-- Red button (is recording possible?) -->
198                 <ePixmap position="212,130" zPosition="1" size="15,16" pixmap="skin_default/button_red_off.png" transparent="1" alphatest="on" />
199                 <widget source="RecordingPossible" render="Pixmap" pixmap="skin_default/button_red.png" position="212,130" zPosition="2" size="15,16" transparent="1" alphatest="on" >
200                         <convert type="ConditionalShowHide" />
201                 </widget>
202                 <eLabel text="Record" position="232,130" size="80,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
203                 <widget source="RecordingPossible" render="FixedLabel" text="Record" position="232,130" zPosition="1" size="80,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
204                         <convert type="ConditionalShowHide" />
205                 </widget>
206                 <!-- Green button (is subservices available?) -->
207                 <ePixmap position="315,130" zPosition="1" size="15,16" pixmap="skin_default/button_green_off.png" transparent="1" alphatest="on" />
208                 <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/button_green.png" position="315,130" zPosition="2" size="15,16" transparent="1" alphatest="on" >
209                         <convert type="ServiceInfo">SubservicesAvailable</convert>
210                         <convert type="ConditionalShowHide" />
211                 </widget>
212                 <eLabel text="Subservices" position="335,130" size="100,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
213                 <widget source="session.CurrentService" render="FixedLabel" text="Subservices" position="335,130" zPosition="1" size="100,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
214                         <convert type="ServiceInfo">SubservicesAvailable</convert>
215                         <convert type="ConditionalShowHide" />
216                 </widget>
217                 <!-- Yellow button (is timeshift possible?) -->
218                 <ePixmap position="440,130" zPosition="1" size="15,16" pixmap="skin_default/button_yellow_off.png" transparent="1" alphatest="on" />
219                 <widget source="TimeshiftPossible" render="Pixmap" pixmap="skin_default/button_yellow.png" position="440,130" zPosition="2" size="15,16" transparent="1" alphatest="on" >
220                         <convert type="ConditionalShowHide" />
221                 </widget>
222                 <eLabel text="Timeshift" position="460,130" size="85,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
223                 <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" zPosition="1" size="85,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
224                         <convert type="ConditionalShowHide" />
225                 </widget>
226                 <!-- Blue button (is extensions available?) -->
227                 <ePixmap position="545,130" zPosition="1" size="15,16" pixmap="skin_default/button_blue_off.png" transparent="1" alphatest="on" />
228                 <widget source="ExtensionsAvailable" render="Pixmap" pixmap="skin_default/button_blue.png" position="545,130" zPosition="2" size="15,16" transparent="1" alphatest="on" >
229                         <convert type="ConditionalShowHide" />
230                 </widget>
231                 <eLabel text="Extensions" position="565,130" size="110,22" font="Regular;16" foregroundColor="#7f848d" backgroundColor="#182946" transparent="1" />
232                 <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="565,130" zPosition="1" size="110,22" font="Regular;16" backgroundColor="#182946" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
233                         <convert type="ConditionalShowHide" />
234                 </widget>
235         </screen>
236         <!-- Main menu -->
237         <screen name="menu_mainmenu" position="150,150" size="420,285" title="Main menu" >
238                 <widget source="title" render="Label" position="170,10" size="280,35" font="Regular;23" />
239                 <widget source="menu" render="Listbox" position="170,55" size="230,225" scrollbarMode="showOnDemand" >
240                         <convert type="StringList" />
241                 </widget>
242                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/shutdown.png" position="20,20" size="128,128" >
243                         <convert type="MenuEntryCompare">standby_restart_list</convert>
244                         <convert type="ConditionalShowHide" />
245                 </widget>
246                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/setup.png" position="20,20" size="128,128" >
247                         <convert type="MenuEntryCompare">setup_selection</convert>
248                         <convert type="ConditionalShowHide" />
249                 </widget>
250                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/plugins.png" position="20,20" size="128,128" >
251                         <convert type="MenuEntryCompare">plugin_selection</convert>
252                         <convert type="ConditionalShowHide" />
253                 </widget>
254                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/information.png" position="20,20" size="128,128" >
255                         <convert type="MenuEntryCompare">info_screen</convert>
256                         <convert type="ConditionalShowHide" />
257                 </widget>
258                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/scart.png" position="20,20" size="128,128" >
259                         <convert type="MenuEntryCompare">scart_switch</convert>
260                         <convert type="ConditionalShowHide" />
261                 </widget>
262                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/timer.png" position="20,20" size="128,128" >
263                         <convert type="MenuEntryCompare">timer_edit</convert>
264                         <convert type="ConditionalShowHide" />
265                 </widget>
266                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/media_player.png" position="20,20" size="128,128" >
267                         <convert type="MenuEntryCompare">media_player</convert>
268                         <convert type="ConditionalShowHide" />
269                 </widget>
270                 <widget source="menu" render="Pixmap" pixmap="skin_default/menu/subtitles.png" position="20,20" size="128,128" >
271                         <convert type="MenuEntryCompare">subtitle_selection</convert>
272                         <convert type="ConditionalShowHide"/>
273                 </widget>
274         </screen>
275         <!-- Movieplayer infobar -->
276         <screen name="MoviePlayer" flags="wfNoBorder" position="0,380" size="720,160" title="InfoBar" backgroundColor="transparent" >
277                 <!-- Background -->
278                 <ePixmap position="0,0" zPosition="-2" size="720,160" pixmap="skin_default/info-bg_mp.png" alphatest="off" />
279                 <ePixmap position="29,40" zPosition="0" size="665,104" pixmap="skin_default/screws_mp.png" alphatest="on" transparent="1" />
280                 <!-- colorbuttons -->
281                 <ePixmap position="48,70" zPosition="0" size="108,13" pixmap="skin_default/mp_buttons.png" alphatest="on" />
282                 <!-- Servicename -->
283                 <ePixmap pixmap="skin_default/icon_event.png" position="207,78" zPosition="1" size="15,10" alphatest="on" />
284                 <widget source="session.CurrentService" render="Label" position="230,73" size="360,40" font="Regular;20" backgroundColor="#263c59" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
285                         <convert type="ServiceName">Name</convert>
286                 </widget>
287                 <!-- movie length -->
288                 <widget source="session.CurrentService" render="Label" position="580,73" size="90,24" font="Regular;20" halign="right" backgroundColor="#4e5a74" transparent="1" >
289                         <convert type="ServicePosition">Length</convert>
290                 </widget>
291                 <!-- Elapsed time -->
292                 <widget source="session.CurrentService" render="Label" position="205,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
293                         <convert type="ServicePosition">Position</convert>
294                 </widget>
295                 <!-- Progressbar (movie position)-->
296                 <widget source="session.CurrentService" render="PositionGauge" position="300,133" size="270,10" zPosition="2" pointer="skin_default/position_pointer.png:540,0" transparent="1" >
297                         <convert type="ServicePosition">Gauge</convert>
298                 </widget>
299                 <!-- Remaining time -->
300                 <widget source="session.CurrentService" render="Label" position="576,129" size="100,20" font="Regular;18" halign="center" valign="center" backgroundColor="#06224f" shadowColor="#1d354c" shadowOffset="-1,-1" transparent="1" >
301                         <convert type="ServicePosition">Remaining</convert>
302                 </widget>
303         </screen>
304 </skin>