-
Notifications
You must be signed in to change notification settings - Fork 21
/
base_schedule.xml
176 lines (156 loc) · 7.08 KB
/
base_schedule.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "../mythuitheme.dtd">
<mythuitheme>
<!-- Shows the channel list and time at the top
The frontend will segfault when guidegrid is put in a group -->
<group name="base_channellist_group">
<!-- this is the background for the entire tv program list -->
<shape name="channellist_background" from="base_background_shape">
<area>0,0,1240,480</area>
</shape>
<shape name="channellist_separator" from="base_background_shape">
<area>255,1,1,478</area>
</shape>
<shape name="timelist_separator" from="base_background_shape">
<area>1,35,1238,1</area>
</shape>
<!-- shows the channel group in the top left corner -->
<textarea name="channelgroup" from="base_textarea">
<area>15,2,226,36</area>
<align>left,vcenter</align>
</textarea>
<!-- this is the vertical list of the available channels -->
<buttonlist name="channellist" from="base_buttonlist">
<area>15,45,200,450</area>
<spacing>1</spacing>
<triggerevent context="Global" action="ESCAPE">LEFT</triggerevent>
<statetype name="buttonitem">
<state name="active">
<area>0,0,225,70</area>
<shape name="background">
<area>0,0,100%,100%</area>
<fill color="#000000" alpha="0" />
<line color="#000000" alpha="0" width="0" />
</shape>
<shape name="channelicon_background" from="base_background_shape">
<area>4,8,71,53</area>
<cornerradius>0</cornerradius>
</shape>
<imagetype name="channelicon">
<area>5,9,68,51</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<textarea name="buttontext" from="base_textarea">
<area>90,0,135,70</area>
<font state="favourite">text_yellow</font>
<font state="unavailable">text_blue</font>
<font state="favunavailable">text_purple</font>
<scroll direction="horizontal" rate="35"/>
</textarea>
</state>
<state name="inactive" from="active"/>
<state name="selectedactive" from="active"/>
<state name="selectedinactive" from="active"/>
</statetype>
<statetype name="upscrollarrow">
<position>100%-140,0</position>
</statetype>
<statetype name="downscrollarrow">
<position>100%-140,410</position>
</statetype>
</buttonlist>
<!-- this is the horizontal list of the time slots -->
<buttonlist name="timelist">
<area>255,2,980,30</area>
<layout>horizontal</layout>
<spacing>0</spacing>
<buttonarea>20,0,945,30</buttonarea>
<triggerevent context="Global" action="ESCAPE">LEFT</triggerevent>
<statetype name="buttonitem">
<state name="active">
<imagetype name="buttonbackground">
<area>0,0,36,36</area>
<filename />
</imagetype>
<textarea name="buttontext" from="base_textarea">
<area>30,0,150,36</area>
</textarea>
</state>
<state name="inactive" from="active"/>
<state name="selectedactive" from="active"/>
<state name="selectedinactive" from="active"/>
</statetype>
</buttonlist>
</group>
<!-- Shows the channel icon or text at the left side and the
actual program title, subtitle and its description in the
center together with some additional information -->
<group name="base_program_details_group">
<!-- this is the background for the information at the bottom like
shows coverart, track details, ratings and the visualizer -->
<shape name="program_details_background" from="base_background_shape">
<area>0,0,1240,165</area>
</shape>
<textarea name="title" from="base_textarea">
<area>15,10,600,36</area>
<font>title</font>
<scroll direction="horizontal" rate="35"/>
</textarea>
<textarea name="subtitle" from="base_textarea">
<area>15,40,600,36</area>
<scroll direction="horizontal" rate="35"/>
</textarea>
<textarea name="template" from="base_textarea">
<area>625,10,270,36</area>
<scroll direction="horizontal" rate="35"/>
<template>%Using |TEMPLATE| Template%</template>
</textarea>
<textarea name="channel" from="base_textarea">
<area>625,40,200,36</area>
<scroll direction="horizontal" rate="35"/>
<template>Channel: %1</template>
</textarea>
<textarea name="timedate" from="base_textarea">
<area>900,10,325,36</area>
<align>right,vcenter</align>
</textarea>
<textarea name="rectypestatus" from="base_textarea">
<area>825,40,400,36</area>
<scroll direction="horizontal" rate="35"/>
<font>text</font>
<font state="running">text_green</font>
<font state="disabled">text_grey</font>
<font state="error">text_red</font>
<font state="normal">text</font>
<font state="warning">text_orange</font>
<align>right,vcenter</align>
<template>%1</template>
</textarea>
<shape name="description_separator" from="base_background_shape">
<area>1,77,1238,1</area>
</shape>
<!-- show the plot of the recording -->
<textarea name="description" from="base_textarea">
<area>15,87,980,63</area>
<multiline>yes</multiline>
<scroll direction="vertical" rate="10"/>
<align>left,bottom</align>
<template>%LONGREPEAT%%(|STARS|) %%DESCRIPTION%</template>
</textarea>
<group name="recordedgroup" depends="recordedmagic">
<textarea name="recordedmagic">
<template>%recordedpercent%</template>
</textarea>
<area>1000,105,220,20</area>
<progressbar name="recordedprogressbar" from="base_progressbar">
<area>0,0,100%,100%</area>
</progressbar>
<textarea name="recordedpercent" from="base_textarea">
<area>0,0,100%,100%</area>
<font>test_small</font>
<align>hcenter,vcenter</align>
<template>%|recordedpercent|%% recorded</template>
</textarea>
</group>
</group>
</mythuitheme>