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