summaryrefslogtreecommitdiff
path: root/skins/metrixhd/xmlfiles/displaymenurecordings.xml
blob: 68ebe2c0502945026e37af175e79e5365f30a0b0 (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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<menurecordings x="0" y="0" width="100%" height="100%" fadetime="0" orientation="{recmenuorientation}">

    <background orientation="horizontal">
        <!-- horizontal menu -->
        <area x="0" y="0" width="100%" height="10%" layer="1">
            <fill color="{menuback}" />
        </area>
        <area x="0" y="60%" width="100%" height="40%" layer="1">
            <fill color="{menuback}" />
        </area>
        <area x="5%" y="10%" width="90%" height="50%" layer="1">
            <fill color="{menuheader}" />
        </area>
    </background>
<!-- 
    <header orientation="vertical">
        <area x="0" y="0" width="40%" height="10%" layer="2">
            <drawtext condition="not{hasicon}" x="10" width="{areawidth}-10" valign="center" font="{light}" fontsize="50%" color="{fontdefault}" text="{title}" />
            <drawimage condition="{hasicon}" name="menuicon" imagetype="menuicon" path="{icon}" x="10" valign="center" width="{areaheight}*8/10" height="80%"/>
            <drawtextbox condition="{hasicon}" maxlines="2" valign="center" x="{width(menuicon)}+20" width="{areawidth}-{width(menuicon)}-30" font="{light}" fontsize="50%" color="{fontdefault}" text="{title}" />
        </area>
    </header>
-->
    <header orientation="horizontal">
        <!-- horizontal menu -->
        <area x="0" y="0" width="70%" height="10%" layer="2">
            <drawtext condition="not{hasicon}" x="10" width="{areawidth}-20" valign="center" font="{light}" fontsize="75%" color="{fontdefault}" text="{title}" />
            <drawimage condition="{hasicon}" name="menuicon" imagetype="menuicon" path="{icon}" x="10" valign="center" width="{areaheight}*8/10" height="80%"/>
            <drawtext condition="{hasicon}" x="{width(menuicon)}+20" valign="center" width="{areawidth}-{width(menuicon)}-30" font="{light}" fontsize="75%" color="{fontdefault}" text="{title}" />
        </area>
    </header>

    <datetime orientation="horizontal">
        <!-- horizontal menu -->
        <area x="75%" y="0" width="14%" height="10%" layer="2">
            <drawtext align="right" y="5%" font="{light}" fontsize="50%" color="{fontdefault}" text="{dayname}" />
            <drawtext align="right" y="45%" font="{light}" fontsize="50%" color="{fontdefault}" text="{day}. {monthname}" />
        </area>
        <area x="90%" y="0" width="10%" height="10%" layer="2">
            <drawtext align="center" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{time}" />
        </area>
    </datetime>

    <sortmode orientation="horizontal">
        <!-- horizontal menu -->
        <area x="60%" y="2%" width="6%" height="6%" layer="4">
            <drawimage condition="{sortnumber}" imagetype="icon" path="ico_sort_number" x="0" y="0" width="100%" height="100%"/>
            <drawimage condition="{sortname}" imagetype="icon" path="ico_sort_name" x="0" y="0" width="100%" height="100%"/>
            <drawimage condition="{sorttime}" imagetype="icon" path="ico_sort_time" x="0" y="0" width="100%" height="100%"/>
            <drawimage condition="{sortprovider}" imagetype="icon" path="ico_sort_provider" x="0" y="0" width="100%" height="100%"/>
        </area>
    </sortmode>

    <menuitems x="0" y="10%" orientation="vertical" width="100%" height="82%" align="center" numlistelements="{listitemsmax}">
        <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
            <!-- Background -->
            <area indicator="true" x="1%" width="58%" layer="2">
                <fill condition="{folder}" color="{menuseparator}" />
                <fill condition="{current}" color="{menuactive}" />
            </area>
            <!-- recording folder -->
            <area condition="{folder}" x="1%" width="58%" layer="3">
                <drawimage condition="not{current}" name="foldericon" imagetype="icon" path="ico_recfolder" x="10" width="0.9*{areaheight} * 92 / 136" height="0.9*{areaheight}" valign="center" />
                <drawtext condition="not{current}" x="{width(foldericon)} + 20" valign="center" font="{light}" fontsize="90%" color="{fontdefault}" text="{name} ({numrecordingsfolder}, {newrecordingsfolder} new)" />
                <drawimage condition="{current}" name="foldericon" imagetype="icon" path="ico_recfolder_active" x="10" width="0.9*{areaheight} * 92 / 136" height="0.9*{areaheight}" valign="center" />
                <drawtext condition="{current}" x="{width(foldericon)} + 20" valign="center" font="{light}" fontsize="90%" color="{fontactive}" text="{name} ({numrecordingsfolder}, {newrecordingsfolder} new)" />
            </area>
            <!-- recording item -->
            <areacontainer condition="not{folder}++not{current}">
                <area x="1%" width="51%" layer="3">
                    <drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" />
                    <drawtext x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontdefault}" text="{name}" />
                </area>
                <area x="1%" width="58%" layer="4">
                    <drawimage condition="{new}" name="new" imagetype="icon" path="ico_new" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted" x="{areawidth} - 2*{areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                </area>
            </areacontainer>

            <areacontainer condition="not{folder}++{current}">
                <areascroll condition="not{doitsimple}" scrollelement="menutext" x="1%" width="51%" mode="forthandback" orientation="horizontal" delay="2000" scrollspeed="medium" layer="3">
                    <drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" />
                    <drawtext name="menutext" x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{name}" />
                </areascroll>
                <area condition="{doitsimple}" x="1%" width="51%" layer="3">
                    <drawtext name="recdate" x="10" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{printf('%02d.%02d.%d', daynumeric, month, year)} {time}" />
                    <drawtext name="menutext" x="{posx(recdate)} + {width(recdate)} + 30" valign="center" font="{light}" fontsize="85%" color="{fontactive}" text="{name}" />
                </area>
                <area x="1%" width="58%" layer="4">
                    <drawimage condition="{new}" name="new" imagetype="icon" path="ico_new_active" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="{areawidth} - 2*{areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                    <drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="{areawidth} - {areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
                </area>
            </areacontainer>
        </listelement>
        <currentelement delay="0" fadetime="{fadetimecurrent}">
            <area x="63%" y="0" width="36%" height="100%" layer="2">
                <!-- header -->
                <drawtext name="title" x="1%" y="0" width="98%" font="{semibold}" fontsize="8%" color="{fontactive}" text="{epgname}" />
                <drawtext name="shorttext" x="1%" y="{height(title)}" width="98%" font="{semibold}" fontsize="6%" color="{fontactive}" text="{shorttext}" />
                <drawtext name="datetime" x="1%" y="{posy(shorttext)} + {height(shorttext)}" font="{light}" fontsize="5%" color="{fontactive}" text="{date} {time}, {duration} min" />
                <!-- scraper poster -->
                <drawimage condition="{hasposter}" name="poster" imagetype="image" path="{posterpath}" x="1%" y="{posy(datetime)} + {height(datetime)} + 20" width="{areawidth}/3" height="{areawidth}/3 * {posterheight} / {posterwidth}"/>
                <!-- description -->
                <drawtextbox condition="{hasposter}" x="1%" y="{posy(poster)}" width="98%" 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="1%" y="{posy(poster)}" width="98%" height="{areaheight} - {posy(poster)}" font="{light}" fontsize="6%" color="{fontactive}" text="{description}" />
            </area>
        </currentelement>
    </menuitems>

    <menuitems x="0" y="10%" orientation="horizontal" width="100%" height="82%" align="center" numlistelements="8">
        <listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
            <!-- Background -->
            <area indicator="true" y="64%" height="36%" layer="2">
                <fill condition="{folder}" color="{menuseparator}" />
                <fill condition="{current}" color="{menuactive}" />
            </area>
            <areacontainer condition="not{current}">
                <!-- recording folder -->
                <area condition="{folder}" y="64%" height="36%" layer="3">
                    <drawimage name="foldericon" imagetype="icon" path="recfolder" align="center" y="0" width="0.7*{areaheight} * 92 / 136" height="0.7*{areaheight}" />
                    <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name} &#10;({numrecordingsfolder}, {newrecordingsfolder} {tr(new)})" />
                </area>
                <!-- recording item -->
                <area condition="not{folder}" y="64%" height="36%" layer="3">
                    <drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
                    <drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="recfile" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
                    <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontdefault}" text="{name}" />
                </area>
                <area condition="not{folder}" y="64%" height="12%" layer="4">
                    <drawimage condition="{new}" name="new" imagetype="icon" path="ico_new" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
                    <drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted" x="5" y="{areaheight}*0.5 + 5"  width="0.4*{areaheight}" height="0.4*{areaheight}" />
                    <drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
                </area>
            </areacontainer>
            <areacontainer condition="{current}">
                <!-- recording folder -->
                <area condition="{folder}" y="64%" height="36%" layer="3">
                    <drawimage name="foldericon" imagetype="icon" path="recfolder_active" align="center" y="0" width="0.7*{areaheight} * 92 / 136" height="0.7*{areaheight}" />
                    <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name} &#10;({numrecordingsfolder}, {newrecordingsfolder} {tr(new)})" />
                </area>
                <!-- recording item -->
                <area condition="not{folder}" y="64%" height="36%" layer="3">
                    <drawimage condition="{hasposterthumbnail}" imagetype="image" path="{thumbnailpath}" align="center" y="10" width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
                    <drawimage condition="not{hasposterthumbnail}" imagetype="icon" path="recfile_active" align="center" y="10"  width="{areaheight}*0.55 * {thumbnailwidth} / {thumbnailheight}" height="{areaheight}*0.55"/>
                    <drawtextbox align="center" maxlines="3" x="1%" y="63%" width="98%" height="37%" font="{light}" fontsize="12%" color="{fontactive}" text="{name}" />
                </area>
                <area condition="not{folder}" y="64%" height="12%" layer="4">
                    <drawimage condition="{new}" name="new" imagetype="icon" path="ico_new_active" x="5" y="5"  width="0.4*{areaheight}" height="0.4*{areaheight}" />
                    <drawimage condition="{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="5" y="{areaheight}*0.5 + 5"  width="0.4*{areaheight}" height="0.4*{areaheight}" />
                    <drawimage condition="not{new}++{cutted}" imagetype="icon" path="ico_cutted_active" x="5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" />
                </area>
            </areacontainer>
        </listelement>
        <currentelement delay="0" fadetime="{fadetimecurrent}">
            <areacontainer condition="not{hasposter}">
                <area x="5%" y="0" width="90%" height="61%" layer="2">
                    <!-- header -->
                    <drawtext name="title" x="2%" y="0" width="96%" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" />
                    <drawtext name="shorttext" x="2%" y="{height(title)}" width="96%" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" />
                    <drawtext name="datetime" x="2%" y="{posy(shorttext)} + {height(shorttext)}" width="96%" font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" />
                    <!-- description -->
                    <drawtextbox name="desc" x="2%" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.98" height="{areaheight}*0.9 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" />
                </area>
            </areacontainer>
            <areacontainer condition="{hasposter}">
                <area x="5%" y="0" width="90%" height="61%" layer="2">
                    <!-- scraper poster -->
                    <drawimage name="poster" imagetype="image" path="{posterpath}" x="1%" y="2%" width="{areaheight}*0.96 * {posterwidth} / {posterheight}" height="96%"/>
                    <!-- header -->
                    <drawtext name="title" x="{width(poster)} + 0.04*{areawidth}" y="0" width="0.94*{areawidth} - {width(poster)}" font="{semibold}" fontsize="12%" color="{fontactive}" text="{epgname}" />
                    <drawtext name="shorttext" x="{width(poster)} + 0.04*{areawidth}" y="{height(title)}" width="0.94*{areawidth} - {width(poster)}" font="{semibold}" fontsize="10%" color="{fontactive}" text="{shorttext}" />
                    <drawtext name="datetime" x="{width(poster)} + 0.04*{areawidth}" y="{posy(shorttext)} + {height(shorttext)}" width="0.94*{areawidth} - {width(poster)}"  font="{light}" fontsize="9%" color="{fontactive}" text="{date} {time}, {duration} min" />
                    <!-- description -->
                    <drawtextbox name="desc" x="{width(poster)} + 0.04*{areawidth}" y="{posy(datetime)} + {height(datetime)} + 10" width="{areawidth}*0.94 - {width(poster)}" height="{areaheight}*0.9 - {posy(datetime)}" font="{light}" fontsize="9%" color="{fontactive}" text="{description}" />
                </area>
            </areacontainer>
        </currentelement>
    </menuitems>

    <scrollbar orientation="horizontal">
        <areacontainer condition="lt({indexshowscrollbar},2)">
            <area condition="{hasprev}||{hasnext}" x="0" y="{areaheight}*0.6" width="100%" height="{areaheight}*0.025" layer="3">
                <fill color="{scrollbar}" />
                <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
                <drawrectangle x="4 + {areawidth} * {offset} / 1000" y="4" width="{areawidth} * {height} / 1000 - 8" height="{areaheight} - 8" color="{scrollbar}" />
            </area>
        </areacontainer>
        <areacontainer condition="eq({indexshowscrollbar},2)">
            <area x="0" y="{areaheight}*0.6" width="100%" height="{areaheight}*0.025" layer="3">
                <fill color="{scrollbar}" />
                <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
                <drawrectangle x="4 + {areawidth} * {offset} / 1000" y="4" width="{areawidth} * {height} / 1000 - 8" height="{areaheight} - 8" color="{scrollbar}" />
            </area>
        </areacontainer>
    </scrollbar>

    <scrollbar orientation="vertical">
        <areacontainer condition="lt({indexshowscrollbar},2)">
            <area condition="{hasprev}||{hasnext}" x="60%" y="10%" width="2%" height="82%" layer="3">
                <fill color="{scrollbar}" />
                <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
                <drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" />
            </area>
        </areacontainer>
        <areacontainer condition="eq({indexshowscrollbar},2)">
            <area x="60%" y="10%" width="2%" height="82%" layer="3">
                <fill color="{scrollbar}" />
                <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
                <drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{scrollbar}" />
            </area>
        </areacontainer>
    </scrollbar>

    <colorbuttons orientation="horizontal">
        <!-- horizontal menu -->
        <area x="0" y="93%" width="25%" height="7%" layer="2">
            <drawtext condition="{red1}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
            <drawrectangle condition="{red1}" x="0" y="0" width="10" height="100%" color="{clrRed}" />
            <drawtext condition="{green1}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
            <drawrectangle condition="{green1}" x="0" y="0" width="10" height="100%" color="{clrGreen}" />
            <drawtext condition="{yellow1}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
            <drawrectangle condition="{yellow1}" x="0" y="0" width="10" height="100%" color="{clrYellow}" />
            <drawtext condition="{blue1}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
            <drawrectangle condition="{blue1}" x="0" y="0" width="10" height="100%" color="{clrBlue}" />
        </area>
        <area x="25%" y="93%" width="25%" height="7%" layer="2">
            <drawtext condition="{red2}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
            <drawrectangle condition="{red2}" x="0" y="0" width="10" height="100%" color="{clrRed}" />
            <drawtext condition="{green2}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
            <drawrectangle condition="{green2}" x="0" y="0" width="10" height="100%" color="{clrGreen}" />
            <drawtext condition="{yellow2}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
            <drawrectangle condition="{yellow2}" x="0" y="0" width="10" height="100%" color="{clrYellow}" />
            <drawtext condition="{blue2}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
            <drawrectangle condition="{blue2}" x="0" y="0" width="10" height="100%" color="{clrBlue}" />
        </area>
        <area x="50%" y="93%" width="25%" height="7%" layer="2">
            <drawtext condition="{red3}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
            <drawrectangle condition="{red3}" x="0" y="0" width="10" height="100%" color="{clrRed}" />
            <drawtext condition="{green3}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
            <drawrectangle condition="{green3}" x="0" y="0" width="10" height="100%" color="{clrGreen}" />
            <drawtext condition="{yellow3}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
            <drawrectangle condition="{yellow3}" x="0" y="0" width="10" height="100%" color="{clrYellow}" />
            <drawtext condition="{blue3}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
            <drawrectangle condition="{blue3}" x="0" y="0" width="10" height="100%" color="{clrBlue}" />
        </area>
        <area x="75%" y="93%" width="25%" height="7%" layer="2">
            <drawtext condition="{red4}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{red}" />
            <drawrectangle condition="{red4}" x="0" y="0" width="10" height="100%" color="{clrRed}" />
            <drawtext condition="{green4}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{green}" />
            <drawrectangle condition="{green4}" x="0" y="0" width="10" height="100%" color="{clrGreen}" />
            <drawtext condition="{yellow4}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{yellow}" />
            <drawrectangle condition="{yellow4}" x="0" y="0" width="10" height="100%" color="{clrYellow}" />
            <drawtext condition="{blue4}" x="20" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{blue}" />
            <drawrectangle condition="{blue4}" x="0" y="0" width="10" height="100%" color="{clrBlue}" />
        </area>
    </colorbuttons>

</menurecordings>