Don't like ads? PRO users don't see any ads ;-)
Guest

Cirrus VideoOSD.xml modified

By: a guest on Jan 30th, 2011  |  syntax: None  |  size: 8.34 KB  |  hits: 62  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <window type="dialog" id="2901">
  2.         <defaultcontrol always="true">602</defaultcontrol>
  3.         <controls>
  4.                 <control type="group">
  5.                         <animation effect="slide" start="0,-145" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
  6.                         <animation effect="slide" start="0,0" end="0,-145" time="300" delay="150" tween="quadratic" easing="out">WindowClose</animation>
  7.                         <animation effect="slide" start="0,0" end="0,-145" time="300" tween="quadratic" easing="out" condition="Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)">Conditional</animation>
  8.  
  9.                         <control type="image"> <!-- background -->
  10.                                 <posx>0</posx>
  11.                                 <posy>0</posy>
  12.                                 <width>1280</width>
  13.                                 <height>100</height>
  14.                                 <aspectratio>stretch</aspectratio>
  15.                                 <texture flipy="true">OSDbackground.png</texture> <!-- flip y when up the top -->
  16.                         </control>
  17.                         <!-- SETTINGS GROUP (Bookmarks audio video) -->
  18.                         <control type="group" id="200">
  19.                                 <posx>750</posx>
  20.                                 <posy>20</posy>
  21.                                 <control type="button" id="700">
  22.                                         <posx>0</posx>
  23.                                         <posy>0</posy>
  24.                                         <width>40</width>
  25.                                         <height>28</height>
  26.                                         <label>298</label>
  27.                                         <font>-</font>
  28.                                         <texturefocus>OSDBookmarksFO.png</texturefocus>
  29.                                         <texturenofocus>OSDBookmarksNF.png</texturenofocus>
  30.                                         <onleft>605</onleft>
  31.                                         <onright>701</onright>
  32.                                         <onclick>ActivateWindow(125)</onclick>
  33.                                 </control>
  34.                                 <control type="button" id="701">
  35.                                         <posx>50</posx>
  36.                                         <posy>0</posy>
  37.                                         <width>40</width>
  38.                                         <height>28</height>
  39.                                         <label>13396</label>
  40.                                         <font>-</font>
  41.                                         <texturefocus>OSDAudioFO.png</texturefocus>
  42.                                         <texturenofocus>OSDAudioNF.png</texturenofocus>
  43.                                         <onleft>700</onleft>
  44.                                         <onright>702</onright>
  45.                                         <onclick>ActivateWindow(124)</onclick>
  46.                                 </control>
  47.                                 <control type="button" id="702">
  48.                                         <posx>100</posx>
  49.                                         <posy>0</posy>
  50.                                         <width>40</width>
  51.                                         <height>28</height>
  52.                                         <label>13395</label>
  53.                                         <font>-</font>
  54.                                         <texturefocus>OSDVideoFO.png</texturefocus>
  55.                                         <texturenofocus>OSDVideoNF.png</texturenofocus>
  56.                                         <onleft>701</onleft>
  57.                                         <onright>703</onright>
  58.                                         <onclick>ActivateWindow(123)</onclick>
  59.                                 </control>
  60.                         <control type="button" id="703">
  61.                                         <posx>150</posx>
  62.                                         <posy>0</posy>
  63.                                         <width>40</width>
  64.                                         <height>28</height>
  65.                                         <label>31356</label>
  66.                                         <font>-</font>
  67.                                         <texturefocus>OSDSubtitlesFO.png</texturefocus>
  68.                                         <texturenofocus>OSDSubtitlesNF.png</texturenofocus>
  69.                                         <onleft>702</onleft>
  70.                                         <onright>704</onright>
  71.                                         <onclick>Close</onclick>
  72.                                         <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
  73.                                         <enable>Skin.HasSetting(SubtitleDownload_Enable) + !IsEmpty(Skin.String(SubtitleScript_Path))</enable>
  74.                                         <animation effect="fade" start="100" end="50" time="100" condition="![Skin.HasSetting(SubtitleDownload_Enable) + !IsEmpty(Skin.String(SubtitleScript_Path))]">Conditional</animation>
  75.                                 </control>
  76.                                 <control type="button" id="704">
  77.                                         <posx>200</posx>
  78.                                         <posy>0</posy>
  79.                                         <width>40</width>
  80.                                         <height>28</height>
  81.                                         <label>31355</label>
  82.                                         <font>-</font>
  83.                                         <texturefocus>OSDDvdFO.png</texturefocus>
  84.                                         <texturenofocus>OSDDvdNF.png</texturenofocus>
  85.                                         <onleft>703</onleft>
  86.                                         <onright>600</onright>
  87.                                         <onclick>PlayerControl(ShowVideoMenu)</onclick>
  88.                                         <enable>VideoPlayer.HasMenu</enable>
  89.                                         <animation effect="fade" start="100" end="50" time="100" condition="!VideoPlayer.HasMenu">Conditional</animation>
  90.                                 </control>
  91. <!-- TAKEN OUT FOR TIME BEING -->
  92.                                 <!--
  93.                                 <control type="button" id="705">
  94.                                         <posx>250</posx>
  95.                                         <posy>0</posy>
  96.                                         <width>40</width>
  97.                                         <height>28</height>
  98.                                         <label>264</label>
  99.                                         <font>-</font>
  100.                                         <texturefocus>OSDRecordFO.png</texturefocus>
  101.                                         <texturenofocus>OSDRecordNF.png</texturenofocus>
  102.                                         <onleft>704</onleft>
  103.                                         <onright>700</onright>
  104.                                         <onclick>XBMC.PlayerControl(record)</onclick>
  105.                                         <enable>Player.CanRecord</enable>
  106.                                         <animation effect="fade" start="100" end="50" time="100" condition="!Player.CanRecord">Conditional</animation>
  107.                                 </control> -->
  108. <!-- END OF TAKEN OUT FOR TIME BEING -->
  109.                         </control>
  110.                         <!-- GROUP FOR PLAYER CONTROLS -->
  111.                         <control type="group" id="100">
  112.                                 <posx>400</posx>
  113.                                 <posy>20</posy>
  114.                                 <control type="button" id="600">
  115.                                         <posx>0</posx>
  116.                                         <posy>0</posy>
  117.                                         <width>40</width>
  118.                                         <height>28</height>
  119.                                         <label>210</label>
  120.                                         <font>-</font>
  121.                                         <texturefocus>OSDPrevTrackFO.png</texturefocus>
  122.                                         <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
  123.                                         <onleft>704</onleft>
  124.                                         <onright>601</onright>
  125.                                         <onclick>PlayerControl(Previous)</onclick>
  126.                                 </control>
  127.                                 <control type="button" id="601">
  128.                                         <posx>50</posx>
  129.                                         <posy>0</posy>
  130.                                         <width>40</width>
  131.                                         <height>28</height>
  132.                                         <label>31354</label>
  133.                                         <font>-</font>
  134.                                         <texturefocus>OSDRewindFO.png</texturefocus>
  135.                                         <texturenofocus>OSDRewindNF.png</texturenofocus>
  136.                                         <onleft>600</onleft>
  137.                                         <onright>602</onright>
  138.                                         <onclick>PlayerControl(Rewind)</onclick>
  139.                                 </control>
  140.                                 <control type="togglebutton" id="602">
  141.                                         <posx>100</posx>
  142.                                         <posy>0</posy>
  143.                                         <width>40</width>
  144.                                         <height>28</height>
  145.                                         <label>31351</label>
  146.                                         <altlabel>208</altlabel>
  147.                                         <font>-</font>
  148.                                         <texturefocus>OSDPauseFO.png</texturefocus>
  149.                                         <texturenofocus>OSDPauseNF.png</texturenofocus>
  150.                                         <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  151.                                         <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  152.                                         <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  153.                                         <onleft>601</onleft>
  154.                                         <onright>603</onright>
  155.                                         <onclick>PlayerControl(Play)</onclick>
  156.                                 </control>
  157.                                 <control type="button" id="603">
  158.                                         <posx>150</posx>
  159.                                         <posy>0</posy>
  160.                                         <width>40</width>
  161.                                         <height>28</height>
  162.                                         <label>31352</label>
  163.                                         <font>-</font>
  164.                                         <texturefocus>OSDStopFO.png</texturefocus>
  165.                                         <texturenofocus>OSDStopNF.png</texturenofocus>
  166.                                         <onleft>602</onleft>
  167.                                         <onright>604</onright>
  168.                                         <onclick>PlayerControl(Stop)</onclick>
  169.                                 </control>
  170.                                 <control type="button" id="604">
  171.                                         <posx>200</posx>
  172.                                         <posy>0</posy>
  173.                                         <width>40</width>
  174.                                         <height>28</height>
  175.                                         <label>31353</label>
  176.                                         <font>-</font>
  177.                                         <texturefocus>OSDForwardFO.png</texturefocus>
  178.                                         <texturenofocus>OSDForwardNF.png</texturenofocus>
  179.                                         <onleft>603</onleft>
  180.                                         <onright>605</onright>
  181.                                         <onclick>PlayerControl(Forward)</onclick>
  182.                                 </control>
  183.                                 <control type="button" id="605">
  184.                                         <posx>250</posx>
  185.                                         <posy>0</posy>
  186.                                         <width>40</width>
  187.                                         <height>28</height>
  188.                                         <label>209</label>
  189.                                         <font>-</font>
  190.                                         <texturefocus>OSDNextTrackFO.png</texturefocus>
  191.                                         <texturenofocus>OSDNextTrackNF.png</texturenofocus>
  192.                                         <onleft>604</onleft>
  193.                                         <onright>700</onright>
  194.                                         <onclick>PlayerControl(Next)</onclick>
  195.                                 </control>
  196.                                 <control type="image" id="11">
  197.                                         <description>separator image</description>
  198.                                         <posx>0</posx>
  199.                                         <posy>40</posy>
  200.                                         <width>470</width>
  201.                                         <height>1</height>
  202.                                         <colordiffuse>66FFFFFF</colordiffuse>
  203.                                         <texture>separator2.png</texture>
  204.                                 </control>
  205.                         </control>
  206.                         <control type="label">
  207.                                 <posx>20</posx>
  208.                                 <posy>65</posy>
  209.                                 <width>300</width>
  210.                                 <height>25</height>
  211.                                 <label>$INFO[VideoPlayer.Title]</label>
  212.                                 <scroll>true</scroll>
  213.                                 <align>left</align>
  214.                                 <aligny>center</aligny>
  215.                                 <font>cirrus_20</font>
  216.                                 <textcolor>orange</textcolor>
  217.                                 <shadowcolor>black</shadowcolor>
  218.                         </control>
  219.                         <control type="label">
  220.                                 <posx>440</posx>
  221.                                 <posy>65</posy>
  222.                                 <width>400</width>
  223.                                 <height>25</height>
  224.                                 <label>$INFO[System.CurrentControl]</label>
  225.                                 <scroll>true</scroll>
  226.                                 <align>center</align>
  227.                                 <aligny>center</aligny>
  228.                                 <font>cirrus_20</font>
  229.                                 <textcolor>grey</textcolor>
  230.                                 <shadowcolor>black</shadowcolor>
  231.                         </control>
  232.                         <control type="label">
  233.                                 <posx>1260</posx>
  234.                                 <posy>65</posy>
  235.                                 <width>460</width>
  236.                                 <height>25</height>
  237.                                 <label>$INFO[VideoPlayer.Time] - $INFO[VideoPlayer.Duration]</label>
  238.                                 <scroll>true</scroll>
  239.                                 <align>right</align>
  240.                                 <aligny>center</aligny>
  241.                                 <font>cirrus_20</font>
  242.                                 <textcolor>grey</textcolor>
  243.                                 <shadowcolor>black</shadowcolor>
  244.                         </control>
  245.                         <include>Clock</include>
  246.                 </control>
  247.         </controls>
  248. </window>