1
<window type="dialog" id="142">
2
<defaultcontrol always="true">603</defaultcontrol>
5
<animation effect="fade" start="0" end="100" time="300" tween="quadratic" easing="out">WindowOpen</animation>
6
<animation effect="fade" start="100" end="0" time="300" delay="150" tween="quadratic" easing="out">WindowClose</animation>
7
<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)">Conditional</animation>
9
<description>media info background image</description>
14
<texture>HomeNowPlayingBack.png</texture>
16
<control type="image">
17
<description>media info background image</description>
22
<colordiffuse>88FFFFFF</colordiffuse>
23
<texture>HomeNowPlayingBack.png</texture>
25
<control type="image">
26
<description>Non Movie cover image</description>
31
<fadetime>200</fadetime>
32
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
33
<aspectratio aligny="bottom">keep</aspectratio>
34
<bordertexture border="8">ThumbShadow.png</bordertexture>
35
<bordersize>8</bordersize>
36
<visible>!VideoPlayer.Content(Movies)</visible>
38
<control type="image">
39
<description>Movie cover image</description>
44
<fadetime>200</fadetime>
45
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
46
<aspectratio aligny="bottom">keep</aspectratio>
47
<bordertexture border="8">ThumbShadow.png</bordertexture>
48
<bordersize>8</bordersize>
49
<visible>VideoPlayer.Content(Movies)</visible>
51
<control type="progress">
52
<description>Progressbar</description>
57
<info>Player.Progress</info>
59
<control type="group">
62
<control type="grouplist">
63
<description>Media Codec Flagging Images</description>
69
<orientation>horizontal</orientation>
70
<control type="image">
71
<description>Video rez Image</description>
74
<aspectratio>keep</aspectratio>
75
<texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
78
<control type="image">
79
<description>Common Codec Image</description>
82
<aspectratio>keep</aspectratio>
83
<texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
84
<!-- Don't show if its one of the 500 divx codecs -->
85
<visible>![stringcompare(VideoPlayer.VideoCodec,divx) | stringcompare(VideoPlayer.VideoCodec,div3) |stringcompare(VideoPlayer.VideoCodec,div4) | stringcompare(VideoPlayer.VideoCodec,div5)]</visible>
87
<control type="image">
88
<description>Divx Codec Image</description>
91
<aspectratio>keep</aspectratio>
92
<texture>flagging/video/divx.png</texture>
93
<visible>stringcompare(VideoPlayer.VideoCodec,divx) | stringcompare(VideoPlayer.VideoCodec,div3) |stringcompare(VideoPlayer.VideoCodec,div4) | stringcompare(VideoPlayer.VideoCodec,div5)</visible>
96
<control type="image">
97
<description>Dolby Digital Image</description>
100
<aspectratio>keep</aspectratio>
101
<texture>flagging/audio/dolbydigital.png</texture>
102
<visible>[stringcompare(VideoPlayer.AudioCodec,ac3) + stringcompare(VideoPlayer.AudioChannels,6)]</visible>
104
<control type="image">
105
<description>Audio Codec Image</description>
108
<aspectratio>keep</aspectratio>
109
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
110
<!-- Don't show if I want the Dolby Digital Logo -->
111
<visible>![stringcompare(VideoPlayer.AudioCodec,ac3) + stringcompare(VideoPlayer.AudioChannels,6)]</visible>
114
<control type="image">
115
<description>Audio Channels Image</description>
118
<aspectratio>keep</aspectratio>
119
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
122
<control type="label">
123
<description>Playing Label</description>
129
<aligny>center</aligny>
130
<font>font13_title</font>
131
<textcolor>blue</textcolor>
132
<shadowcolor>black</shadowcolor>
135
<control type="label">
140
<label>$INFO[VideoPlayer.Studio]</label>
142
<aligny>center</aligny>
144
<textcolor>grey</textcolor>
145
<shadowcolor>black</shadowcolor>
146
<visible>VideoPlayer.Content(Movies)</visible>
148
<control type="label">
153
<label>$INFO[VideoPlayer.TVShowTitle] - ($INFO[VideoPlayer.Season]$INFO[VideoPlayer.Episode,x])</label>
155
<aligny>center</aligny>
157
<textcolor>grey</textcolor>
158
<shadowcolor>black</shadowcolor>
159
<visible>VideoPlayer.Content(Episodes)</visible>
161
<control type="label">
166
<label>$INFO[VideoPlayer.Artist]$INFO[VideoPlayer.Album, - ]</label>
168
<aligny>center</aligny>
170
<textcolor>grey</textcolor>
171
<shadowcolor>black</shadowcolor>
172
<visible>VideoPlayer.Content(MusicVideos)</visible>
174
<control type="label">
179
<label>$INFO[VideoPlayer.Title]</label>
180
<scroll>true</scroll>
182
<aligny>center</aligny>
183
<font>font24_title</font>
184
<textcolor>white</textcolor>
185
<shadowcolor>black</shadowcolor>
188
<control type="label">
189
<description>Chapter Count</description>
194
<label>$INFO[Player.Chapter,[COLOR=blue]$LOCALIZE[21396]:[/COLOR] ]$INFO[Player.ChapterCount, / ]</label>
196
<aligny>center</aligny>
197
<font>font12_title</font>
198
<textcolor>grey2</textcolor>
199
<shadowcolor>black</shadowcolor>
200
<visible>Player.ChapterCount</visible>
202
<control type="label">
203
<description>Chapter Name</description>
208
<label>$INFO[Player.ChapterName]</label>
210
<aligny>center</aligny>
211
<font>font12_title</font>
212
<textcolor>grey2</textcolor>
213
<shadowcolor>black</shadowcolor>
215
<control type="label">
216
<description>Player Times</description>
221
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
223
<aligny>center</aligny>
224
<font>font30_title</font>
225
<textcolor>grey</textcolor>
226
<shadowcolor>black</shadowcolor>
228
<control type="label">
229
<description>Current Video End Time</description>
234
<label>[COLOR=blue]$LOCALIZE[31049][/COLOR] : $INFO[Player.FinishTime]</label>
236
<aligny>center</aligny>
237
<font>font12_title</font>
238
<textcolor>grey2</textcolor>
239
<shadowcolor>black</shadowcolor>
243
<include>Clock</include>
b'\\ No newline at end of file'