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
|
<window type="dialog" id="142">
<defaultcontrol always="true">603</defaultcontrol>
<controls>
<control type="group">
<animation effect="fade" start="0" end="100" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300" delay="150" tween="quadratic" easing="out">WindowClose</animation>
<animation effect="fade" start="100" end="0" time="300" tween="quadratic" easing="out" condition="Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(VideoOSD)">Conditional</animation>
<control type="image">
<description>media info background image</description>
<posx>0</posx>
<posy>270r</posy>
<width>1280</width>
<height>270</height>
<texture>HomeNowPlayingBack.png</texture>
</control>
<control type="image">
<description>media info background image</description>
<posx>0</posx>
<posy>270r</posy>
<width>1280</width>
<height>270</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>HomeNowPlayingBack.png</texture>
</control>
<control type="image">
<description>Non Movie cover image</description>
<posx>10</posx>
<posy>290r</posy>
<width>340</width>
<height>260</height>
<fadetime>200</fadetime>
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>!VideoPlayer.Content(Movies)</visible>
</control>
<control type="image">
<description>Movie cover image</description>
<posx>10</posx>
<posy>350r</posy>
<width>340</width>
<height>320</height>
<fadetime>200</fadetime>
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>VideoPlayer.Content(Movies)</visible>
</control>
<control type="progress">
<description>ProgressbarCache</description>
<posx>10</posx>
<posy>30r</posy>
<width>340</width>
<height>14</height>
<info>Player.ProgressCache</info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
</control>
<control type="progress">
<description>Progressbar</description>
<posx>10</posx>
<posy>30r</posy>
<width>340</width>
<height>14</height>
<info>Player.Progress</info>
</control>
<control type="group">
<posx>370</posx>
<posy>180r</posy>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<posx>340</posx>
<posy>0</posy>
<width>550</width>
<align>right</align>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<control type="image">
<description>Video rez Image</description>
<width>80</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
</control>
<control type="image">
<description>Common Codec Image</description>
<width>80</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
<!-- Don't show if its one of the 500 divx codecs -->
<visible>![substring(VideoPlayer.VideoCodec,div,left) | stringcompare(VideoPlayer.VideoCodec,dx50)]</visible>
</control>
<control type="image">
<description>Divx Codec Image</description>
<width>80</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>flagging/video/divx.png</texture>
<visible>[substring(VideoPlayer.VideoCodec,div,left) | stringcompare(VideoPlayer.VideoCodec,dx50)]</visible>
</control>
<control type="image">
<description>Dolby Digital Image</description>
<width>80</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>flagging/audio/dolbydigital.png</texture>
<visible>[stringcompare(VideoPlayer.AudioCodec,ac3) + stringcompare(VideoPlayer.AudioChannels,6)]</visible>
</control>
<control type="image">
<description>Audio Codec Image</description>
<width>80</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
<!-- Don't show if I want the Dolby Digital Logo -->
<visible>![stringcompare(VideoPlayer.AudioCodec,ac3) + stringcompare(VideoPlayer.AudioChannels,6)]</visible>
</control>
<control type="image">
<description>Audio Channels Image</description>
<width>60</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
</control>
</control>
<control type="label">
<description>Playing Label</description>
<posx>0</posx>
<posy>0</posy>
<width>500</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<label>31040</label>
</control>
<control type="label">
<posx>10</posx>
<posy>35</posy>
<width>880</width>
<height>30</height>
<label>$INFO[VideoPlayer.Studio]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(Movies)</visible>
</control>
<control type="label">
<posx>10</posx>
<posy>35</posy>
<width>880</width>
<height>30</height>
<label>$INFO[VideoPlayer.TVShowTitle] - ($INFO[VideoPlayer.Season]$INFO[VideoPlayer.Episode,x])</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(Episodes)</visible>
</control>
<control type="label">
<posx>10</posx>
<posy>35</posy>
<width>880</width>
<height>30</height>
<label>$INFO[VideoPlayer.Artist]$INFO[VideoPlayer.Album, - ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(MusicVideos)</visible>
</control>
<control type="label">
<posx>10</posx>
<posy>65</posy>
<width>880</width>
<height>30</height>
<label>$INFO[VideoPlayer.Title]</label>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Chapter Count</description>
<posx>0</posx>
<posy>110</posy>
<width>300</width>
<height>20</height>
<label>$INFO[Player.Chapter,[COLOR=blue]$LOCALIZE[21396]:[/COLOR] ]$INFO[Player.ChapterCount, / ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.ChapterCount</visible>
</control>
<control type="label">
<description>Chapter Name</description>
<posx>0</posx>
<posy>130</posy>
<width>300</width>
<height>20</height>
<label>$INFO[Player.ChapterName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Player Times</description>
<posx>890</posx>
<posy>115</posy>
<width>500</width>
<height>25</height>
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
<align>right</align>
<aligny>center</aligny>
<font>font30_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Current Video End Time</description>
<posx>890</posx>
<posy>150</posy>
<width>890</width>
<height>20</height>
<label>[COLOR=blue]$LOCALIZE[31049][/COLOR] : $INFO[Player.FinishTime]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</control>
<include>Clock</include>
</controls>
</window>
|