summaryrefslogtreecommitdiff
path: root/skins/metrixhd/xmlfiles/displaymenuschedules.xml
blob: c6cd8b19b1e264e4fc176fd0e3f4dff1b6027220 (plain)
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
<menuschedules x="0" y="0" width="100%" height="100%" fadetime="0">
    <header>
        <area x="0" y="0" width="38%" height="10%" layer="2">
            <drawimage condition="{whatsonnow}||{whatsonnext}||{whatsonfavorites}" name="menuicon" imagetype="menuicon" path="{icon}" x="10" valign="center" width="{areaheight}*8/10" height="80%"/>
            <drawtext condition="{whatsonnow}||{whatsonnext}||{whatsonfavorites}" x="{width(menuicon)}+25" valign="center" font="{light}" fontsize="75%" color="{fontdefault}" text="{title}" />
            <drawimage name="logo" condition="{whatson}" imagetype="channellogo" path="{channelid}" x="10" width="15%" height="100%" align="left" valign="center" />
            <drawtext condition="{whatson}" x="{width(logo)}+25" valign="center" font="{light}" fontsize="75%" color="{fontdefault}" text="{channelnumber} - {channelname}" />
        </area>
    </header>

    <menuitems x="0" y="10%" orientation="vertical" width="100%" height="82%" align="center" numlistelements="{listitemsmax}">
        <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
            <!-- Background -->
            <area indicator="true" condition="{current}||{separator}" x="1%" width="58%" layer="2">
                <fill condition="{current}" color="{menuactive}" />
                <fill condition="{separator}" color="{menuseparator}" />
            </area>
            <!-- WHATSON -->
            <areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++not{current}">
                <area condition="not{running}" width="93%" layer="3">
                    <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                </area>
                <area condition="{running}" layer="3">
                    <drawtext condition="{timerfull}||{timerpartitial}" x="20" width="74%" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                    <drawtext condition="not{timerfull}++not{timerpartitial}" x="20" width="80%" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 14 - {areaheight}" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontdefault}" />
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 12  - {areaheight}" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 10  - {areaheight}" y="{areaheight}/3 + 4" width="{areawidth}*0.15 * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontdefault}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 10" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontdefault}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 8" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 6" y="{areaheight}/3 + 4" width="{areawidth}*0.15 * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontdefault}" />
                </area>
                <area layer="4">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <areacontainer x="1%" width="58%" condition="not{separator}++{whatson}++{current}">
                <areascroll condition="not{running}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="93%" layer="3">
                    <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </areascroll>
                <areascroll condition="{running}++not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" width="74%" layer="3">
                    <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </areascroll>
                <area condition="not{running}++{doitsimple}" width="93%" layer="3">
                    <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </area>
                <area condition="{running}++{doitsimple}" width="74%" layer="3">
                    <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </area>

                <area condition="{running}" layer="4">
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 14 - {areaheight}" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontactive}" />
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 12  - {areaheight}" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle condition="{timerfull}||{timerpartitial}" x="{areawidth}*0.85 - 10  - {areaheight}" y="{areaheight}/3 + 4" width="{areawidth}*0.15 * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontactive}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 10" y="{areaheight}/3" width="{areawidth}*0.15" height="{areaheight}/3" color="{fontactive}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 8" y="{areaheight}/3 + 2" width="{areawidth}*0.15 - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle condition="not{timerfull}++not{timerpartitial}" x="{areawidth}*0.85 - 6" y="{areaheight}/3 + 4" width="{areawidth}*0.15 * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontactive}" />
                </area>
                <area layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <!-- WHATSONNOW -->
            <areacontainer condition="not{separator}++{whatsonnow}++not{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <area condition="{running}" x="8%" width="7%" layer="3">
                    <drawrectangle x="0" y="{areaheight}/3" width="{areawidth}" height="{areaheight}/3" color="{fontdefault}" />
                    <drawrectangle x="2" y="{areaheight}/3 + 2" width="{areawidth} - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle x="4" y="{areaheight}/3 + 4" width="{areawidth} * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontdefault}" />
                </area>
                <area x="15%" width="40%" layer="4">
                    <drawtext x="10" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}"  imagetype="icon" path="ico_timer" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <areacontainer condition="not{separator}++{whatsonnow}++{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <area condition="{running}" x="8%" width="7%" layer="3">
                    <drawrectangle x="0" y="{areaheight}/3" width="{areawidth}" height="{areaheight}/3" color="{fontactive}" />
                    <drawrectangle x="2" y="{areaheight}/3 + 2" width="{areawidth} - 4" height="{areaheight}/3 - 4" color="{clrTransparent}" />
                    <drawrectangle x="4" y="{areaheight}/3 + 4" width="{areawidth} * {elapsed} / {duration} - 8" height="{areaheight}/3 - 8" color="{fontactive}" />
                </area>
                <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="15%" width="40%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </areascroll>
                <area condition="{doitsimple}" x="15%" width="40%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <!-- WHATSONNEXT -->
            <areacontainer condition="not{separator}++{whatsonnext}++not{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <area x="7%" width="47%" layer="4">
                    <drawtext x="10" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <areacontainer condition="not{separator}++{whatsonnext}++{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="47%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </areascroll>
                <area condition="{doitsimple}" x="7%" width="47%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <!-- WHATSONFAVORITES -->
            <areacontainer condition="not{separator}++{whatsonfavorites}++not{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <area x="7%" width="46%" layer="4">
                    <drawtext x="10" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}" imagetype="icon" path="ico_timer" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <areacontainer condition="not{separator}++{whatsonfavorites}++{current}">
                <area x="1%" width="6%" layer="3">
                    <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
                </area>
                <areascroll condition="not{doitsimple}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" x="7%" width="46%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </areascroll>
                <area condition="{doitsimple}" x="7%" width="46%" layer="4">
                    <drawtext name="menutext" x="10" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{start} {title}" />
                </area>
                <area x="53%" width="6%" layer="5">
                    <drawimage condition="{timerfull}" imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.9*{areaheight} - 5" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{timerpartitial}"  imagetype="icon" path="ico_timer_active" x="{areawidth} - 0.5*{areaheight} - 5" width="0.5*{areaheight}" height="0.5*{areaheight}" valign="center" />
                </area>
            </areacontainer>
            <!-- Separator -->
            <area condition="{separator}" x="0" width="68%" layer="3">
                <drawtext x="20" valign="center" font="{light}" fontsize="95%" color="{fontseparator}" text="{title}" />
            </area>
        </listelement>
        <currentelement delay="0" fadetime="{fadetimecurrent}">
            <area condition="{whatson}" x="63%" y="0" width="36%" height="100%" layer="2">
                <!-- title -->
                <drawtext name="title" x="10" y="0" font="{semibold}" width="{areawidth}-20" fontsize="8%" color="{fontactive}" text="{title}" />
                <!-- progress bar if event is running -->
                <drawtext condition="{running}" name="start" x="{areawidth}/4 - {width(start)}" y="{posy(title)}+{height(title)}" font="{light}" fontsize="6%" color="{fontactive}" text="{start}" />
                <drawtext condition="{running}" name="stop" x="{areawidth}*3/4" y="{posy(title)}+{height(title)}" font="{light}" fontsize="6%" color="{fontactive}" text="{stop}" />
                <drawrectangle condition="{running}" x="{areawidth}/4+10" y="{height(start)}/2+{posy(start)}" width="{areawidth}/2 - 20" height="1" color="{fontactive}" />
                <drawrectangle condition="{running}" x="{areawidth}/4+10" y="{height(start)}/2+{posy(start)} -2" width="{areawidth}/2 * {elapsed} / {duration} - 20 * {elapsed} / {duration}" height="5" color="{fontactive}" />
                <!-- start and stop if event is not running -->
                <drawtext condition="not{running}" x="10" y="{posy(title)}+{height(title)}" font="{light}" fontsize="7%" color="{fontactive}" text="{start} - {stop} ({duration} min)" />
                <!-- scraper poster -->
                <drawimage condition="{hasposter}" name="poster" imagetype="image" path="{posterpath}" x="10" y="{posy(start)} + {height(start)} + 20" width="{areawidth}/3" height="{areawidth}/3 * {posterheight} / {posterwidth}"/>
                <!-- description -->
                <drawtextbox condition="{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight} - {posy(poster)}" float="topleft" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 10" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
                <drawtextbox condition="not{hasposter}" x="10" y="{posy(poster)}" width="{areawidth} - 20" height="{areaheight} - {posy(poster)}" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
            </area>
            <areacontainer condition="{whatsonnow}||{whatsonnext}||{whatsonfavorites}">
                <area x="63%" y="0" width="36%" height="100%" layer="2">
                    <!-- title -->
                    <drawtext name="title" x="10" y="0" font="{semibold}" width="{areawidth}-20" fontsize="8%" color="{fontactive}" text="{title}" />
                    <!-- progress bar if event is running -->
                    <drawtext condition="{running}" name="start" x="{areawidth}/4 - {width(start)}" y="{posy(title)}+{height(title)}" font="{light}" fontsize="6%" color="{fontactive}" text="{start}" />
                    <drawtext condition="{running}" name="stop" x="{areawidth}*3/4" y="{posy(title)}+{height(title)}" font="{light}" fontsize="6%" color="{fontactive}" text="{stop}" />
                    <drawrectangle condition="{running}" x="{areawidth}/4+10" y="{height(start)}/2+{posy(start)}" width="{areawidth}/2 - 20" height="1" color="{fontactive}" />
                    <drawrectangle condition="{running}" x="{areawidth}/4+10" y="{height(start)}/2+{posy(start)}-2" width="{areawidth}/2 * {elapsed} / {duration} - 20 * {elapsed} / {duration}" height="5" color="{fontactive}" />
                    <!-- start and stop if event is not running -->
                    <drawtext condition="not{running}" x="10" y="{posy(title)}+{height(title)}" font="{light}" fontsize="6%" color="{fontactive}" text="{start} - {stop} ({duration} min)" />
                    <!-- scraper poster -->
                    <drawimage condition="{hasposter}" name="poster" imagetype="image" path="{posterpath}" x="10" y="{posy(start)} + {height(start)} + 10" width="{areawidth}/3" height="{areawidth}/3 * {posterheight} / {posterwidth}"/>
                    <!-- description -->
                    <drawtextbox condition="{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85  - {posy(poster)}" float="topleft" floatwidth="{width(poster)} + 10" floatheight="{height(poster)} + 10" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
                    <drawtextbox condition="not{hasposter}" x="10" y="{posy(poster)}" width="99%" height="{areaheight}*0.85 - {posy(poster)}" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
                </area>
                <areascroll condition="not{doitsimple}" mode="forthandback" orientation="vertical" delay="2000" scrollspeed="medium" x="63%" y="85%" width="36%" height="15%" layer="3">
                    <drawtext x="10" y="0" font="{semibold}" fontsize="30%" color="{fontactive}" text="Next Schedules:" />
                    <loop name="schedule" x="0" y="{areaheight}/4 + 5" orientation="vertical">
                        <drawtext x="10" font="{light}" width="{areawidth}-20" fontsize="30%" color="{fontactive}" text="{schedule[start]} {schedule[title]}" />
                    </loop>
                </areascroll>
                <area condition="{doitsimple}" x="63%" y="85%" width="36%" height="15%" layer="3">
                    <loop name="schedule" x="0" y="10" orientation="vertical" maxitems="3">
                        <drawtext x="10" font="{light}" width="{areawidth}-20" fontsize="30%" color="{fontactive}" text="{schedule[start]} {schedule[title]}" />
                    </loop>
                </area>
            </areacontainer>
        </currentelement>
    </menuitems>
    
</menuschedules>