Merge pull request #1129 from jmarshallnz/remove_smb_auth_details_in_add_source
[vuplus_xbmc] / addons / skin.confluence / 720p / IncludesBackgroundBuilding.xml
1 <includes>
2         <include name="CommonBackground">
3                 <control type="image">
4                         <description>Normal Default Background Image</description>
5                         <posx>0</posx>
6                         <posy>0</posy>
7                         <width>1280</width>
8                         <height>720</height>
9                         <aspectratio>scale</aspectratio>
10                         <texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
11                         <visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible>
12                         <include>VisibleFadeEffect</include>
13                 </control>
14                 <control type="image">
15                         <description>User Set Background Image</description>
16                         <posx>0</posx>
17                         <posy>0</posy>
18                         <width>1280</width>
19                         <height>720</height>
20                         <aspectratio>scale</aspectratio>
21                         <texture>$INFO[Skin.String(CustomBackgroundPath)]</texture>
22                         <visible>Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))</visible>
23                         <include>VisibleFadeEffect</include>
24                 </control>
25                 <control type="image">
26                         <posx>0</posx>
27                         <posy>0</posy>
28                         <width>1280</width>
29                         <height>720</height>
30                         <aspectratio>scale</aspectratio>
31                         <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
32                         <include>backgroundfade</include>
33                         <fadetime>FanartCrossfadeTime</fadetime>
34                         <visible>!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))</visible>
35                         <include>Window_OpenClose_Animation</include>
36                         <visible>![Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + ![Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)]</visible>
37                 </control>
38                 <control type="image">
39                         <posx>0</posx>
40                         <posy>0</posy>
41                         <width>1280</width>
42                         <height>720</height>
43                         <texture>special://skin/backgrounds/media-overlay.jpg</texture>
44                         <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
45                 </control>
46                 <control type="visualisation">
47                         <posx>0</posx>
48                         <posy>0</posy>
49                         <width>1280</width>
50                         <height>720</height>
51                         <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible>
52                         <visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
53                 </control>
54                 <control type="videowindow">
55                         <posx>0</posx>
56                         <posy>0</posy>
57                         <width>1280</width>
58                         <height>720</height>
59                         <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
60                 </control>
61                 <control type="image">
62                         <posx>0</posx>
63                         <posy>-40</posy>
64                         <width>1280</width>
65                         <height>120</height>
66                         <texture flipy="true">HomeNowPlayingBack.png</texture>
67                         <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)] | [!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))]</visible>
68                         <visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
69                 </control>
70         </include>
71         <include name="ContentPanelBackgrounds">
72                 <control type="image">
73                         <posx>0</posx>
74                         <posy>100r</posy>
75                         <width>1280</width>
76                         <height>100</height>
77                         <texture>floor.png</texture>
78                         <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
79                         <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation>
80                 </control>
81                 <control type="group">
82                         <include>Window_OpenClose_Animation</include>
83                         <control type="group">
84                                 <include>VisibleFadeEffect</include>
85                                 <visible>Control.IsVisible(50)</visible>
86                                 <control type="image">
87                                         <posx>50</posx>
88                                         <posy>60</posy>
89                                         <width>750</width>
90                                         <height>600</height>
91                                         <texture border="15">ContentPanel.png</texture>
92                                 </control>
93                                 <control type="image">
94                                         <posx>50</posx>
95                                         <posy>652</posy>
96                                         <width>750</width>
97                                         <height>64</height>
98                                         <texture border="15">ContentPanelMirror.png</texture>
99                                 </control>
100                         </control>
101                         <control type="group">
102                                 <include>VisibleFadeEffect</include>
103                                 <visible>Control.IsVisible(504) | Control.IsVisible(550) | Control.IsVisible(512)</visible>
104                                 <control type="image">
105                                         <posx>50</posx>
106                                         <posy>60</posy>
107                                         <width>640</width>
108                                         <height>600</height>
109                                         <texture border="15">ContentPanel.png</texture>
110                                 </control>
111                                 <control type="image">
112                                         <posx>50</posx>
113                                         <posy>652</posy>
114                                         <width>640</width>
115                                         <height>64</height>
116                                         <texture border="15">ContentPanelMirror.png</texture>
117                                 </control>
118                                 <control type="image">
119                                         <posx>700</posx>
120                                         <posy>60</posy>
121                                         <width>530</width>
122                                         <height>600</height>
123                                         <texture border="15">ContentPanel.png</texture>
124                                 </control>
125                                 <control type="image">
126                                         <posx>700</posx>
127                                         <posy>652</posy>
128                                         <width>530</width>
129                                         <height>64</height>
130                                         <texture border="15">ContentPanelMirror.png</texture>
131                                 </control>
132                         </control>
133                         <control type="group">
134                                 <include>VisibleFadeEffect</include>
135                                 <visible>Control.IsVisible(551) | Control.IsVisible(560) | Control.IsVisible(511) | Control.IsVisible(506) | Control.IsVisible(513)</visible>
136                                 <control type="image">
137                                         <posx>50</posx>
138                                         <posy>60</posy>
139                                         <width>840</width>
140                                         <height>600</height>
141                                         <texture border="15">ContentPanel.png</texture>
142                                 </control>
143                                 <control type="image">
144                                         <posx>50</posx>
145                                         <posy>652</posy>
146                                         <width>840</width>
147                                         <height>64</height>
148                                         <texture border="15">ContentPanelMirror.png</texture>
149                                 </control>
150                                 <control type="image">
151                                         <posx>900</posx>
152                                         <posy>60</posy>
153                                         <width>330</width>
154                                         <height>600</height>
155                                         <texture border="15">ContentPanel.png</texture>
156                                 </control>
157                                 <control type="image">
158                                         <posx>900</posx>
159                                         <posy>652</posy>
160                                         <width>330</width>
161                                         <height>64</height>
162                                         <texture border="15">ContentPanelMirror.png</texture>
163                                 </control>
164                         </control>
165                         <control type="group">
166                                 <include>VisibleFadeEffect</include>
167                                 <visible>Control.IsVisible(501)</visible>
168                                 <control type="image">
169                                         <posx>50</posx>
170                                         <posy>50</posy>
171                                         <width>1180</width>
172                                         <height>610</height>
173                                         <texture border="15">ContentPanel.png</texture>
174                                 </control>
175                                 <control type="image">
176                                         <posx>50</posx>
177                                         <posy>652</posy>
178                                         <width>1180</width>
179                                         <height>64</height>
180                                         <texture border="15">ContentPanelMirror.png</texture>
181                                 </control>
182                         </control>
183                         <control type="group">
184                                 <include>VisibleFadeEffect</include>
185                                 <visible>Control.IsVisible(503)</visible>
186                                 <control type="image">
187                                         <posx>50</posx>
188                                         <posy>230</posy>
189                                         <width>640</width>
190                                         <height>430</height>
191                                         <texture border="15">ContentPanel.png</texture>
192                                 </control>
193                                 <control type="image">
194                                         <posx>50</posx>
195                                         <posy>652</posy>
196                                         <width>640</width>
197                                         <height>64</height>
198                                         <texture border="15">ContentPanelMirror.png</texture>
199                                 </control>
200                                 <control type="image">
201                                         <posx>700</posx>
202                                         <posy>230</posy>
203                                         <width>550</width>
204                                         <height>430</height>
205                                         <texture border="15">ContentPanel.png</texture>
206                                 </control>
207                                 <control type="image">
208                                         <posx>700</posx>
209                                         <posy>652</posy>
210                                         <width>550</width>
211                                         <height>64</height>
212                                         <texture border="15">ContentPanelMirror.png</texture>
213                                 </control>
214                         </control>
215                         <control type="group">
216                                 <include>VisibleFadeEffect</include>
217                                 <visible>Control.IsVisible(51) | Control.IsVisible(500) | Control.IsVisible(505)</visible>
218                                 <control type="image">
219                                         <posx>75</posx>
220                                         <posy>60</posy>
221                                         <width>1130</width>
222                                         <height>600</height>
223                                         <texture border="15">ContentPanel.png</texture>
224                                 </control>
225                                 <control type="image">
226                                         <posx>75</posx>
227                                         <posy>652</posy>
228                                         <width>1130</width>
229                                         <height>64</height>
230                                         <texture border="15">ContentPanelMirror.png</texture>
231                                 </control>
232                         </control>
233                         <control type="group">
234                                 <include>VisibleFadeEffect</include>
235                                 <visible>Control.IsVisible(514)</visible>
236                                 <control type="image">
237                                         <posx>50</posx>
238                                         <posy>60</posy>
239                                         <width>490</width>
240                                         <height>600</height>
241                                         <texture border="15">ContentPanel.png</texture>
242                                 </control>
243                                 <control type="image">
244                                         <posx>50</posx>
245                                         <posy>652</posy>
246                                         <width>490</width>
247                                         <height>64</height>
248                                         <texture border="15">ContentPanelMirror.png</texture>
249                                 </control>
250                                 <control type="image">
251                                         <posx>550</posx>
252                                         <posy>60</posy>
253                                         <width>680</width>
254                                         <height>600</height>
255                                         <texture border="15">ContentPanel.png</texture>
256                                 </control>
257                                 <control type="image">
258                                         <posx>550</posx>
259                                         <posy>652</posy>
260                                         <width>680</width>
261                                         <height>64</height>
262                                         <texture border="15">ContentPanelMirror.png</texture>
263                                 </control>
264                         </control>
265                         <control type="group">
266                                 <include>VisibleFadeEffect</include>
267                                 <visible>Control.IsVisible(515)</visible>
268                                 <control type="image">
269                                         <posx>50</posx>
270                                         <posy>60</posy>
271                                         <width>400</width>
272                                         <height>600</height>
273                                         <texture border="15">ContentPanel.png</texture>
274                                 </control>
275                                 <control type="image">
276                                         <posx>50</posx>
277                                         <posy>652</posy>
278                                         <width>400</width>
279                                         <height>64</height>
280                                         <texture border="15">ContentPanelMirror.png</texture>
281                                 </control>
282                                 <control type="image">
283                                         <posx>460</posx>
284                                         <posy>60</posy>
285                                         <width>770</width>
286                                         <height>600</height>
287                                         <texture border="15">ContentPanel.png</texture>
288                                 </control>
289                                 <control type="image">
290                                         <posx>460</posx>
291                                         <posy>652</posy>
292                                         <width>770</width>
293                                         <height>64</height>
294                                         <texture border="15">ContentPanelMirror.png</texture>
295                                 </control>
296                         </control>
297                 </control>
298         </include>
299 </includes>