Advertisement
Guest User

VideoFullScreen.xml

a guest
Dec 14th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 41.61 KB | None | 0 0
  1. <window id="2005">
  2.   <defaultcontrol>-</defaultcontrol>
  3.     <controls>
  4.         <control type="image" id="1">
  5.           <description>Vignette</description>
  6.             <include>FullscreenDimensions</include>
  7.             <texture background="true">windows/bg/bg_vignette.png</texture>
  8.             <fadetime>FanartCrossfadeTime</fadetime>
  9.       <visible>Window.IsActive(InfoDialog) + !Window.IsActive(ShutdownMenu)</visible>
  10.          <animation effect="fade" time="300">Visible</animation>
  11.          <animation effect="fade" time="400" delay="300">Hidden</animation>
  12.         </control>
  13.         <control type="image" id="1">
  14.           <description>Vignette</description>
  15.             <include>FullscreenDimensions</include>
  16.             <texture background="true">windows/bg/bg_vignette.png</texture>
  17.             <include>BackgroundFade</include>
  18.             <fadetime>FanartCrossfadeTime</fadetime>
  19.       <visible>!Window.IsActive(SliderDialog)</visible>
  20.       <visible>Player.ShowInfo | Window.IsActive(VideoOSD) | Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsActive(SelectDialog) | Window.IsActive(script-XBMC-Subtitles-main.xml) | Window.IsActive(NumericInput)</visible>
  21.         </control>
  22.         <control type="image" id="1">
  23.           <description>Diffuse</description>
  24.             <include>FullscreenDimensions</include>
  25.           <texture background="true">windows/bg/osd_menus_overlay.png</texture>
  26.             <include>BackgroundFade</include>
  27.             <fadetime>FanartCrossfadeTime</fadetime>
  28.       <visible>!Window.IsActive(SliderDialog)</visible>
  29.       <visible>Window.IsActive(ShutdownMenu) | Window.IsActive(PVROSDChannels) | Window.IsActive(PVROSDGuide)</visible>
  30.         </control>
  31.  
  32.         <!-- ============================ -->
  33.         <!-- === VideoFullcreen Code ==== -->
  34.         <!-- ============================ -->
  35.         <control type="group" id="1">
  36.           <control type="image" id="1">
  37.                 <posx>0</posx>
  38.                 <posy>410</posy>
  39.                 <width>1280</width>
  40.                 <height>220</height>
  41.                 <fadetime>200</fadetime>
  42.                 <texture background="true">osd/tile.png</texture>
  43.               <colordiffuse>D9FFFFFF</colordiffuse>
  44.                 <include>FanartFade</include>
  45.         <visible>[Player.ShowInfo | [Player.Paused + Skin.HasSetting(ShowVideoInfo)] | Window.IsActive(VideoOSD)] + ![Window.IsActive(SliderDialog) | Window.IsActive(SeekBar) | Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsActive(SelectDialog) | Window.IsActive(script-XBMC-Subtitles-main.xml) | Window.IsActive(ShutdownMenu) | Window.IsActive(NumericInput) | Window.IsActive(PVROSDChannels) | Window.IsActive(PVROSDGuide)]</visible>
  46.           </control>
  47.             <control type="group" id="1">
  48.                 <posx>40</posx>
  49.                 <posy>325</posy>
  50.         <visible>[Player.ShowInfo | [Player.Paused+Skin.HasSetting(ShowVideoInfo)] | Window.IsActive(VideoOSD)] + ![Window.IsActive(SliderDialog) | Window.IsActive(SeekBar) | Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsActive(SelectDialog) | Window.IsActive(script-XBMC-Subtitles-main.xml) | Window.IsActive(ShutdownMenu) | Window.IsActive(NumericInput) | Window.IsActive(PVROSDChannels) | Window.IsActive(PVROSDGuide)]</visible>
  51.             <animation type="WindowOpen">
  52.             <effect type="slide" start="-150,0" end="0,0" time="450" delay="0" tween="sine" easing="out" />
  53.             <effect type="fade" start="0" end="100" time="450" delay="0" tween="sine" easing="out" />
  54.             </animation>
  55.             <animation type="WindowClose">
  56.             <effect type="slide" start="0,0" end="-200,0" time="400" delay="0" tween="sine" easing="out" />
  57.             <effect type="fade" start="100" end="0" time="400" delay="0" tween="sine" easing="out" />
  58.             </animation>
  59.             <animation type="Visible">
  60.             <effect type="slide" start="-150,0" end="0,0" time="450" delay="0" tween="sine" easing="out" />
  61.             <effect type="fade" start="0" end="100" time="450" delay="0" tween="sine" easing="out" />
  62.             </animation>
  63.             <animation type="Hidden">
  64.             <effect type="slide" start="0,0" end="-300,0" time="400" delay="0" tween="sine" easing="out" />
  65.             <effect type="fade" start="100" end="0" time="400" delay="0" tween="sine" easing="out" />
  66.             </animation>
  67.             <!-- Movies & Episodes Cover -->
  68.               <control type="group" id="1">
  69.                  <posx>-5</posx>
  70.                <visible>VideoPlayer.Content(Movies) | VideoPlayer.Content(Episodes)</visible>
  71.                     <control type="image" id="1">
  72.                         <posx>10</posx>
  73.                         <posy>10</posy>
  74.                         <width>185</width>
  75.                         <height>258</height>
  76.                         <aspectratio align="center" aligny="center" scalediffuse="false">stretch</aspectratio>
  77.                         <texture diffuse="thumbs/poster_diffuse.png">thumbs/thumb_back.png</texture>
  78.                         <fadetime>800</fadetime>
  79.                     </control>
  80.                  <control type="image" id="1">
  81.                         <posx>10</posx>
  82.                         <posy>10</posy>
  83.                         <width>185</width>
  84.                         <height>258</height>
  85.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  86.                         <texture fallback="thumbs/fallback_poster.png" diffuse="thumbs/poster_diffuse.png">$VAR[PlayerThumbs]</texture>
  87.                         <fadetime>800</fadetime>
  88.                  </control>
  89.                  <control type="image" id="1">
  90.                         <posx>0</posx>
  91.                         <posy>0</posy>
  92.                         <width>206</width>
  93.                         <height>280</height>
  94.                         <texture>thumbs/poster_overlay.png</texture>
  95.                         <aspectratio align="center" aligny="center">stretch</aspectratio>
  96.                         <fadetime>800</fadetime>
  97.                  </control>
  98.                  <control type="image" id="1">
  99.                         <description>paused indicator</description>
  100.                         <posx>10</posx>
  101.                         <posy>10</posy>
  102.                         <width>185</width>
  103.                         <height>258</height>
  104.                         <texture diffuse="thumbs/poster_diffuse.png">osd/paused-overlay.png</texture>
  105.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  106.                         <visible>Player.Paused</visible>
  107.                         <include>VisibleFadeEffect</include>
  108.                         <animation type="conditional" condition="Player.Paused" reversible="true">
  109.                             <effect type="fade" start="0" end="50" time="300" />
  110.                         </animation>
  111.                  </control>
  112.                  <control type="image" id="1">
  113.                         <description>ff indicator</description>
  114.                         <posx>10</posx>
  115.                         <posy>10</posy>
  116.                         <width>185</width>
  117.                         <height>258</height>
  118.                         <texture diffuse="thumbs/poster_diffuse.png">osd/ff-overlay.png</texture>
  119.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  120.                         <visible>Player.Forwarding</visible>
  121.                         <include>VisibleFadeEffect</include>
  122.                         <animation type="conditional" condition="Player.Forwarding" reversible="true">
  123.                             <effect type="fade" start="0" end="50" time="300" />
  124.                         </animation>
  125.                  </control>
  126.                  <control type="image" id="1">
  127.                         <description>rw indicator</description>
  128.                         <posx>10</posx>
  129.                         <posy>10</posy>
  130.                         <width>185</width>
  131.                         <height>258</height>
  132.                         <texture diffuse="thumbs/poster_diffuse.png">osd/rw-overlay.png</texture>
  133.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  134.                         <visible>Player.Rewinding</visible>
  135.                         <include>VisibleFadeEffect</include>
  136.                         <animation type="conditional" condition="Player.Rewinding" reversible="true">
  137.                             <effect type="fade" start="0" end="50" time="300" />
  138.                         </animation>
  139.                  </control>
  140.               </control>
  141.             <!-- LiveTV Cover -->
  142.               <control type="group" id="1">
  143.                  <posx>-5</posx>
  144.                  <posy>60</posy>
  145.                   <visible>VideoPlayer.Content(LiveTV)</visible>
  146.                     <control type="image" id="1">
  147.                         <posx>8</posx>
  148.                         <posy>8</posy>
  149.                         <width>199</width>
  150.                         <height>199</height>
  151.                         <aspectratio align="center" aligny="center" scalediffuse="false">stretch</aspectratio>
  152.                         <texture diffuse="thumbs/music_diffuse.png">thumbs/thumb_back.png</texture>
  153.                         <fadetime>800</fadetime>
  154.                     </control>
  155.                   <control type="image" id="1">
  156.                         <posx>8</posx>
  157.                         <posy>8</posy>
  158.                         <width>199</width>
  159.                         <height>199</height>
  160.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  161.                         <texture fallback="thumbs/fallback_square.png" diffuse="thumbs/music_diffuse.png">$INFO[Player.Art(thumb)]</texture>
  162.                         <fadetime>800</fadetime>
  163.                   </control>
  164.                   <control type="image" id="1">
  165.                         <posx>0</posx>
  166.                         <posy>0</posy>
  167.                         <width>215</width>
  168.                         <height>215</height>
  169.                         <texture>thumbs/music_overlay.png</texture>
  170.                         <aspectratio align="center" aligny="center">stretch</aspectratio>
  171.                         <fadetime>800</fadetime>
  172.                   </control>
  173.                   <control type="image" id="1">
  174.                         <description>paused indicator</description>
  175.                         <posx>8</posx>
  176.                         <posy>8</posy>
  177.                         <width>199</width>
  178.                         <height>199</height>
  179.                         <texture diffuse="thumbs/music_diffuse.png">osd/paused-overlay.png</texture>
  180.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  181.                         <visible>Player.Paused</visible>
  182.                         <include>VisibleFadeEffect</include>
  183.                         <animation type="conditional" condition="Player.Paused" reversible="true">
  184.                             <effect type="fade" start="0" end="50" time="300" />
  185.                         </animation>
  186.                   </control>
  187.                   <control type="image" id="1">
  188.                         <description>ff indicator</description>
  189.                         <posx>8</posx>
  190.                         <posy>8</posy>
  191.                         <width>199</width>
  192.                         <height>199</height>
  193.                         <texture diffuse="thumbs/music_diffuse.png">osd/ff-overlay.png</texture>
  194.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  195.                         <visible>Player.Forwarding</visible>
  196.                         <include>VisibleFadeEffect</include>
  197.                         <animation type="conditional" condition="Player.Forwarding" reversible="true">
  198.                             <effect type="fade" start="0" end="50" time="300" />
  199.                         </animation>
  200.                   </control>
  201.                   <control type="image" id="1">
  202.                         <description>rw indicator</description>
  203.                         <posx>8</posx>
  204.                         <posy>8</posy>
  205.                         <width>199</width>
  206.                         <height>199</height>
  207.                         <texture diffuse="thumbs/music_diffuse.png">osd/rw-overlay.png</texture>
  208.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  209.                         <visible>Player.Rewinding</visible>
  210.                         <include>VisibleFadeEffect</include>
  211.                         <animation type="conditional" condition="Player.Rewinding" reversible="true">
  212.                             <effect type="fade" start="0" end="50" time="300" />
  213.                         </animation>
  214.                   </control>
  215.               </control>             
  216.             <!-- Videos -->
  217.               <control type="group" id="1">
  218.                  <posx>-5</posx>
  219.                  <posy>60</posy>
  220.           <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(LiveTV)</visible>
  221.                     <control type="image" id="1">
  222.                         <posx>8</posx>
  223.                         <posy>8</posy>
  224.                         <width>294</width>
  225.                         <height>199</height>
  226.                         <aspectratio align="center" aligny="center" scalediffuse="false">stretch</aspectratio>
  227.                         <texture diffuse="thumbs/video_diffuse.png">thumbs/thumb_back.png</texture>
  228.                         <fadetime>800</fadetime>
  229.                     </control>
  230.                   <control type="image" id="1">
  231.                         <posx>8</posx>
  232.                         <posy>8</posy>
  233.                         <width>294</width>
  234.                         <height>199</height>
  235.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  236.                         <texture fallback="thumbs/fallback_episode.png" diffuse="thumbs/video_diffuse.png">$INFO[VideoPlayer.Cover]</texture>
  237.                         <fadetime>800</fadetime>
  238.                   </control>
  239.                   <control type="image" id="1">
  240.                         <posx>0</posx>
  241.                         <posy>0</posy>
  242.                         <width>310</width>
  243.                         <height>215</height>
  244.                         <texture>thumbs/video_overlay.png</texture>
  245.                         <aspectratio align="center" aligny="center">stretch</aspectratio>
  246.                         <fadetime>800</fadetime>
  247.                   </control>
  248.                   <control type="image" id="1">
  249.                         <description>paused indicator</description>
  250.                         <posx>8</posx>
  251.                         <posy>8</posy>
  252.                         <width>294</width>
  253.                         <height>199</height>
  254.                         <texture diffuse="thumbs/video_diffuse.png">osd/paused-overlay.png</texture>
  255.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  256.                         <visible>Player.Paused</visible>
  257.                         <include>VisibleFadeEffect</include>
  258.                         <animation type="conditional" condition="Player.Paused" reversible="true">
  259.                             <effect type="fade" start="0" end="50" time="300" />
  260.                         </animation>
  261.                   </control>
  262.                   <control type="image" id="1">
  263.                         <description>ff indicator</description>
  264.                         <posx>8</posx>
  265.                         <posy>8</posy>
  266.                         <width>294</width>
  267.                         <height>199</height>
  268.                         <texture diffuse="thumbs/video_diffuse.png">osd/ff-overlay.png</texture>
  269.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  270.                         <visible>Player.Forwarding</visible>
  271.                         <include>VisibleFadeEffect</include>
  272.                         <animation type="conditional" condition="Player.Forwarding" reversible="true">
  273.                             <effect type="fade" start="0" end="50" time="300" />
  274.                         </animation>
  275.                   </control>
  276.                   <control type="image" id="1">
  277.                         <description>rw indicator</description>
  278.                         <posx>8</posx>
  279.                         <posy>8</posy>
  280.                         <width>294</width>
  281.                         <height>199</height>
  282.                         <texture diffuse="thumbs/video_diffuse.png">osd/rw-overlay.png</texture>
  283.                         <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
  284.                         <visible>Player.Rewinding</visible>
  285.                         <include>VisibleFadeEffect</include>
  286.                         <animation type="conditional" condition="Player.Rewinding" reversible="true">
  287.                             <effect type="fade" start="0" end="50" time="300" />
  288.                         </animation>
  289.                   </control>
  290.               </control>
  291.  
  292.  
  293.             <!-- Movies Info -->
  294.                 <control type="group" id="1">
  295.                     <posx>205</posx>
  296.                     <posy>105</posy>
  297.             <include>OSDPlotAnimation</include>
  298.             <visible>[IsEmpty(Window(VideoOSD).Property(ShowPlot)) | IsEmpty(VideoPlayer.Plot)]</visible>
  299.                 <visible>VideoPlayer.Content(Movies)</visible>
  300.                     <control type="label" id="1">
  301.                         <description>Title label</description>
  302.                         <posx>0</posx>
  303.                         <posy>15</posy>
  304.                         <height>30</height>
  305.                         <width>820</width>
  306.                       <label>$INFO[VideoPlayer.Title,, ]$INFO[VideoPlayer.Year, (,) ]</label>
  307.                         <align>left</align>
  308.                         <aligny>center</aligny>
  309.                         <font>FontSize_36</font>
  310.                         <textcolor>white</textcolor>
  311.                         <shadowcolor>55000000</shadowcolor>
  312.                     </control>
  313.                     <control type="label" id="1">
  314.                         <description>Genre Label</description>
  315.                         <posx>0</posx>
  316.                         <posy>45</posy>
  317.                         <height>30</height>
  318.                         <width>550</width>
  319.                         <label>$INFO[VideoPlayer.Genre,,]</label>
  320.                         <align>left</align>
  321.                         <aligny>center</aligny>
  322.                         <font>FontSize_22</font>
  323.                         <textcolor>99white</textcolor>
  324.                         <shadowcolor>55000000</shadowcolor>
  325.                     </control>
  326.                     <control type="image" id="1">
  327.                         <description>Rating image</description>
  328.                         <posx>0</posx>
  329.                         <posy>80</posy>
  330.                         <width>130</width>
  331.                         <height>25</height>
  332.                         <aspectratio align="left">keep</aspectratio>
  333.                         <texture>rating/$INFO[Player.StarRating]</texture>
  334.                     </control>
  335.                     <control type="fadelabel" id="1">
  336.                         <posx>0</posx>
  337.                         <posy>510r</posy>
  338.                         <width>380</width>
  339.                         <height>40</height>
  340.                         <font>FontSize_20</font>
  341.                         <align>left</align>
  342.                         <aligny>center</aligny>
  343.                         <textcolor>99white</textcolor>
  344.                       <shadowcolor>55000000</shadowcolor>
  345.             <label>$INFO[VideoPlayer.Director,[COLOR=white]$LOCALIZE[20339]:[/COLOR] ]</label>
  346.             <label>$INFO[VideoPlayer.Writer,[COLOR=white]$LOCALIZE[20417]:[/COLOR] ]</label>
  347.             <label>$INFO[VideoPlayer.RatingAndVotes,[COLOR=white]$LOCALIZE[563]:[/COLOR] ]</label>
  348.             <label>$INFO[VideoPlayer.Top250,[COLOR=white]$LOCALIZE[368] $LOCALIZE[13409][/COLOR] # ]</label>
  349.             <scroll>false</scroll>
  350.             <scrollout>false</scrollout>
  351.             <scrollspeed>100</scrollspeed>
  352.             <pauseatend>5000</pauseatend>
  353.                     </control>
  354.                 </control>
  355.             <!-- Episodes Info -->
  356.                 <control type="group" id="1">
  357.                     <posx>205</posx>
  358.                     <posy>105</posy>
  359.             <include>OSDPlotAnimation</include>
  360.             <visible>[IsEmpty(Window(VideoOSD).Property(ShowPlot)) | IsEmpty(VideoPlayer.Plot)]</visible>
  361.                 <visible>VideoPlayer.Content(Episodes)</visible>
  362.                     <control type="label" id="1">
  363.                         <description>Title label</description>
  364.                         <posx>0</posx>
  365.                         <posy>15</posy>
  366.                         <height>30</height>
  367.                         <width>820</width>
  368.             <label>$INFO[VideoPlayer.Title]</label>
  369.                         <align>left</align>
  370.                         <aligny>center</aligny>
  371.                         <font>FontSize_36</font>
  372.                         <textcolor>white</textcolor>
  373.                         <shadowcolor>55000000</shadowcolor>
  374.                     </control>
  375.                     <control type="label" id="1">
  376.                         <description>Genre Label</description>
  377.                         <posx>0</posx>
  378.                         <posy>45</posy>
  379.                         <height>30</height>
  380.                         <width>550</width>
  381.             <label>$INFO[VideoPlayer.TVShowTitle]$INFO[VideoPlayer.Season, · $LOCALIZE[20373] ,]$INFO[VideoPlayer.Episode, · $LOCALIZE[20359] ,]</label>
  382.                         <align>left</align>
  383.                         <aligny>center</aligny>
  384.                         <font>FontSize_22</font>
  385.                         <textcolor>99white</textcolor>
  386.                         <shadowcolor>55000000</shadowcolor>
  387.                     </control>
  388.                     <control type="image" id="1">
  389.                         <description>Rating image</description>
  390.                         <posx>0</posx>
  391.                         <posy>80</posy>
  392.                         <width>130</width>
  393.                         <height>25</height>
  394.                         <aspectratio align="left">keep</aspectratio>
  395.                         <texture>rating/$INFO[Player.StarRating]</texture>
  396.                     </control>
  397.                     <control type="fadelabel" id="1">
  398.                         <posx>0</posx>
  399.                         <posy>510r</posy>
  400.                         <width>380</width>
  401.                         <height>40</height>
  402.                         <font>FontSize_18</font>
  403.                         <align>left</align>
  404.                         <aligny>center</aligny>
  405.                         <textcolor>99white</textcolor>
  406.                       <shadowcolor>55000000</shadowcolor>
  407.             <label>$INFO[VideoPlayer.Premiered,[COLOR=white]$LOCALIZE[20416]:[/COLOR] ]</label>
  408.             <label>$INFO[VideoPlayer.Director,[COLOR=white]$LOCALIZE[20339]:[/COLOR] ]</label>
  409.             <label>$INFO[VideoPlayer.Writer,[COLOR=white]$LOCALIZE[20417]:[/COLOR] ]</label>
  410.             <label>$INFO[VideoPlayer.RatingAndVotes,[COLOR=white]$LOCALIZE[563]:[/COLOR] ]</label>
  411.             <scroll>false</scroll>
  412.             <scrollout>false</scrollout>
  413.             <scrollspeed>100</scrollspeed>
  414.             <pauseatend>5000</pauseatend>
  415.                     </control>
  416.                 </control>
  417.             <!-- Videos Info -->
  418.                 <control type="group" id="1">
  419.                     <posx>315</posx>
  420.                     <posy>105</posy>
  421.             <include>OSDPlotAnimation</include>
  422.             <visible>[IsEmpty(Window(VideoOSD).Property(ShowPlot)) | IsEmpty(VideoPlayer.Plot)]</visible>
  423.                   <visible>![VideoPlayer.Content(Movies) | VideoPlayer.Content(Episodes) | VideoPlayer.Content(LiveTV)]</visible>
  424.                     <control type="label" id="1">
  425.                         <description>Title label</description>
  426.                         <posx>0</posx>
  427.                         <posy>15</posy>
  428.                         <height>30</height>
  429.                         <width>700</width>
  430.             <label>$INFO[VideoPlayer.Title]</label>
  431.                         <align>left</align>
  432.                         <aligny>center</aligny>
  433.                         <font>FontSize_36</font>
  434.                         <textcolor>white</textcolor>
  435.                         <shadowcolor>55000000</shadowcolor>
  436.                     </control>
  437.                     <control type="label" id="1">
  438.                         <description>Label</description>
  439.                         <posx>0</posx>
  440.                         <posy>45</posy>
  441.                         <height>30</height>
  442.                         <width>700</width>
  443.             <label>$INFO[VideoPlayer.Genre]</label>
  444.                         <align>left</align>
  445.                         <aligny>center</aligny>
  446.                         <font>FontSize_22</font>
  447.                         <textcolor>99white</textcolor>
  448.                         <shadowcolor>55000000</shadowcolor>
  449.                     </control>
  450.                 </control>
  451.             <!-- LiveTV Info -->
  452.               <control type="group" id="1">
  453.                     <posx>220</posx>
  454.                     <posy>105</posy>
  455.             <include>OSDPlotAnimation</include>
  456.             <visible>[IsEmpty(Window(VideoOSD).Property(ShowPlot)) | IsEmpty(VideoPlayer.Plot)]</visible>
  457.                   <visible>VideoPlayer.Content(LiveTV)</visible>
  458.                     <control type="grouplist" id="1">
  459.                         <posx>0</posx>
  460.                         <posy>0</posy>
  461.                         <height>70</height>
  462.                         <width>700</width>
  463.                         <itemgap>10</itemgap>
  464.                         <align>left</align>
  465.                         <orientation>horizontal</orientation>
  466.                       <include>OSDSlideAnimations</include>
  467.                         <control type="label" id="1">
  468.                           <include>TopBigLabel</include>
  469.                           <label>$INFO[VideoPlayer.ChannelNumber,,. ]$INFO[VideoPlayer.ChannelName]</label>
  470.                         </control>
  471.                         <control type="label" id="1">
  472.                           <include>TopSmallLabel</include>
  473.                             <label>$INFO[VideoPlayer.Title]</label>
  474.                         <animation effect="fade" end="65" condition="true">Conditional</animation>
  475.                         </control>
  476.                     </control>
  477.                     <control type="label" id="1">
  478.                         <description>Label</description>
  479.                         <posx>0</posx>
  480.                         <posy>45</posy>
  481.                         <height>30</height>
  482.                         <width>700</width>
  483.             <label>$INFO[VideoPlayer.Genre]</label>
  484.                         <align>left</align>
  485.                         <aligny>center</aligny>
  486.                         <font>FontSize_22</font>
  487.                         <textcolor>99white</textcolor>
  488.                         <shadowcolor>55000000</shadowcolor>
  489.                     </control>
  490.                     <control type="fadelabel" id="1">
  491.                         <posx>0</posx>
  492.                         <posy>510r</posy>
  493.                         <width>380</width>
  494.                         <height>40</height>
  495.                         <font>FontSize_20</font>
  496.                         <align>left</align>
  497.                         <aligny>center</aligny>
  498.                         <textcolor>99white</textcolor>
  499.                       <shadowcolor>55000000</shadowcolor>
  500.                     <label>$INFO[VideoPlayer.ChannelGroup,[COLOR=white]$LOCALIZE[31033]:[/COLOR] ]</label>
  501.             <label>$INFO[VideoPlayer.NextTitle,[COLOR=white]$LOCALIZE[19031]:[/COLOR] ,]$INFO[VideoPlayer.NextStartTime, (,)]</label>
  502.                       <label>$INFO[VideoPlayer.NextStartTime,[COLOR=white]$LOCALIZE[19080][/COLOR] ,]$INFO[VideoPlayer.NextEndTime,  [COLOR=white]$LOCALIZE[19081][/COLOR] ,]</label>
  503.             <scroll>false</scroll>
  504.             <scrollout>false</scrollout>
  505.             <scrollspeed>100</scrollspeed>
  506.             <pauseatend>5000</pauseatend>
  507.                     </control>
  508.                 </control>
  509.  
  510.             <!-- Progress -->
  511.               <control type="group" id="1">
  512.                     <posx>203</posx>
  513.                     <posy>240</posy>
  514.             <include>OSDPlotAnimation</include>
  515.             <visible>[IsEmpty(Window(VideoOSD).Property(ShowPlot)) | IsEmpty(VideoPlayer.Plot)]</visible>
  516.                   <animation effect="slide" start="0,0" end="110,0" condition="![VideoPlayer.Content(Movies) | VideoPlayer.Content(Episodes)]">Conditional</animation>
  517.                     <control type="label" id="1">
  518.                         <posx>543</posx>
  519.                         <posy>509r</posy>
  520.                         <width>155</width>
  521.                         <height>40</height>
  522.                         <font>FontSize_18</font>
  523.                         <align>right</align>
  524.                         <aligny>center</aligny>
  525.                         <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  526.                         <textcolor>white</textcolor>
  527.                       <shadowcolor>55000000</shadowcolor>
  528.                     </control>
  529.                     <control type="progress" id="1">
  530.                         <description>Progressbar</description>
  531.                         <posx>0</posx>
  532.                         <posy>0</posy>
  533.                         <width>545</width>
  534.                         <height>24</height>
  535.                         <info>Player.Progress</info>
  536.             <reveal>true</reveal>
  537.                         <texturebg border="10">osd/osd_bg_progress_big.png</texturebg>
  538.                         <lefttexture>osd/osd_left_progress.png</lefttexture>
  539.                         <midtexture>osd/osd_center_progress.png</midtexture>
  540.                         <righttexture>osd/osd_right_progress.png</righttexture>
  541.             <overlaytexture>-</overlaytexture>
  542.                     </control>
  543.                     <control type="progress" id="1">
  544.                         <description>Progressbar</description>
  545.                         <posx>0</posx>
  546.                         <posy>0</posy>
  547.                         <width>545</width>
  548.                         <height>24</height>
  549.                         <info>Player.CacheLevel</info>
  550.                         <texturebg border="10">osd/osd_bg_progress_cache_big.png</texturebg>
  551.                         <lefttexture>osd/osd_left_progress_cache.png</lefttexture>
  552.                         <midtexture>osd/osd_center_progress_cache.png</midtexture>
  553.                         <righttexture>osd/osd_right_progress_cache.png</righttexture>
  554.             <overlaytexture>-</overlaytexture>
  555.             <colordiffuse>11FFFFFF</colordiffuse>
  556.                     </control>
  557.                     <control type="progress" id="1">
  558.                         <description>Progressbar</description>
  559.                         <posx>0</posx>
  560.                         <posy>0</posy>
  561.                         <width>545</width>
  562.                         <height>24</height>
  563.                         <info>Player.ProgressCache</info>
  564.             <reveal>true</reveal>
  565.                         <texturebg border="10">osd/osd_bg_progress_cache_big.png</texturebg>
  566.                         <lefttexture>osd/osd_left_progress.png</lefttexture>
  567.                         <midtexture>osd/osd_center_progress.png</midtexture>
  568.                         <righttexture>osd/osd_right_progress.png</righttexture>
  569.             <overlaytexture>-</overlaytexture>
  570.             <colordiffuse>44FFFFFF</colordiffuse>
  571.                     </control>
  572.                 </control> 
  573.             </control>
  574.         <!-- Media Flags -->
  575.             <control type="grouplist" id="1">
  576.         <visible>[Player.ShowInfo | [Player.Paused+Skin.HasSetting(ShowVideoInfo)] | Window.IsActive(VideoOSD)] + ![Window.IsActive(SliderDialog) | Window.IsActive(SeekBar) | Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsActive(SelectDialog) | Window.IsActive(script-XBMC-Subtitles-main.xml) | Window.IsActive(ShutdownMenu) | Window.IsActive(NumericInput) | Window.IsActive(PVROSDChannels) | Window.IsActive(PVROSDGuide)]</visible>
  577.             <animation type="WindowOpen" reversible="false">
  578.             <effect type="slide" start="150,0" end="0,0" time="450" delay="0" tween="sine" easing="out" />
  579.             <effect type="fade" start="0" end="100" time="450" delay="0" tween="sine" easing="out" />
  580.             </animation>
  581.             <animation type="WindowClose" reversible="false">
  582.             <effect type="slide" start="0,0" end="200,0" time="450" delay="0" tween="sine" easing="out" />
  583.             <effect type="fade" start="100" end="0" time="450" delay="0" tween="sine" easing="out" />
  584.             </animation>
  585.             <animation type="Visible" reversible="false">
  586.             <effect type="slide" start="300,0" end="0,0" time="450" delay="0" tween="sine" easing="out" />
  587.             <effect type="fade" start="0" end="100" time="450" delay="0" tween="sine" easing="out" />
  588.             </animation>
  589.             <animation type="Hidden" reversible="false">
  590.             <effect type="slide" start="0,0" end="200,0" time="450" delay="0" tween="sine" easing="out" />
  591.             <effect type="fade" start="100" end="0" time="450" delay="0" tween="sine" easing="out" />
  592.             </animation>
  593.                 <posx>635</posx>
  594.                 <posy>435</posy>
  595.                 <width>600</width>
  596.                 <align>right</align>
  597.                 <itemgap>10</itemgap>
  598.                 <orientation>horizontal</orientation>
  599.                 <control type="image" id="1">
  600.                     <description>Video Resolution Image</description>
  601.                     <include>FlagsOSDLayout</include>
  602.                     <texture>$INFO[VideoPlayer.VideoResolution,flags/res/,.png]</texture>
  603.                 </control>
  604.                 <control type="image" id="1">
  605.                     <description>Aspectratio Image</description>
  606.                     <include>FlagsOSDLayout</include>
  607.                     <texture>$INFO[VideoPlayer.VideoCodec,flags/video/,.png]</texture>
  608.                 </control>
  609.                 <control type="image" id="1">
  610.                     <description>Audio Codec Image</description>
  611.                     <include>FlagsOSDLayout</include>
  612.                     <texture>$INFO[VideoPlayer.AudioCodec,flags/audio/,.png]</texture>
  613.                 </control>
  614.             </control>
  615.         </control>
  616.  
  617.  
  618.         <!-- =========================== -->
  619.         <!-- ====== Seekbar Code ======= -->
  620.         <!-- =========================== -->
  621.         <control type="group" id="1">
  622.         <visible>Window.IsActive(FullScreenVideo) + [Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Skin.HasSetting(ShowVideoInfo)] | Player.Forwarding | Player.Rewinding] + ![Player.ShowInfo | Window.IsActive(VideoOSD)] + !Window.IsActive(script-XBMC-Subtitles-main.xml) + !Window.IsActive(ShutdownMenu) + !Window.IsActive(NumericInput) + !Window.IsActive(PVROSDChannels) + !Window.IsActive(PVROSDGuide)</visible>
  623.             <animation type="WindowOpen" reversible="false">
  624.                 <effect type="zoom" time="350" center="640,360" start="150" end="100" tween="cubic" easing="out"/>
  625.                 <effect type="fade" time="350" start="0" easing="out" end="100"/>
  626.             </animation>
  627.             <animation type="WindowClose" reversible="false">
  628.                 <effect type="zoom" time="250" center="640,360" start="100" end="150" tween="cubic" easing="in"/>
  629.                 <effect type="fade" time="250" start="100" easing="in" end="0"/>
  630.             </animation>
  631.             <animation type="Visible" reversible="false">
  632.                 <effect type="zoom" time="350" center="640,360" start="150" end="100" tween="cubic" easing="out"/>
  633.                 <effect type="fade" time="350" start="0" easing="out" end="100"/>
  634.             </animation>           
  635.             <animation type="Hidden" reversible="false">
  636.                 <effect type="zoom" time="350" center="640,360" start="100" end="150" tween="cubic" easing="in"/>
  637.                 <effect type="fade" time="350" start="100" easing="in" end="0"/>
  638.             </animation>
  639.             <animation type="Conditional" condition="Player.Paused + ![Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding | Player.ShowInfo]">
  640.                 <effect type="zoom" time="350" delay="9000" center="640,360" start="100" end="0" tween="cubic" easing="in"/>
  641.                 <effect type="fade" time="350" delay="9000" start="100" easing="in" end="0"/>
  642.             </animation>
  643.             <control type="image" id="1">
  644.                 <posx>450</posx>
  645.                 <posy>165</posy>
  646.                 <width>395</width>
  647.                 <height>395</height>
  648.                 <texture>osd/osd_controls_bg.png</texture>
  649.                 <colordiffuse>AA999999</colordiffuse>
  650.             </control>
  651.           <control type="group" id="1">
  652.                 <posx>485</posx>
  653.                 <posy>195</posy>
  654.                 <control type="image" id="1">
  655.                     <width>330</width>
  656.                     <height>330</height>
  657.                     <texture>osd/osd_pause.png</texture>
  658.                     <visible>Player.Paused</visible>
  659.                   <colordiffuse>AA999999</colordiffuse>
  660.                 </control>
  661.                 <control type="image" id="1">
  662.                     <width>330</width>
  663.                     <height>330</height>
  664.                     <texture>osd/osd_play.png</texture>
  665.                     <visible>Player.Playing</visible>
  666.                   <colordiffuse>AA999999</colordiffuse>
  667.                 </control>
  668.                 <control type="image" id="1">
  669.                     <width>330</width>
  670.                     <height>330</height>
  671.                     <texture>osd/osd_rw.png</texture>
  672.                     <visible>Player.Rewinding</visible>
  673.                   <colordiffuse>aa999999</colordiffuse>
  674.                 </control>
  675.                 <control type="image" id="1">
  676.                     <width>330</width>
  677.                     <height>330</height>
  678.                     <texture>osd/osd_ff.png</texture>
  679.                     <visible>Player.Forwarding</visible>
  680.                   <colordiffuse>AA999999</colordiffuse>
  681.                 </control>
  682.             </control>
  683.    
  684.             <control type="group" id="1">
  685.                 <posx>485</posx>
  686.                 <posy>215</posy>
  687.                 <control type="group" id="1">
  688.                     <posx>3</posx>
  689.                     <visible>!Player.ChapterCount</visible>
  690.                     <control type="label" id="1">
  691.                         <description>Seek Time Label</description>
  692.                         <width>320</width>
  693.                         <height>20</height>
  694.                         <font>FontSize_24</font>
  695.                         <textcolor>88FFFFFF</textcolor>
  696.                         <shadowcolor>99000000</shadowcolor>
  697.                         <align>center</align>
  698.                         <aligny>center</aligny>
  699.                         <label>$VAR[DialogSeekBarLabel]</label>
  700.                         <animation type="Conditional" reversible="false" condition="Player.Paused  + ![Player.Forwarding | Player.Rewinding | Player.Caching]" loop="true">
  701.                             <effect type="fade" start="0" end="100" time="400" delay="0" />
  702.                             <effect type="fade" start="100" end="0" time="400" delay="5000" />
  703.                             <effect type="fade" start="100" end="0" time="400" delay="10000" />
  704.                         </animation>
  705.                     </control>
  706.                     <control type="label" id="1">
  707.                         <description>Seek Time Label</description>
  708.                         <width>320</width>
  709.                         <height>20</height>
  710.                         <font>FontSize_24</font>
  711.                         <textcolor>88FFFFFF</textcolor>
  712.                       <shadowcolor>55000000</shadowcolor>
  713.                         <align>center</align>
  714.                         <aligny>center</aligny>
  715.                         <label>$LOCALIZE[31305] [COLOR=osdinfo]$INFO[Player.FinishTime][/COLOR]</label>
  716.                         <visible>!Player.Playing + !Player.Forwarding + !Player.Rewinding + !Player.Caching</visible>
  717.                         <animation type="Conditional" reversible="false" condition="Player.Paused + ![Player.Playing | Player.Forwarding | Player.Rewinding | Player.Caching]" loop="true">
  718.                             <effect type="fade" start="0" end="100" time="400" delay="5400" />
  719.                             <effect type="fade" start="100" end="0" time="400" delay="10000" />
  720.                         </animation>
  721.                     </control>
  722.                 </control>
  723.                 <control type="group" id="1">
  724.                     <posx>3</posx>
  725.                     <visible>Player.ChapterCount</visible>     
  726.                     <control type="label" id="1">
  727.                         <description>Seek Time Label</description>
  728.                         <width>320</width>
  729.                         <height>20</height>
  730.                         <font>FontSize_24</font>
  731.                         <textcolor>88FFFFFF</textcolor>
  732.                       <shadowcolor>55000000</shadowcolor>
  733.                         <align>center</align>
  734.                         <aligny>center</aligny>
  735.                         <label>$VAR[DialogSeekBarLabel]</label>
  736.                         <animation type="Conditional" reversible="false" condition="Player.Paused  + ![Player.Forwarding | Player.Rewinding | Player.Caching]" loop="true">
  737.                             <effect type="fade" start="0" end="100" time="400" delay="0" />
  738.                             <effect type="fade" start="100" end="0" time="400" delay="5000" />
  739.                             <effect type="fade" start="100" end="0" time="400" delay="15000" />
  740.                         </animation>
  741.                     </control>
  742.                     <control type="label" id="1">
  743.                         <description>Seek Time Label</description>
  744.                         <width>320</width>
  745.                         <height>20</height>
  746.                         <font>FontSize_24</font>
  747.                         <textcolor>88FFFFFF</textcolor>
  748.                       <shadowcolor>55000000</shadowcolor>
  749.                         <align>center</align>
  750.                         <aligny>center</aligny>
  751.                         <label>$LOCALIZE[31305] [COLOR=osdinfo]$INFO[Player.FinishTime][/COLOR]</label>
  752.                         <visible>!Player.Playing + !Player.Forwarding + !Player.Rewinding + !Player.Caching</visible>
  753.                         <animation type="Conditional" reversible="false" condition="Player.Paused + ![Player.Playing | Player.Forwarding | Player.Rewinding | Player.Caching]" loop="true">
  754.                             <effect type="fade" start="0" end="100" time="400" delay="5400" />
  755.                             <effect type="fade" start="100" end="0" time="400" delay="10000" />
  756.                             <effect type="fade" start="100" end="0" time="400" delay="15000" />
  757.                         </animation>
  758.                     </control>
  759.                     <control type="label" id="1">
  760.                         <description>Chapter Label</description>
  761.                         <width>320</width>
  762.                         <height>20</height>
  763.                         <font>FontSize_24</font>
  764.                         <textcolor>88FFFFFF</textcolor>
  765.                       <shadowcolor>55000000</shadowcolor>
  766.                         <align>center</align>
  767.                         <aligny>center</aligny>
  768.                         <label>$LOCALIZE[21396]: [COLOR=osdinfo]$INFO[Player.Chapter]$INFO[Player.ChapterCount, / ][/COLOR]</label>
  769.                         <visible>!Player.Playing + !Player.Forwarding + !Player.Rewinding + !Player.Caching</visible>
  770.                         <animation type="Conditional" reversible="false" condition="Player.Paused + ![Player.Playing | Player.Forwarding | Player.Rewinding | Player.Caching]" loop="true">
  771.                             <effect type="fade" start="0" end="100" time="400" delay="10400" />
  772.                             <effect type="fade" start="100" end="0" time="400" delay="15000" />
  773.                         </animation>
  774.                     </control>
  775.                 </control>
  776.                
  777.                 <control type="label" id="1">
  778.                     <description>Time Label</description>
  779.                     <posx>0</posx>
  780.                     <posy>260</posy>
  781.                     <width>80</width>
  782.                     <height>20</height>
  783.                     <font>FontSize_18</font>
  784.                     <textcolor>osdinfo</textcolor>
  785.                   <shadowcolor>55000000</shadowcolor>
  786.                     <align>left</align>
  787.                     <aligny>center</aligny>
  788.                     <label>$INFO[Player.Time]</label>
  789.                 </control>
  790.                 <control type="label" id="1">
  791.                     <description>Time Remaining Label</description>
  792.                     <posx>323</posx>
  793.                     <posy>260</posy>
  794.                     <width>80</width>
  795.                     <height>20</height>
  796.                     <font>FontSize_18</font>
  797.                     <textcolor>osdinfo</textcolor>
  798.                   <shadowcolor>55000000</shadowcolor>
  799.                     <align>right</align>
  800.                     <aligny>center</aligny>
  801.                     <label>-$INFO[Player.TimeRemaining]</label>
  802.               </control>
  803.                 <control type="progress" id="1">
  804.                     <description>Progressbar</description>
  805.                     <posx>-2</posx>
  806.                     <posy>280</posy>
  807.                     <width>327</width>
  808.                     <height>25</height>
  809.                     <info>Player.Progress</info>
  810.             <reveal>true</reveal>
  811.                     <texturebg border="10">osd/osd_bg_progress.png</texturebg>
  812.                     <lefttexture>osd/osd_left_progress.png</lefttexture>
  813.                     <midtexture>osd/osd_center_progress.png</midtexture>
  814.                     <righttexture>osd/osd_right_progress.png</righttexture>
  815.             <overlaytexture>-</overlaytexture>
  816.                 </control>
  817.                 <control type="progress" id="1">
  818.                     <description>Progressbar</description>
  819.                     <posx>-2</posx>
  820.                     <posy>280</posy>
  821.                     <width>327</width>
  822.                     <height>25</height>
  823.                     <info>Player.CacheLevel</info>
  824.                     <texturebg border="10">osd/osd_bg_progress_cache_big.png</texturebg>
  825.                     <lefttexture>osd/osd_left_progress_cache.png</lefttexture>
  826.                     <midtexture>osd/osd_center_progress_cache.png</midtexture>
  827.                     <righttexture>osd/osd_right_progress_cache.png</righttexture>
  828.             <overlaytexture>-</overlaytexture>
  829.             <colordiffuse>11FFFFFF</colordiffuse>
  830.                 </control>
  831.                 <control type="progress" id="1">
  832.                     <description>Progressbar</description>
  833.                     <posx>-2</posx>
  834.                     <posy>280</posy>
  835.                     <width>327</width>
  836.                     <height>25</height>
  837.                     <info>Player.ProgressCache</info>
  838.             <reveal>true</reveal>
  839.                     <texturebg border="10">osd/osd_bg_progress_cache_big.png</texturebg>
  840.                     <lefttexture>osd/osd_left_progress.png</lefttexture>
  841.                     <midtexture>osd/osd_center_progress.png</midtexture>
  842.                     <righttexture>osd/osd_right_progress.png</righttexture>
  843.             <overlaytexture>-</overlaytexture>
  844.             <colordiffuse>44FFFFFF</colordiffuse>
  845.                 </control>
  846.             </control>
  847.         </control> 
  848.  
  849.         <!-- ======================== -->
  850.         <!-- === Weather & Clock ==== -->
  851.         <!-- ======================== -->      
  852.       <control type="group" id="1">
  853.             <posx>25</posx>
  854.             <posy>40</posy>
  855.       <include>WeatherAndClock</include>
  856.         <animation type="WindowOpen" reversible="false">
  857.             <effect type="fade" start="0" end="100" time="300" tween="sine" easing="in"  />
  858.             <effect type="slide" start="0,-55" end="0,0" time="350" tween="cubic" easing="out" />
  859.         </animation>
  860.         <animation type="WindowClose" reversible="false">
  861.             <effect type="fade" start="100" end="0" time="300" tween="sine" easing="out" />
  862.             <effect type="slide" start="0,0" end="0,-55" time="350" tween="sine" easing="out" />
  863.         </animation>
  864.         <animation type="Visible" reversible="false">
  865.             <effect type="fade" start="0" end="100" time="300" tween="sine" easing="in"  />
  866.             <effect type="slide" start="0,-35" end="0,0" time="350" tween="cubic" easing="out" />
  867.         </animation>
  868.         <animation type="Hidden" reversible="false">
  869.             <effect type="fade" start="100" end="0" time="300" tween="sine" easing="out" />
  870.             <effect type="slide" start="0,0" end="0,-35" time="350" tween="sine" easing="out" />
  871.         </animation>
  872.           <animation type="Conditional" reversible="false" condition="!Window.IsActive(VolumeBar) + !Window.IsActive(SliderDialog) + !Player.ShowCodec">
  873.               <effect type="fade" start="0" end="100" time="300" tween="sine" easing="in"  />
  874.               <effect type="slide" start="0,35" end="0,0" time="350" tween="cubic" easing="out" />
  875.           </animation>
  876.           <animation type="Conditional" reversible="false" condition="Window.IsActive(VolumeBar) | Window.IsActive(SliderDialog) | Player.ShowCodec">
  877.               <effect type="fade" start="100" end="0" time="300" tween="sine" easing="out" />
  878.               <effect type="slide" start="0,0" end="0,35" time="350" tween="sine" easing="out" />
  879.           </animation>
  880.       <visible>!Window.IsActive(script-XBMC-Subtitles-main.xml)</visible>
  881.       <visible>[Player.ShowInfo | Window.IsActive(VideoOSD)]</visible>
  882. <!--  <visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] | [Window.IsActive(FullScreenVideo) + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]]</visible> -->
  883.       </control>       
  884.  
  885.  
  886.         <!-- =========================== -->
  887.         <!-- ===== Codec Info Code ===== -->
  888.         <!-- =========================== -->
  889.         <control type="group" id="0">
  890.             <visible>Control.IsVisible(10) + !Window.IsVisible(VideoOSD)</visible>
  891.             <animation type="Hidden">
  892.                 <effect type="fade" time="400" start="100" end="0" />
  893.                 <effect type="slide" time="400" start="0,0" end="0,-125" easing="in" tween="cubic" />
  894.             </animation>
  895.             <animation type="Visible">
  896.                 <effect type="fade" time="400" start="0" end="100" />
  897.                 <effect type="slide" time="400" start="0,-125" end="0,0" easing="out" tween="cubic" />
  898.             </animation>
  899.             <animation type="WindowOpen">
  900.                 <effect type="fade" time="400" start="0" end="100" />
  901.                 <effect type="slide" time="400" start="0,-125" end="0,0" easing="out" tween="cubic" />
  902.             </animation>
  903.             <animation type="WindowClose">
  904.                 <effect type="fade" time="400" start="100" end="0" />
  905.                 <effect type="slide" time="400" start="0,0" end="0,-125" easing="in" tween="cubic" />
  906.             </animation>
  907.             <control type="image">
  908.                 <description>media info background image</description>
  909.                 <posx>0</posx>
  910.                 <posy>0</posy>
  911.                 <width>1280</width>
  912.                 <height>143</height>
  913.                 <texture background="false"></texture>
  914.               <colordiffuse>D9FFFFFF</colordiffuse>
  915.             </control>
  916.             <control type="group" id="0">
  917.                 <posx>20</posx>
  918.                 <posy>15</posy>        
  919.                 <control type="label" id="10">
  920.                     <description>row 1 label</description>
  921.                     <posy>0</posy>
  922.                     <width>1240</width>
  923.                     <height>50</height>
  924.                     <align>left</align>
  925.                     <aligny>top</aligny>
  926.                     <textcolor>grey</textcolor>
  927.                   <shadowcolor>22000000</shadowcolor>
  928.                     <font>font18</font>
  929.                     <scroll>false</scroll>
  930.                     <label>-</label>
  931.                 </control>
  932.                 <control type="label" id="11">
  933.                     <description>row 2 label</description>
  934.                     <posy>55</posy>
  935.                     <width>1240</width>
  936.                     <height>50</height>
  937.                     <align>left</align>
  938.                     <aligny>top</aligny>
  939.                     <textcolor>grey</textcolor>
  940.                   <shadowcolor>22000000</shadowcolor>
  941.                     <font>font18</font>
  942.                     <scroll>false</scroll>
  943.                     <label>-</label>
  944.                 </control>
  945.                 <control type="label" id="12">
  946.                     <description>row 3 label</description>
  947.                     <posy>110</posy>
  948.                     <width>1240</width>
  949.                     <height>50</height>
  950.                     <align>left</align>
  951.                     <aligny>top</aligny>
  952.                     <textcolor>grey</textcolor>
  953.                   <shadowcolor>22000000</shadowcolor>
  954.                     <font>font18</font>
  955.                     <scroll>false</scroll>
  956.                     <label>-</label>
  957.                 </control>
  958.             </control>
  959.         </control>
  960.     </controls>
  961. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement