|
@@ -0,0 +1,59 @@
|
|
1
|
+<skin>
|
|
2
|
+ <screen name="PSMain" position="center,center" size="1523,855" title="Play Stream">
|
|
3
|
+ <eLabel position="8,0" size="1500,3" backgroundColor="#00aaaaaa" />
|
|
4
|
+ <widget name="title" position="15,3" size="1500,57" font="Regular;45" />
|
|
5
|
+ <widget source="list" render="Listbox" position="15,83" size="870,705" scrollbarMode="showOnDemand">
|
|
6
|
+ <convert type="TemplatedMultiContent">
|
|
7
|
+ { "template": [MultiContentEntryText(pos=(15, 2), size=(840, 45), font=0, flags=RT_HALIGN_LEFT,
|
|
8
|
+ text=0)],
|
|
9
|
+ "fonts": [gFont("Regular", 32)],
|
|
10
|
+ "itemHeight": 45 }
|
|
11
|
+ </convert>
|
|
12
|
+ </widget>
|
|
13
|
+ <widget name="pic" position="969,83" size="491,375" alphatest="on" />
|
|
14
|
+ <widget name="cur" position="915,450" size="600,375" halign="center" font="Regular;30" />
|
|
15
|
+ <ePixmap name="exit" position="15,810" zPosition="2" size="210,60" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/key_exit.png" transparent="1" alphatest="on" />
|
|
16
|
+ <widget name="key_exit" position="75,803" size="150,60" valign="center" halign="center" zPosition="4" backgroundColor="blue" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
17
|
+ <ePixmap name="red" position="225,810" zPosition="2" size="210,60" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
|
|
18
|
+ <widget name="key_red" position="190,800" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
19
|
+ <ePixmap name="green" position="435,810" zPosition="2" size="210,60" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
|
|
20
|
+ <widget name="key_green" position="400,800" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
21
|
+ <ePixmap name="yellow" position="645,810" zPosition="2" size="210,60" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
|
|
22
|
+ <widget name="key_yellow" position="610,800" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
23
|
+ <ePixmap name="blue" position="855,810" zPosition="2" size="210,60" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
|
|
24
|
+ <widget name="key_blue" position="820,800" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
25
|
+ <ePixmap name="menu" position="1125,810" zPosition="2" size="210,60" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/key_menu.png" transparent="1" alphatest="on" />
|
|
26
|
+ <widget name="key_menu" position="1125,803" size="210,60" valign="center" halign="center" zPosition="4" backgroundColor="blue" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
27
|
+ </screen>
|
|
28
|
+ <screen name="PSStreamInfo" position="center,center" size="1523,855" title="Stream information">
|
|
29
|
+ <widget name="title" position="15,15" size="1485,75" font="Regular;45" />
|
|
30
|
+ <widget name="pic" position="15,105" size="495,645" alphatest="on" transparent="1" halign="center" />
|
|
31
|
+ <widget name="info" position="540,105" size="960,645" halign="left" font="Regular;30" valign="top" />
|
|
32
|
+ <ePixmap name="red" position="225,765" zPosition="2" size="210,60" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
|
|
33
|
+ <widget name="key_red" position="225,765" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
34
|
+ </screen>
|
|
35
|
+ <screen name="PSOptions" position="center,center" size="870,675" title="PlayStream Configuration">
|
|
36
|
+ <widget name="title" position="15,3" size="840,57" font="Regular;36" />
|
|
37
|
+ <ePixmap name="red" position="45,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
|
|
38
|
+ <ePixmap name="green" position="255,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
|
|
39
|
+ <ePixmap name="yellow" position="465,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
|
|
40
|
+ <ePixmap name="blue" position="675,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
|
|
41
|
+ <widget name="key_red" position="15,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
42
|
+ <widget name="key_green" position="225,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
43
|
+ <widget name="key_yellow" position="435,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
44
|
+ <widget name="key_blue" position="645,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
45
|
+ <widget name="config" position="15,75" size="840,510" font="Regular;32" itemHeight="45" enableWrapAround="1" scrollbarMode="showOnDemand" />
|
|
46
|
+</screen>
|
|
47
|
+ <screen name="PSConfig" position="center,center" size="870,675" title="PlayStream Configuration">
|
|
48
|
+ <widget name="title" position="15,3" size="840,57" font="Regular;36" />
|
|
49
|
+ <ePixmap name="red" position="45,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
|
|
50
|
+ <ePixmap name="green" position="255,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
|
|
51
|
+ <ePixmap name="yellow" position="465,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
|
|
52
|
+ <ePixmap name="blue" position="675,610" zPosition="2" size="210,60" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
|
|
53
|
+ <widget name="key_red" position="15,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
54
|
+ <widget name="key_green" position="225,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
55
|
+ <widget name="key_yellow" position="435,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
56
|
+ <widget name="key_blue" position="645,600" size="210,60" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;30" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
|
|
57
|
+ <widget name="config" position="15,75" size="840,510" font="Regular;32" itemHeight="45" enableWrapAround="1" scrollbarMode="showOnDemand" />
|
|
58
|
+</screen>
|
|
59
|
+</skin>
|