aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/1080i/DialogPVRInfo.xml
blob: 17b51fbbb1856887c307983eb1bae769e3389ae3 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">9000</defaultcontrol>
	<onload>SetProperty(infobackground,$INFO[ListItem.Art(fanart)],home)</onload>
	<onunload>ClearProperty(infobackground,home)</onunload>
	<controls>
		<control type="image">
			<texture fallback="special://skin/extras/backgrounds/SKINDEFAULT.jpg">$VAR[GlobalFanartVar]</texture>
			<width>100%</width>
			<height>100%</height>
			<aspectratio align="center">scale</aspectratio>
			<animation effect="fade" start="0" end="100" time="100">WindowOpen</animation>
			<animation effect="fade" start="100" end="0" time="100">WindowClose</animation>
			<animation effect="fade" start="100" end="75" time="0" condition="true">Conditional</animation>
			<visible>Window.isActive(fullscreenvideo)</visible>
		</control>
		<control type="image">
			<include>OpenClose_Left</include>
			<left>114</left>
			<top>236</top>
			<width>461</width>
			<height>461</height>
			<aspectratio>keep</aspectratio>
			<bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
			<bordersize>4</bordersize>
			<texture fallback="DefaultTVShowsSquare.png">$INFO[ListItem.Icon]</texture>
		</control>
		<control type="group">
			<top>230</top>
			<left>50</left>
			<include>OpenClose_Right</include>
			<control type="button" id="61">
				<left>600</left>
				<top>-18</top>
				<width>1170</width>
				<height>509</height>
				<font></font>
				<onleft>61</onleft>
				<onright>61</onright>
				<ondown>9000</ondown>
				<onup>49</onup>
				<onclick>SetProperty(TextViewer_Header,$LOCALIZE[207],home)</onclick>
				<onclick>SetProperty(TextViewer_Text,$ESCINFO[ListItem.Plot],home)</onclick>
				<onclick>ActivateWindow(1102)</onclick>
			</control>
			<control type="textbox" id="400">
				<left>660</left>
				<top>20</top>
				<width>1050</width>
				<height>425</height>
				<align>justify</align>
				<font>font_textbox</font>
				<label>$INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.Duration])[CR]$INFO[ListItem.StartDate][CR]$INFO[ListItem.Season, [COLOR button_focus]S[/COLOR]]$INFO[ListItem.Episode, [COLOR button_focus]E[/COLOR],: ]$INFO[ListItem.EpisodeName,[B],[/B][CR]]$INFO[ListItem.Genre,[COLOR button_focus]$LOCALIZE[515]:[/COLOR] ,[CR]]$INFO[ListItem.Writer,[COLOR button_focus]$LOCALIZE[20417]:[/COLOR] ,[CR]]$INFO[ListItem.Director,[COLOR button_focus]$LOCALIZE[20339]:[/COLOR] ,[CR]]$INFO[ListItem.Cast,[COLOR button_focus]$LOCALIZE[206]:[/COLOR] ,[CR]][CR]$INFO[ListItem.Plot]</label>
				<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
			</control>
			<control type="grouplist" id="9000">
				<left>150</left>
				<top>600</top>
				<width>1520</width>
				<height>160</height>
				<itemgap>10</itemgap>
				<align>center</align>
				<orientation>horizontal</orientation>
				<defaultcontrol>5</defaultcontrol>
				<onleft>9000</onleft>
				<onright>9000</onright>
				<onup>49</onup>
				<ondown>49</ondown>
				<include content="InfoDialogButton">
					<param name="id" value="5" />
					<param name="icon" value="icons/infodialogs/launch.png" />
					<param name="label" value="$LOCALIZE[19165]" />
					<param name="visible" value="Window.IsActive(PVRGuideInfo)" />
				</include>
				<include content="InfoDialogButton">
					<param name="id" value="4" />
					<param name="icon" value="icons/infodialogs/similar.png" />
					<param name="label" value="$LOCALIZE[19003]" />
					<param name="visible" value="Window.IsActive(PVRGuideInfo)" />
				</include>
				<include content="InfoDialogButton">
					<param name="id" value="8" />
					<param name="icon" value="icons/infodialogs/play_record.png" />
					<param name="label" value="$LOCALIZE[19687]" />
					<param name="visible" value="Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo)" />
				</include>
				<include content="InfoDialogButton">
					<param name="id" value="6" />
					<param name="icon" value="icons/infodialogs/record.png" />
					<param name="visible" value="Window.IsActive(PVRGuideInfo)" />
				</include>
				<include content="InfoDialogButton">
					<param name="id" value="9" />
					<param name="icon" value="icons/infodialogs/timer.png" />
					<param name="label" value="$LOCALIZE[19061]" />
					<param name="visible" value="Window.IsActive(PVRGuideInfo)" />
				</include>
				<include content="InfoDialogButton">
					<param name="id" value="440" />
					<param name="icon" value="icons/infodialogs/trailer.png" />
					<param name="label" value="$LOCALIZE[31114]" />
					<param name="onclick_1" value="Action(close)" />
					<param name="onclick_2" value="RunScript(script.extendedinfo,info=youtubebrowser,id=$INFO[ListItem.Title])" />
					<param name="visible" value="System.hasAddon(script.extendedinfo)" />
				</include>
			</control>
		</control>
		<include content="InfoDialogTopBarInfo">
			<param name="main_label" value="$INFO[ListItem.Title]$INFO[ListItem.Season, ]$INFO[ListItem.Episode,[COLOR grey]x[/COLOR]]" />
			<param name="sub_label" value="$INFO[ListItem.ChannelName]" />
			<param name="posy" value="40" />
		</include>
	</controls>
</window>