summaryrefslogtreecommitdiff
path: root/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass-coach.xml
blob: 96a95157672aec234b78bb9fb75fe359a7d192a9 (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
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
<window type="window" id="9507">
    <allowoverlay>yes</allowoverlay>
    <defaultcontrol always="true">110</defaultcontrol>
    <controls>
        <control type="image">
            <description>Normal Default Background Image</description>
            <width>1280</width>
            <height>720</height>
            <aspectratio>scale</aspectratio>
            <texture>../../../../fanart.jpg</texture>
        </control>
        <control type="label" id="99">
            <description>Title text</description>
            <left>92</left>
            <height>60</height>
            <top>10</top>
            <width>800</width>
            <align>center</align>
            <aligny>center</aligny>
            <info></info>
            <font>font30</font>
            <textcolor>FFEEEEEE</textcolor>
            <shadowcolor>ff000000</shadowcolor>
            <wrapmultiline>false</wrapmultiline>
            <visible>![Player.HasMedia + Control.IsVisible(101)]</visible>
        </control>

        <control type="image">
            <description>Video shadow</description>
            <left>7</left>
            <top>85</top>
            <width>970</width>
            <height>550</height>
            <aspectratio>stretch</aspectratio>
            <texture border="8">GamePass/shadowbox.png</texture>
            <visible>Control.IsVisible(100) + Player.HasMedia</visible>
        </control>
        <control type="videowindow" id="100">
            <description>960x540 Video</description>
            <left>12</left>
            <top>0</top>
            <width>960</width>
        </control>

        <control type="group">
            <visible>Control.IsVisible(100) + Player.HasMedia</visible>

            <control type="progress">
                <left>8</left>
                <top>630</top>
                <width>968</width>
                <height>20</height>
                <texturebg border="8" colordiffuse="66CCCCCC">GamePass/progressbg.png</texturebg>
                <lefttexture>-</lefttexture>
                <midtexture border="8" colordiffuse="CCFFFFFF">GamePass/progress.png</midtexture>
                <righttexture>-</righttexture>
                <overlaytexture>-</overlaytexture>
                <info>Player.Progress</info>   
            </control>

            <control type="label">
                <description>Remaining time</description>
                <top>645</top>
                <left>760</left>
                <height>30</height>
                <width>200</width>
                <align>right</align>
                <aligny>center</aligny>
                <label>$INFO[Player.Time] / $INFO[Player.Duration]</label>
                <font>font12</font>
                <textcolor>FFEEEEEE</textcolor>
            </control>
        </control>

        <control type="list" id="110">
            <description>Play list container</description>
            <left>985</left>
            <top>0</top>
            <width>280</width>
            <height>720</height>
            <viewtype label="list">list</viewtype>
            <orientation>vertical</orientation>
            <autoscroll>false</autoscroll>
            <pagecontrol>60</pagecontrol>
            <onleft>90</onleft>
            <onright>60</onright>
            <visible>![Player.HasMedia + Control.IsVisible(101)]</visible>
            <itemlayout width="280" height="40">
                <control type="image">
                    <width>280</width>
                    <height>40</height>
                    <texture>GamePass/week_bg.png</texture>
                </control>
                <control type="label">
                    <description>Clip description, not focused</description>
                    <left>5</left>
                    <width>270</width>
                    <align>center</align>
                    <aligny>center</aligny>
                    <scroll>false</scroll>
                    <info>ListItem.Label</info>
                    <font>font12</font>
                    <textcolor>FF111111</textcolor>
                    <wrapmultiline>false</wrapmultiline>
                    <scrollspeed>50</scrollspeed>
                    <scrollsuffix> - </scrollsuffix>
                </control>
            </itemlayout>
            <focusedlayout width="280" height="40">
                <control type="image">
                    <width>280</width>
                    <height>40</height>
                    <texture>GamePass/week_focus.png</texture>
                    <visible>Control.HasFocus(110)</visible>
                </control>
                <control type="image">
                    <width>280</width>
                    <height>40</height>
                    <texture>GamePass/week_focus2.png</texture>
                    <visible>!Control.HasFocus(110)</visible>
                </control>
                <control type="label">
                    <description>Clip description, focused</description>
                    <left>5</left>
                    <width>270</width>
                    <align>center</align>
                    <aligny>center</aligny>
                    <scroll>false</scroll>
                    <info>ListItem.Label</info>
                    <font>font12</font>
                    <textcolor>FFFFFFFF</textcolor>
                    <wrapmultiline>false</wrapmultiline>
                    <scrollspeed>50</scrollspeed>
                    <scrollsuffix> - </scrollsuffix>
                    <visible>Control.HasFocus(110)</visible>
                </control>
                <control type="label">
                    <description>Clip description, not focused</description>
                    <left>5</left>
                    <width>270</width>
                    <align>center</align>
                    <aligny>center</aligny>
                    <scroll>false</scroll>
                    <info>ListItem.Label</info>
                    <font>font12</font>
                    <textcolor>FF111111</textcolor>
                    <wrapmultiline>false</wrapmultiline>
                    <scrollspeed>50</scrollspeed>
                    <scrollsuffix> - </scrollsuffix>
                    <visible>!Control.HasFocus(110)</visible>
                </control>
            </focusedlayout>
        </control>
        <control type="scrollbar" id="60">
            <left>1270</left>
            <top>0</top>
            <width>10</width>
            <height>720</height>
            <onup>60</onup>
            <ondown>60</ondown>
            <onleft>110</onleft>
            <onright>110</onright>
            <texturesliderbackground>-</texturesliderbackground>
            <texturesliderbar border="1" flipx="true">GamePass/texturesliderbar.png</texturesliderbar>
            <texturesliderbarfocus border="1" flipx="true">GamePass/texturesliderbar2.png</texturesliderbarfocus>
            <showonepage>false</showonepage>
            <orientation>vertical</orientation>
            <visible>![Player.HasMedia + Control.IsVisible(101)]</visible>
        </control>
    </controls>
</window>