aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogFullScreenInfo.xml
blob: f89dc2e1db521100e054eb26460a307de5721cf6 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<depth>DepthOSD</depth>
	<defaultcontrol always="true">5553</defaultcontrol>
	<controls>
		<control type="button">
			<description>background close area</description>
			<left>0</left>
			<top>0</top>
			<width>100%</width>
			<bottom>280</bottom>
			<texturefocus />
			<texturenofocus />
			<onclick>Action(close)</onclick>
		</control>
		<control type="group">
			<bottom>0</bottom>
			<height>230</height>
			<visible>!Window.IsVisible(playerprocessinfo)</visible>
			<animation effect="fade" time="200">VisibleChange</animation>
			<control type="image">
				<depth>DepthOSD+</depth>
				<left>10</left>
				<top>-490</top>
				<width>400</width>
				<height>600</height>
				<aspectratio aligny="bottom">keep</aspectratio>
				<texture fallback="DefaultVideo.png" background="true">$VAR[NowPlayingPosterVar]</texture>
				<bordertexture border="21">overlays/shadow.png</bordertexture>
				<bordersize>20</bordersize>
				<include>OpenClose_Left</include>
			</control>
			<control type="group">
				<include>OpenClose_Right</include>
				<control type="image">
					<left>400</left>
					<top>-240</top>
					<right>20</right>
					<height>350</height>
					<texture>dialogs/dialog-bg-nobo.png</texture>
					<bordertexture border="21">overlays/shadow.png</bordertexture>
					<bordersize>20</bordersize>
				</control>
				<control type="textbox">
					<left>443</left>
					<top>-207</top>
					<right>80</right>
					<height>290</height>
					<label fallback="416">$VAR[FullScreenInfoTextBoxVar]</label>
					<align>justify</align>
					<autoscroll delay="5000" repeat="7500" time="5000"></autoscroll>
				</control>
				<control type="grouplist" id="5550">
					<right>20</right>
					<top>-310</top>
					<width>1000</width>
					<height>100</height>
					<align>right</align>
					<orientation>horizontal</orientation>
					<itemgap>-10</itemgap>
					<onup>Close</onup>
					<ondown>Close</ondown>
					<usecontrolcoords>true</usecontrolcoords>
					<control type="button" id="5553">
						<width>auto</width>
						<height>100</height>
						<textoffsetx>80</textoffsetx>
						<label>$LOCALIZE[207]</label>
					</control>
					<control type="button" id="5554">
						<width>auto</width>
						<height>100</height>
						<textoffsetx>80</textoffsetx>
						<onclick>Close</onclick>
						<label>$LOCALIZE[206]</label>
						<visible>!String.IsEmpty(VideoPlayer.CastAndRole)</visible>
					</control>
					<control type="button" id="5555">
						<width>auto</width>
						<height>100</height>
						<textoffsetx>80</textoffsetx>
						<label>$LOCALIZE[19031]</label>
						<visible>VideoPlayer.Content(livetv)</visible>
					</control>
				</control>
			</control>
			<control type="grouplist">
				<right>20</right>
				<top>155</top>
				<width>1000</width>
				<height>100</height>
				<align>right</align>
				<include>Animation_BottomSlide</include>
				<orientation>horizontal</orientation>
				<itemgap>10</itemgap>
				<visible>!Player.ChannelPreviewActive</visible>
				<include content="MediaFlag">
					<param name="texture" value="$INFO[VideoPlayer.AudioChannels,flags/audiochannel/,.png]" />
				</include>
				<include content="MediaFlag">
					<param name="texture" value="$INFO[VideoPlayer.AudioCodec,flags/audiocodec/,.png]" />
				</include>
				<include content="MediaFlag">
					<param name="texture" value="$INFO[VideoPlayer.VideoAspect,flags/aspectratio/,.png]" />
				</include>
				<include content="MediaFlag">
					<param name="texture" value="$INFO[VideoPlayer.VideoCodec,flags/videocodec/,.png]" />
				</include>
			</control>
		</control>
	</controls>
</window>