~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.confluence/720p/DialogFullScreenInfo.xml

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<window type="dialog" id="142">
2
 
        <defaultcontrol always="true">603</defaultcontrol>
3
 
        <controls>
4
 
                <control type="group">
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>
8
 
                        <control type="image">
9
 
                                <description>media info background image</description>
10
 
                                <posx>0</posx>
11
 
                                <posy>270r</posy>
12
 
                                <width>1280</width>
13
 
                                <height>270</height>
14
 
                                <texture>HomeNowPlayingBack.png</texture>
15
 
                        </control>
16
 
                        <control type="image">
17
 
                                <description>media info background image</description>
18
 
                                <posx>0</posx>
19
 
                                <posy>270r</posy>
20
 
                                <width>1280</width>
21
 
                                <height>270</height>
22
 
                                <colordiffuse>88FFFFFF</colordiffuse>
23
 
                                <texture>HomeNowPlayingBack.png</texture>
24
 
                        </control>
25
 
                        <control type="image">
26
 
                                <description>Non Movie cover image</description>
27
 
                                <posx>10</posx>
28
 
                                <posy>290r</posy>
29
 
                                <width>340</width>
30
 
                                <height>260</height>
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>
37
 
                        </control>
38
 
                        <control type="image">
39
 
                                <description>Movie cover image</description>
40
 
                                <posx>10</posx>
41
 
                                <posy>350r</posy>
42
 
                                <width>340</width>
43
 
                                <height>320</height>
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>
50
 
                        </control>
51
 
                        <control type="progress">
52
 
                                <description>Progressbar</description>
53
 
                                <posx>10</posx>
54
 
                                <posy>30r</posy>
55
 
                                <width>340</width>
56
 
                                <height>14</height>
57
 
                                <info>Player.Progress</info>
58
 
                        </control>
59
 
                        <control type="group">
60
 
                                <posx>370</posx>
61
 
                                <posy>180r</posy>
62
 
                                <control type="grouplist">
63
 
                                        <description>Media Codec Flagging Images</description>
64
 
                                        <posx>340</posx>
65
 
                                        <posy>0</posy>
66
 
                                        <width>550</width>
67
 
                                        <align>right</align>
68
 
                                        <itemgap>0</itemgap>
69
 
                                        <orientation>horizontal</orientation>
70
 
                                        <control type="image">
71
 
                                                <description>Video rez Image</description>
72
 
                                                <width>80</width>
73
 
                                                <height>40</height>
74
 
                                                <aspectratio>keep</aspectratio>
75
 
                                                <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
76
 
                                        </control>
77
 
                                        
78
 
                                        <control type="image">
79
 
                                                <description>Common Codec Image</description>
80
 
                                                <width>80</width>
81
 
                                                <height>40</height>
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>
86
 
                                        </control>
87
 
                                        <control type="image">
88
 
                                                <description>Divx Codec Image</description>
89
 
                                                <width>80</width>
90
 
                                                <height>40</height>
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>
94
 
                                        </control>
95
 
                                        
96
 
                                        <control type="image">
97
 
                                                <description>Dolby Digital Image</description>
98
 
                                                <width>80</width>
99
 
                                                <height>40</height>
100
 
                                                <aspectratio>keep</aspectratio>
101
 
                                                <texture>flagging/audio/dolbydigital.png</texture>
102
 
                                                <visible>[stringcompare(VideoPlayer.AudioCodec,ac3) + stringcompare(VideoPlayer.AudioChannels,6)]</visible>
103
 
                                        </control>
104
 
                                        <control type="image">
105
 
                                                <description>Audio Codec Image</description>
106
 
                                                <width>80</width>
107
 
                                                <height>40</height>
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>
112
 
                                        </control>
113
 
                                        
114
 
                                        <control type="image">
115
 
                                                <description>Audio Channels Image</description>
116
 
                                                <width>60</width>
117
 
                                                <height>40</height>
118
 
                                                <aspectratio>keep</aspectratio>
119
 
                                                <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
120
 
                                        </control>
121
 
                                </control>
122
 
                                <control type="label">
123
 
                                        <description>Playing Label</description>
124
 
                                        <posx>0</posx>
125
 
                                        <posy>0</posy>
126
 
                                        <width>500</width>
127
 
                                        <height>25</height>
128
 
                                        <align>left</align>
129
 
                                        <aligny>center</aligny>
130
 
                                        <font>font13_title</font>
131
 
                                        <textcolor>blue</textcolor>
132
 
                                        <shadowcolor>black</shadowcolor>
133
 
                                        <label>31040</label>
134
 
                                </control>
135
 
                                <control type="label">
136
 
                                        <posx>10</posx>
137
 
                                        <posy>35</posy>
138
 
                                        <width>880</width>
139
 
                                        <height>30</height>
140
 
                                        <label>$INFO[VideoPlayer.Studio]</label>
141
 
                                        <align>left</align>
142
 
                                        <aligny>center</aligny>
143
 
                                        <font>font13</font>
144
 
                                        <textcolor>grey</textcolor>
145
 
                                        <shadowcolor>black</shadowcolor>
146
 
                                        <visible>VideoPlayer.Content(Movies)</visible>
147
 
                                </control>
148
 
                                <control type="label">
149
 
                                        <posx>10</posx>
150
 
                                        <posy>35</posy>
151
 
                                        <width>880</width>
152
 
                                        <height>30</height>
153
 
                                        <label>$INFO[VideoPlayer.TVShowTitle] - ($INFO[VideoPlayer.Season]$INFO[VideoPlayer.Episode,x])</label>
154
 
                                        <align>left</align>
155
 
                                        <aligny>center</aligny>
156
 
                                        <font>font13</font>
157
 
                                        <textcolor>grey</textcolor>
158
 
                                        <shadowcolor>black</shadowcolor>
159
 
                                        <visible>VideoPlayer.Content(Episodes)</visible>
160
 
                                </control>
161
 
                                <control type="label">
162
 
                                        <posx>10</posx>
163
 
                                        <posy>35</posy>
164
 
                                        <width>880</width>
165
 
                                        <height>30</height>
166
 
                                        <label>$INFO[VideoPlayer.Artist]$INFO[VideoPlayer.Album, - ]</label>
167
 
                                        <align>left</align>
168
 
                                        <aligny>center</aligny>
169
 
                                        <font>font13</font>
170
 
                                        <textcolor>grey</textcolor>
171
 
                                        <shadowcolor>black</shadowcolor>
172
 
                                        <visible>VideoPlayer.Content(MusicVideos)</visible>
173
 
                                </control>
174
 
                                <control type="label">
175
 
                                        <posx>10</posx>
176
 
                                        <posy>65</posy>
177
 
                                        <width>880</width>
178
 
                                        <height>30</height>
179
 
                                        <label>$INFO[VideoPlayer.Title]</label>
180
 
                                        <scroll>true</scroll>
181
 
                                        <align>left</align>
182
 
                                        <aligny>center</aligny>
183
 
                                        <font>font24_title</font>
184
 
                                        <textcolor>white</textcolor>
185
 
                                        <shadowcolor>black</shadowcolor>
186
 
                                </control>
187
 
 
188
 
                                <control type="label">
189
 
                                        <description>Chapter Count</description>
190
 
                                        <posx>0</posx>
191
 
                                        <posy>110</posy>
192
 
                                        <width>300</width>
193
 
                                        <height>20</height>
194
 
                                        <label>$INFO[Player.Chapter,[COLOR=blue]$LOCALIZE[21396]:[/COLOR] ]$INFO[Player.ChapterCount, / ]</label>
195
 
                                        <align>left</align>
196
 
                                        <aligny>center</aligny>
197
 
                                        <font>font12_title</font>
198
 
                                        <textcolor>grey2</textcolor>
199
 
                                        <shadowcolor>black</shadowcolor>
200
 
                                        <visible>Player.ChapterCount</visible>
201
 
                                </control>
202
 
                                <control type="label">
203
 
                                        <description>Chapter Name</description>
204
 
                                        <posx>0</posx>
205
 
                                        <posy>130</posy>
206
 
                                        <width>300</width>
207
 
                                        <height>20</height>
208
 
                                        <label>$INFO[Player.ChapterName]</label>
209
 
                                        <align>left</align>
210
 
                                        <aligny>center</aligny>
211
 
                                        <font>font12_title</font>
212
 
                                        <textcolor>grey2</textcolor>
213
 
                                        <shadowcolor>black</shadowcolor>
214
 
                                </control>
215
 
                                <control type="label">
216
 
                                        <description>Player Times</description>
217
 
                                        <posx>890</posx>
218
 
                                        <posy>115</posy>
219
 
                                        <width>500</width>
220
 
                                        <height>25</height>
221
 
                                        <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
222
 
                                        <align>right</align>
223
 
                                        <aligny>center</aligny>
224
 
                                        <font>font30_title</font>
225
 
                                        <textcolor>grey</textcolor>
226
 
                                        <shadowcolor>black</shadowcolor>
227
 
                                </control>
228
 
                                <control type="label">
229
 
                                        <description>Current Video End Time</description>
230
 
                                        <posx>890</posx>
231
 
                                        <posy>150</posy>
232
 
                                        <width>890</width>
233
 
                                        <height>20</height>
234
 
                                        <label>[COLOR=blue]$LOCALIZE[31049][/COLOR] : $INFO[Player.FinishTime]</label>
235
 
                                        <align>right</align>
236
 
                                        <aligny>center</aligny>
237
 
                                        <font>font12_title</font>
238
 
                                        <textcolor>grey2</textcolor>
239
 
                                        <shadowcolor>black</shadowcolor>
240
 
                                </control>
241
 
                        </control>
242
 
                </control>
243
 
                <include>Clock</include>
244
 
        </controls>
245
 
</window>
 
 
b'\\ No newline at end of file'