Advertisement
Guest User

Untitled

a guest
Jan 20th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 35.06 KB | None | 0 0
  1. <includes>
  2.     <include file="defaults.xml" />
  3.     <include file="ViewsVideoLibrary.xml" />
  4.     <include file="ViewsMusicLibrary.xml" />
  5.     <include file="ViewsFileMode.xml" />
  6.     <include file="ViewsPictures.xml" />
  7.     <include file="Includes_FullscreenWall.xml" />
  8.     <include file="IncludesCodecFlagging.xml" />
  9.     <include file="IncludesHomeRecentlyAdded.xml" />
  10.   <include file="Includes_Animations.xml"/>
  11.   <include file="Includes_Showcase.xml"/>
  12.   <include file="Includes_MediaMenu.xml"/>
  13.   <include file="Includes_Showcase_Box.xml"/>
  14.   <constant name="FanartCrossfadeTime">500</constant>
  15.     <constant name="IconCrossfadeTime">400</constant>
  16.  
  17.   <include name="CommonMediaPlayingBackground">
  18.     <control type="image">
  19.       <posx>0</posx>
  20.       <posy>0</posy>
  21.       <width>1280</width>
  22.       <height>720</height>
  23.       <texture>special://skin/backgrounds/media-overlay.png</texture>
  24.       <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)+ !SubString(Window(10025).Property(TvTunesIsAlive),True)</visible>
  25.     </control>
  26.     <control type="visualisation">
  27.       <posx>0</posx>
  28.       <posy>0</posy>
  29.       <width>1280</width>
  30.       <height>720</height>
  31.       <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)+ !SubString(Window(10025).Property(TvTunesIsAlive),True)</visible>
  32.     </control>
  33.     <control type="videowindow">
  34.       <posx>0</posx>
  35.       <posy>0</posy>
  36.       <width>1280</width>
  37.       <height>720</height>
  38.       <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
  39.     </control>
  40.   </include>
  41.     <include name="CommonVideoBackground">
  42.         <control type="multiimage">
  43.             <posx>0</posx>
  44.             <posy>0</posy>
  45.             <width>1280</width>
  46.             <height>720</height>
  47.             <imagepath fallback="special://skin/backgrounds/videos.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</imagepath>
  48.             <timeperimage>10000</timeperimage>
  49.             <randomize>true</randomize>
  50.             <fadetime>1000</fadetime>
  51.       <include>Animation_OpenCloseZoom</include>
  52.     </control>
  53.         <control type="multiimage">
  54.             <posx>0</posx>
  55.             <posy>0</posy>
  56.             <width>1280</width>
  57.             <height>720</height>
  58.             <imagepath fallback="special://skin/backgrounds/movies.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</imagepath>
  59.             <timeperimage>10000</timeperimage>
  60.             <randomize>true</randomize>
  61.             <fadetime>1000</fadetime>
  62.             <visible>Container.Content(Movies) + [!IsEmpty(Skin.String(Home_Custom_Back_Movies_Folder)) + Skin.HasSetting(HomeMenuNoMoviesButton)]</visible>
  63.       <include>Animation_OpenCloseZoom</include>
  64.     </control>
  65.         <control type="multiimage">
  66.             <posx>0</posx>
  67.             <posy>0</posy>
  68.             <width>1280</width>
  69.             <height>720</height>
  70.             <imagepath fallback="special://skin/backgrounds/tvshows.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</imagepath>
  71.             <timeperimage>10000</timeperimage>
  72.             <randomize>true</randomize>
  73.             <fadetime>1000</fadetime>
  74.             <visible>[Container.Content(TVShows) | Container.Content(Seasons) |Container.Content(Episodes)] + [!IsEmpty(Skin.String(Home_Custom_Back_TVShow_Folder) + Skin.HasSetting(HomeMenuNoTVShowsButton)])</visible>
  75.       <include>Animation_OpenCloseZoom</include>
  76.     </control>
  77.     </include>
  78.     <include name="CommonMusicBackground">
  79.         <control type="multiimage">
  80.             <posx>0</posx>
  81.             <posy>0</posy>
  82.             <width>1280</width>
  83.             <height>720</height>
  84.             <imagepath fallback="special://skin/backgrounds/music.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</imagepath>
  85.             <timeperimage>10000</timeperimage>
  86.             <randomize>true</randomize>
  87.             <fadetime>1000</fadetime>
  88.         </control>
  89.     </include>
  90.     <include name="CommonPictureBackground">
  91.         <control type="multiimage">
  92.             <posx>0</posx>
  93.             <posy>0</posy>
  94.             <width>1280</width>
  95.             <height>720</height>
  96.             <imagepath fallback="special://skin/backgrounds/pictures.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</imagepath>
  97.             <timeperimage>10000</timeperimage>
  98.             <randomize>true</randomize>
  99.             <fadetime>1000</fadetime>
  100.         </control>
  101.     </include>
  102.     <include name="CommonProgramsBackground">
  103.         <control type="multiimage">
  104.             <posx>0</posx>
  105.             <posy>0</posy>
  106.             <width>1280</width>
  107.             <height>720</height>
  108.             <imagepath fallback="special://skin/backgrounds/programs.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</imagepath>
  109.             <timeperimage>10000</timeperimage>
  110.             <randomize>true</randomize>
  111.             <fadetime>1000</fadetime>
  112.         </control>
  113.     </include>
  114.     <include name="CommonScriptBackground">
  115.         <control type="multiimage">
  116.             <posx>0</posx>
  117.             <posy>0</posy>
  118.             <width>1280</width>
  119.             <height>720</height>
  120.             <imagepath fallback="special://skin/backgrounds/scripts.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</imagepath>
  121.             <timeperimage>10000</timeperimage>
  122.             <randomize>true</randomize>
  123.             <fadetime>1000</fadetime>
  124.         </control>
  125.     </include>
  126.     <include name="CommonWeatherBackground">
  127.         <control type="multiimage">
  128.             <posx>0</posx>
  129.             <posy>0</posy>
  130.             <width>1280</width>
  131.             <height>720</height>
  132.             <imagepath fallback="special://skin/backgrounds/weather.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</imagepath>
  133.             <timeperimage>10000</timeperimage>
  134.             <randomize>true</randomize>
  135.             <fadetime>1000</fadetime>
  136.             <visible>![Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))]</visible>
  137.         </control>
  138.         <control type="multiimage">
  139.             <posx>0</posx>
  140.             <posy>0</posy>
  141.             <width>1280</width>
  142.             <height>720</height>
  143.             <imagepath background="true">$INFO[Skin.String(WeatherFanartDir)]$INFO[Weather.FanartCode]</imagepath>
  144.             <timeperimage>10000</timeperimage>
  145.             <randomize>true</randomize>
  146.             <fadetime>1000</fadetime>
  147.             <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible>
  148.             <animation effect="fade" time="200">WindowClose</animation>
  149.         </control>
  150.     </include>
  151.     <include name="CommonSettingsBackground">
  152.         <control type="multiimage">
  153.             <posx>0</posx>
  154.             <posy>0</posy>
  155.             <width>1280</width>
  156.             <height>720</height>
  157.             <imagepath fallback="special://skin/backgrounds/settings.jpg" background="true">$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</imagepath>
  158.             <timeperimage>10000</timeperimage>
  159.             <randomize>true</randomize>
  160.             <fadetime>1000</fadetime>
  161.         </control>
  162.     </include>
  163.  
  164.     <include name="BehindDialogFadeOut">
  165.         <control type="image">
  166.             <posx>0</posx>
  167.             <posy>0</posy>
  168.             <width>1280</width>
  169.             <height>720</height>
  170.             <texture>black-back.png</texture>
  171.             <animation effect="fade" time="400">Visible</animation>
  172.             <animation effect="fade" time="200">Hidden</animation>
  173.             <visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-Apple_Movie_Trailers-settings.xml) | Window.IsActive(script-Apple_Movie_Trailers-chooser.xml) | Window.IsActive(script-Apple_Movie_Trailers-search.xml) | Window.IsActive(script-Apple_Movie_Trailers-showtimes.xml) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation)</visible>
  174.         </control>
  175.     </include>
  176.  
  177.     <include name="ButtonInfoDialogsCommonValues">
  178.         <height>40</height>
  179.         <width>170</width>
  180.         <textoffsetx>20</textoffsetx>
  181.         <align>center</align>
  182.         <aligny>center</aligny>
  183.         <font>Font_Reg18</font>
  184.         <texturefocus border="5">dialogs/context_highlight.png</texturefocus>
  185.         <texturenofocus border="5">dialogs/context_nofocus.png</texturenofocus>
  186.         <pulseonselect>false</pulseonselect>
  187.     </include>
  188.  
  189.  
  190.  
  191.  
  192.   <include name="ScrollOffsetLabel">
  193.     <control type="group">
  194.       <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
  195.       <animation effect="slide" start="0,0" end="0,-60" time="100">Visible</animation>
  196.       <animation effect="slide" start="0,-60" end="0,0" delay="400" time="100">Hidden</animation>
  197.       <posx>300r</posx>
  198.       <posy>720</posy>
  199.       <control type="image">
  200.         <posx>0</posx>
  201.         <posy>0</posy>
  202.         <width>70</width>
  203.         <height>65</height>
  204.         <texture border="20,20,20,2">InfoMessagePanel.png</texture>
  205.       </control>
  206.       <control type="label">
  207.         <posx>5</posx>
  208.         <posy>0</posy>
  209.         <width>65</width>
  210.         <height>60</height>
  211.         <align>center</align>
  212.         <aligny>center</aligny>
  213.         <label>$INFO[ListItem.SortLetter]</label>
  214.         <textcolor>white</textcolor>
  215.         <font>Font_ShowcaseMainLabel2</font>
  216.       </control>
  217.     </control>
  218.   </include>
  219.  
  220.     <include name="backgroundfade">
  221.          <animation effect="fade" time="600">Visible</animation>
  222.          <animation effect="fade" time="600">Hidden</animation>
  223.     </include>
  224.     <include name="Window_OpenClose_Animation">
  225.         <animation effect="fade" time="250">WindowOpen</animation>
  226.         <animation effect="fade" time="250">WindowClose</animation>
  227.     </include>
  228.     <include name="dialogeffect">
  229.         <animation effect="fade" time="250">WindowOpen</animation>
  230.         <animation effect="fade" time="250">WindowClose</animation>
  231.     </include>
  232.     <include name="VisibleFadeEffect">
  233.         <animation effect="fade" time="300">Visible</animation>
  234.         <animation effect="fade" time="300">Hidden</animation>
  235.     </include>
  236.   <include name="Objects_OSDSeekForward">
  237.     <posx>470</posx>
  238.     <posy>0</posy>
  239.     <width>499</width>
  240.     <height>28</height>
  241.     <aligny>center</aligny>
  242.     <align>right</align>
  243.     <font>Font_Reg18</font>
  244.     <textcolor>FF363636</textcolor>
  245.     <include>Animation_CommonFade</include>
  246.   </include>
  247.   <include name="Objects_OSDSeekReverse">
  248.     <posx>29</posx>
  249.     <posy>0</posy>
  250.     <width>499</width>
  251.     <height>28</height>
  252.     <aligny>center</aligny>
  253.     <align>left</align>
  254.     <font>Font_Reg18</font>
  255.     <textcolor>FFececec</textcolor>
  256.     <include>Animation_CommonFade</include>
  257.   </include>
  258.   <include name="Dialogs_Group">
  259.     <posx>386</posx>
  260.     <posy>600</posy>
  261.     <width>509</width>
  262.     <height>91</height>
  263.   </include>
  264.   <include name="Dialogs_Tablet">
  265.     <control type="image">
  266.       <posx>0</posx>
  267.       <posy>0</posy>
  268.       <width>509</width>
  269.       <height>91</height>
  270.       <texture>dialogs/scan_backg.png</texture>
  271.     </control>
  272.   </include>
  273.   <include name="Dialogs_Exclam">
  274.     <control type="image">
  275.       <posx>9</posx>
  276.       <posy>9</posy>
  277.       <width>73</width>
  278.       <height>73</height>
  279.       <texture>dialogs/exclam_icon.png</texture>
  280.     </control>
  281.   </include>
  282.   <include name="Dialogs_HardDrive">
  283.     <control type="image">
  284.       <posx>12</posx>
  285.       <posy>4</posy>
  286.       <width>67</width>
  287.       <height>83</height>
  288.       <texture>dialogs/scan_icon.png</texture>
  289.     </control>
  290.   </include>
  291.   <include name="Dialogs_VolumeIcon">
  292.     <control type="image">
  293.       <posx>6</posx>
  294.       <posy>4</posy>
  295.       <width>81</width>
  296.       <height>82</height>
  297.       <texture>dialogs/volume_icon.png</texture>
  298.     </control>
  299.   </include>
  300.   <include name="Dialogs_Progress">
  301.     <description>Progressbar</description>
  302.     <posx>85</posx>
  303.     <posy>3</posy>
  304.     <width>412</width>
  305.     <height>85</height>
  306.     <reveal>true</reveal>
  307.     <texturebg>dialogs/scan_blank.png</texturebg>
  308.     <lefttexture>common/blank.png</lefttexture>
  309.     <midtexture>dialogs/scan_fill.png</midtexture>
  310.     <righttexture>common/blank.png</righttexture>
  311.     <overlaytexture>-</overlaytexture>
  312.   </include>
  313.   <include name="Dialogs_LabelVars">
  314.     <posx>105</posx>
  315.     <width>376</width>
  316.     <height>21</height>
  317.     <textcolor>abFFFFFF</textcolor>
  318.     <align>left</align>
  319.     <font>Font_Info</font>
  320.     <scroll>true</scroll>
  321.   </include>
  322.   <include name="Dialogs_Label1">
  323.     <posy>8</posy>
  324.     <include>Dialogs_LabelVars</include>
  325.   </include>
  326.   <include name="Dialogs_Label2">
  327.     <posy>26</posy>
  328.     <include>Dialogs_LabelVars</include>
  329.   </include>
  330.   <include name="Dialogs_Label3">
  331.     <posy>44</posy>
  332.     <include>Dialogs_LabelVars</include>
  333.   </include>
  334.   <include name="Dialogs_Label4">
  335.     <posy>62</posy>
  336.     <include>Dialogs_LabelVars</include>
  337.   </include>
  338.   <include name="Objects_MediaMenuButton">
  339.     <height>34</height>
  340.     <width>195</width>
  341.     <texturenofocus>-</texturenofocus>
  342.     <texturefocus>settings/listselect.png</texturefocus>
  343.     <alttexturenofocus>-</alttexturenofocus>
  344.     <alttexturefocus>settings/listselect.png</alttexturefocus>
  345.     <pulseonselect>false</pulseonselect>
  346.     <textcolor>60FFFFFF</textcolor>
  347.     <focusedcolor>d0ffffff</focusedcolor>
  348.     <disabledcolor>3cFFFFFF</disabledcolor>
  349.     <textoffsetx>10</textoffsetx>
  350.     <align>left</align>
  351.     <font>Font_Reg19</font>
  352.     <include>Animation_CommonFade</include>
  353.   </include>
  354.   <include name="Objects_MediaMenuButton2">
  355.     <height>34</height>
  356.     <width>195</width>
  357.     <texturenofocus>-</texturenofocus>
  358.     <texturefocus flipx="true">settings/listselect.png</texturefocus>
  359.     <alttexturenofocus>-</alttexturenofocus>
  360.     <alttexturefocus flipx="true">settings/listselect.png</alttexturefocus>
  361.     <pulseonselect>false</pulseonselect>
  362.     <textcolor>60FFFFFF</textcolor>
  363.     <focusedcolor>d0ffffff</focusedcolor>
  364.     <disabledcolor>3cFFFFFF</disabledcolor>
  365.     <textoffsetx>10</textoffsetx>
  366.     <align>left</align>
  367.     <font>Font_Reg19</font>
  368.     <include>Animation_CommonFade</include>
  369.   </include>
  370.   <include name="Objects_ButtonMenu09Group">
  371.     <height>390</height>
  372.   </include>
  373.   <include name="Objects_ButtonMenu10Group">
  374.     <height>429</height>
  375.   </include>
  376.   <include name="Objects_ButtonMenu11Group">
  377.     <height>468</height>
  378.   </include>
  379.   <include name="Objects_ButtonMenu12Group">
  380.     <height>506</height>
  381.   </include>
  382.   <include name="Objects_ContextMenuButton">
  383.     <description>button template</description>
  384.     <posx>0</posx>
  385.     <posy>0</posy>
  386.     <height>39</height>
  387.     <width>308</width>
  388.     <textcolor>abFFFFFF</textcolor>
  389.     <focusedcolor>FFdfdfdf</focusedcolor>
  390.     <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
  391.     <texturefocus>dialogs/context_highlight.png</texturefocus>
  392.     <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
  393.     <alttexturenofocus>dialogs/context_nofocus.png</alttexturenofocus>
  394.     <align>center</align>
  395.     <aligny>top</aligny>
  396.     <font>Font_Reg19</font>
  397.     <textoffsety>8</textoffsety>
  398.   </include>
  399.   <include name="Objects_FSInfoButton">
  400.     <textcolor>FF868686</textcolor>
  401.     <focusedcolor>FFececec</focusedcolor>
  402.     <disabledcolor>d0202020</disabledcolor>
  403.     <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
  404.     <texturefocus>dialogs/context_highlight.png</texturefocus>
  405.     <align>center</align>
  406.     <textoffsetx>0</textoffsetx>
  407.     <textoffsety>8</textoffsety>
  408.     <width>120</width>
  409.     <height>29</height>
  410.     <aligny>center</aligny>
  411.     <font>Font_Reg19</font>
  412.   </include>
  413.   <include name="Furniture_MovieInfoFlagSource">
  414.     <posx>4</posx>
  415.     <posy>589</posy>
  416.     <width>93</width>
  417.     <height>30</height>
  418.     <colordiffuse>FF7c7c7c</colordiffuse>
  419.   </include>
  420.  
  421.   <include name="Furniture_MovieInfoFlagSound">
  422.     <posx>115</posx>
  423.     <posy>589</posy>
  424.     <width>131</width>
  425.     <height>30</height>
  426.     <colordiffuse>FF7c7c7c</colordiffuse>
  427.     <animation effect="slide" start="-148,0" end="-148,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  428.     <animation effect="slide" start="-111,0" end="-111,0" time="0" condition="!Control.IsVisible(91)">Conditional</animation>
  429.   </include>
  430.   <include name="Furniture_MovieInfoFlagSubs">
  431.     <posx>263</posx>
  432.     <posy>589</posy>
  433.     <width>39</width>
  434.     <height>30</height>
  435.     <colordiffuse>FF7c7c7c</colordiffuse>
  436.     <animation effect="slide" start="-111,0" end="-111,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92)">Conditional</animation>
  437.     <animation effect="slide" start="-259,0" end="-259,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  438.     <animation effect="slide" start="-148,0" end="-148,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  439.   </include>
  440.  
  441.   <include name="Furniture_MovieInfoFlagRes">
  442.     <posx>325</posx>
  443.     <posy>589</posy>
  444.     <width>67</width>
  445.     <height>30</height>
  446.     <colordiffuse>FF7c7c7c</colordiffuse>
  447.     <animation effect="slide" start="-210,0" end="-210,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  448.     <animation effect="slide" start="-147,0" end="-147,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  449.     <animation effect="slide" start="-260,0" end="-260,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  450.     <animation effect="slide" start="-110,0" end="-110,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  451.     <animation effect="slide" start="-173,0" end="-173,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  452.     <animation effect="slide" start="-59,0" end="-59,0" time="0" condition="Control.IsVisible(91) + Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  453.     <animation effect="slide" start="-321,0" end="-321,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92) + !Control.IsVisible(93) + Control.IsVisible(94)">Conditional</animation>
  454.   </include>
  455.  
  456.   <include name="Furniture_FlagUpright">
  457.     <posy>581</posy>
  458.     <width>1</width>
  459.     <height>47</height>
  460.     <texture>info/info_flagupright.png</texture>
  461.   </include>
  462.  
  463.   <include name="Furniture_MovieInfoMediaFlags">
  464.  
  465.     <control type="image">
  466.       <posx>104</posx>
  467.       <include>Furniture_FlagUpright</include>
  468.       <visible>Control.IsVisible(91) + [Control.IsVisible(92) | Control.IsVisible(93) | Control.IsVisible(94) | Skin.HasSetting(inforatings)]</visible>
  469.     </control>
  470.     <control type="image">
  471.       <posx>253</posx>
  472.       <include>Furniture_FlagUpright</include>
  473.       <visible>Control.IsVisible(92) + [Control.IsVisible(93) | Control.IsVisible(94) | Skin.HasSetting(inforatings)]</visible>
  474.       <animation effect="slide" start="-111,0" end="-111,0" time="0" condition="!Control.IsVisible(91)">Conditional</animation>
  475.     </control>
  476.     <control type="image">
  477.       <posx>313</posx>
  478.       <include>Furniture_FlagUpright</include>
  479.       <visible>Control.IsVisible(93) + [Control.IsVisible(94) | Skin.HasSetting(inforatings)]</visible>
  480.       <animation effect="slide" start="-110,0" end="-110,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  481.       <animation effect="slide" start="-259,0" end="-259,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  482.       <animation effect="slide" start="-148,0" end="-148,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  483.     </control>
  484.     <control type="image">
  485.       <posx>403</posx>
  486.       <include>Furniture_FlagUpright</include>
  487.       <visible>Control.IsVisible(94)</visible>
  488.       <animation effect="slide" start="-110,0" end="-110,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  489.       <animation effect="slide" start="-259,0" end="-259,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92)">Conditional</animation>
  490.       <animation effect="slide" start="-148,0" end="-148,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92) + Control.IsVisible(93)">Conditional</animation>
  491.       <animation effect="slide" start="-58,0" end="-58,0" time="0" condition="Control.IsVisible(91) + Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  492.       <animation effect="slide" start="-64,0" end="-64,0" time="0" condition="!Control.IsVisible(91) + !Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  493.       <animation effect="slide" start="-212,0" end="-212,0" time="0" condition="Control.IsVisible(91) + !Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  494.       <animation effect="slide" start="-175,0" end="-175,0" time="0" condition="!Control.IsVisible(91) + Control.IsVisible(92) + !Control.IsVisible(93)">Conditional</animation>
  495.     </control>
  496.     <control type="image" id="91">
  497.       <include>Furniture_MovieInfoFlagSource</include>
  498.       <texture>flags/info/bluray.png</texture>
  499.       <visible>SubString(ListItem.Filename,bluray) | SubString(ListItem.Filename,blu-ray) | SubString(ListItem.Filename,bdrip)</visible>
  500.     </control>
  501.     <control type="image" id="91">
  502.       <include>Furniture_MovieInfoFlagSource</include>
  503.       <texture>flags/info/dvd.png</texture>
  504.       <visible>[SubString(ListItem.Filename,dvd) + !SubString(ListItem.Filename,hddvd) + !SubString(ListItem.Filename,hd-dvd) + !SubString(ListItem.Filename,bluray)] | [SubString(ListItem.Filename,.iso,Right) + !SubString(ListItem.Filename,bluray)] | SubString(ListItem.Filename,.ifo,Right)| [SubString(ListItem.Filename,.img,Right) + !SubString(ListItem.Filename,bluray)]</visible>
  505.     </control>
  506.     <control type="image" id="91">
  507.       <include>Furniture_MovieInfoFlagSource</include>
  508.       <texture>flags/info/hdtv.png</texture>
  509.       <visible>substring(listitem.filename,hdtv)</visible>
  510.     </control>
  511.     <control type="image" id="91">
  512.       <include>Furniture_MovieInfoFlagSource</include>
  513.       <texture>flags/info/hddvd.png</texture>
  514.       <visible>SubString(ListItem.Filename,hddvd) | SubString(ListItem.Filename,hd-dvd)</visible>
  515.     </control>
  516.     <control type="image" id="92">
  517.       <include>Furniture_MovieInfoFlagSound</include>
  518.       <texture>flags/info/dd51.png</texture>
  519.       <visible>substring(ListItem.AudioChannels,6) + substring(ListItem.AudioCodec,ac3)</visible>
  520.     </control>
  521.     <control type="image" id="92">
  522.       <include>Furniture_MovieInfoFlagSound</include>
  523.       <texture>flags/info/dd71.png</texture>
  524.       <visible>substring(ListItem.AudioChannels,8) + substring(ListItem.AudioCodec,ac3)</visible>
  525.     </control>
  526.     <control type="image" id="92">
  527.       <include>Furniture_MovieInfoFlagSound</include>
  528.       <texture>flags/info/dts51.png</texture>
  529.       <visible>substring(ListItem.AudioChannels,6) + substring(ListItem.AudioCodec,dca)</visible>
  530.     </control>
  531.     <control type="image" id="92">
  532.       <include>Furniture_MovieInfoFlagSound</include>
  533.       <texture>flags/info/dts71.png</texture>
  534.       <visible>substring(ListItem.AudioChannels,8) + substring(ListItem.AudioCodec,dca)</visible>
  535.     </control>
  536.     <control type="image" id="92">
  537.       <include>Furniture_MovieInfoFlagSound</include>
  538.       <texture>flags/info/dolby20.png</texture>
  539.       <visible>substring(ListItem.AudioChannels,2)</visible>
  540.     </control>
  541.     <control type="image" id="92">
  542.       <include>Furniture_MovieInfoFlagSound</include>
  543.       <texture>flags/info/mono.png</texture>
  544.       <visible>substring(ListItem.AudioChannels,1)</visible>
  545.     </control>
  546.     <control type="image" id="93">
  547.       <include>Furniture_MovieInfoFlagSubs</include>
  548.       <texture>flags/info/cc.png</texture>
  549.       <visible>!IsEmpty(ListItem.SubtitleLanguage)</visible>
  550.     </control>
  551.     <control type="image" id="94">
  552.       <include>Furniture_MovieInfoFlagRes</include>
  553.       <texture>$INFO[ListItem.VideoResolution,flags/info/,.png]</texture>
  554.     </control>
  555.   </include>
  556.   <include name="subcolornofocus">
  557.     <textcolor>ff969696</textcolor>
  558.     <selectedcolor>9b3cd2fd</selectedcolor>
  559.   </include>
  560.   <include name="listcolornofocus">
  561.     <selectedcolor>9b3cd2fd</selectedcolor>
  562.     <textcolor>dcffffff</textcolor>
  563.    
  564.   </include>
  565.   <include name="subcolorfocus">
  566.     <textcolor>ff2e2e2e</textcolor>
  567.     <selectedcolor>ff2e2e2e</selectedcolor>
  568.   </include>
  569.   <include name="listcolorfocus">
  570.     <textcolor>ff2e2e2e</textcolor>
  571.     <selectedcolor>ff2e2e2e</selectedcolor>
  572.   </include>
  573.   <include name="detailcolornofocus">
  574.     <textcolor>dcbdbdbd</textcolor>
  575.     <selectedcolor>dcbdbdbd</selectedcolor>
  576.   </include>
  577.   <include name="detailcolorfocus">
  578.     <textcolor>FF585858</textcolor>
  579.     <selectedcolor>FF585858</selectedcolor>
  580.   </include>
  581.   <include name="Furniture_NowPlayingWidget">
  582.     <control type="group">
  583.       <include>Animation_WidgetZoom</include>
  584.       <animation effect="slide" time="800" start="0,0" end="0,-200" tween="cubic" easing="inout" condition="[Control.IsVisible(53) + !Control.HasFocus(53) + !Control.HasFocus(71)] | [Control.IsVisible(57) + Control.HasFocus(70197)] | Control.IsVisible(7777)">Conditional</animation>
  585.       <visible>Player.HasMedia + !Control.IsVisible(560) + !Control.IsVisible(54)</visible>
  586.       <posx>0</posx>
  587.       <posy>0</posy>
  588.       <control type="image">
  589.         <width>481</width>
  590.         <height>27</height>
  591.         <texture flipy="true" flipx="true">home/timepanel_mid.png</texture>
  592.       </control>
  593.       <control type="progress" id="20">
  594.         <description>Progressbar</description>
  595.         <posx>340</posx>
  596.         <posy>1</posy>
  597.         <width>120</width>
  598.         <height>13</height>
  599.         <texturebg>osd/seek/progress_back.png</texturebg>
  600.         <lefttexture>osd/seek/progress_left.png</lefttexture>
  601.         <midtexture>osd/seek/progress_mid.png</midtexture>
  602.         <righttexture>osd/seek/progress_right.png</righttexture>
  603.         <overlaytexture>-</overlaytexture>
  604.         <info>Player.Progress</info>
  605.       </control>
  606.       <control type="label">
  607.         <posx>90</posx>
  608.         <posy>-3</posy>
  609.         <width>240</width>
  610.         <height>18</height>
  611.         <font>Font_Reg14</font>
  612.         <textcolor>a8FFFFFF</textcolor>
  613.         <scroll>true</scroll>
  614.         <label>[UPPERCASE][COLOR a8FFFFFF]$INFO[MusicPlayer.Artist][/COLOR][/UPPERCASE]</label>
  615.       </control>
  616.       <control type="label">
  617.         <posx>92</posx>
  618.         <posy>10</posy>
  619.         <width>240</width>
  620.         <height>18</height>
  621.         <font>Font_Reg14</font>
  622.         <textcolor>a8FFFFFF</textcolor>
  623.         <scroll>true</scroll>
  624.         <label>[UPPERCASE][COLOR FFFFFFFF]$INFO[MusicPlayer.Title][/COLOR][/UPPERCASE]</label>
  625.       </control>
  626.       <control type="label">
  627.         <posx>88</posx>
  628.         <posy>-3</posy>
  629.         <width>180</width>
  630.         <height>18</height>
  631.         <font>Font_Reg14</font>
  632.         <textcolor>a8FFFFFF</textcolor>
  633.         <scroll>true</scroll>
  634.         <label>[UPPERCASE][COLOR a8FFFFFF]$INFO[Videoplayer.TVShowTitle][/COLOR][/UPPERCASE]</label>
  635.       </control>
  636.       <control type="label">
  637.         <posx>88</posx>
  638.         <posy>6</posy>
  639.         <width>240</width>
  640.         <height>18</height>
  641.         <font>Font_Reg14</font>
  642.         <textcolor>a8FFFFFF</textcolor>
  643.         <scroll>true</scroll>
  644.         <label>[UPPERCASE][COLOR FFFFFFFF]$INFO[Videoplayer.Title][/COLOR][/UPPERCASE]</label>
  645.         <animation effect="slide" start="0,0" end="0,7" time="0" condition="VideoPlayer.Content(episodes)">Conditional</animation>
  646.         <visible>VideoPlayer.Content(movies)</visible>
  647.       </control>
  648.       <control type="label">
  649.         <posx>88</posx>
  650.         <posy>3</posy>
  651.         <width>310</width>
  652.         <height>18</height>
  653.         <font>Font_Reg14</font>
  654.         <textcolor>a8FFFFFF</textcolor>
  655.         <scroll>true</scroll>
  656.         <label>[UPPERCASE][COLOR FFFFFFFF]$INFO[Videoplayer.Title][/COLOR][/UPPERCASE]</label>
  657.         <animation effect="slide" start="0,0" end="0,7" time="0" condition="VideoPlayer.Content(episodes)">Conditional</animation>
  658.         <visible>!VideoPlayer.Content(movies)</visible>
  659.       </control>
  660.       <control type="label">
  661.         <description>Current time</description>
  662.         <posx>300</posx>
  663.         <posy>10</posy>
  664.         <width>200</width>
  665.         <height>20</height>
  666.         <font>Font_Reg14</font>
  667.         <label>$INFO[MusicPlayer.Time] / $INFO[MusicPlayer.Duration]</label>
  668.         <align>center</align>
  669.       </control>
  670.       <control type="group">
  671.         <animation effect="slide" start="0,0" end="0,8" time="0" condition="VideoPlayer.Content(movies)">Conditional</animation>
  672.         <control type="image">
  673.           <description>Cd overlay</description>
  674.           <animation effect="rotate" end="-360" center="auto" time="5000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
  675.           <animation effect="fade" time="100">Hidden</animation>
  676.           <aspectratio>keep</aspectratio>
  677.           <width>59</width>
  678.           <height>59</height>
  679.           <posx>27</posx>
  680.           <posy>3</posy>
  681.           <fadetime>300</fadetime>
  682.           <visible>VideoPlayer.Content(movies) | Player.HasAudio | VideoPlayer.Content(episodes)</visible>
  683.           <texture fallback="common/cdart/default.png">$INFO[Player.FolderPath]cdart.png</texture>
  684.           <aspectratio align="bottom">keep</aspectratio>
  685.         </control>
  686.       </control>
  687.       <control type="image">
  688.         <description>COVER</description>
  689.         <aspectratio>stretch</aspectratio>
  690.         <width>61</width>
  691.         <height>61</height>
  692.         <posx>4</posx>
  693.         <posy>2</posy>
  694.         <visible>Player.HasAudio + !Control.IsVisible(560) + !Control.IsVisible(54)</visible>
  695.         <animation effect="fade" time="800">Hidden</animation>
  696.         <texture fallback="DefaultAlbumCover.png" diffuse="thumbs/cdcover_mask2.png">$INFO[MusicPlayer.Cover]</texture>
  697.       </control>
  698.  
  699.       <control type="image">
  700.         <description>COVER</description>
  701.         <aspectratio scalediffuse="false">scale</aspectratio>
  702.         <width>60</width>
  703.         <height>75</height>
  704.         <posx>4</posx>
  705.         <posy>2</posy>
  706.         <visible>VideoPlayer.Content(movies)+ !Control.IsVisible(560) + !Control.IsVisible(54)</visible>
  707.         <animation effect="fade" time="800">Hidden</animation>
  708.         <texture fallback="DefaultVideo.png" diffuse="thumbs/cdcover_mask2.png">$INFO[VideoPlayer.Cover]</texture>
  709.       </control>
  710.     </control>
  711.   </include>
  712.   <include name="Objects_KeyOffVars">
  713.     <textcolor>77FFFFFF</textcolor>
  714.     <focusedcolor>77FFFFFF</focusedcolor>
  715.     <selectedcolor>77FFFFFF</selectedcolor>
  716.     <align>center</align>
  717.     <aligny>top</aligny>
  718.     <textoffsety>21</textoffsety>
  719.     <font>Font_Reg19</font>
  720.   </include>
  721.   <include name="Objects_KeyOnVars">
  722.     <textcolor>FFFFFFFF</textcolor>
  723.     <focusedcolor>FFFFFFFF</focusedcolor>
  724.     <selectedcolor>FFFFFFFF</selectedcolor>
  725.     <align>center</align>
  726.     <aligny>top</aligny>
  727.     <textoffsety>21</textoffsety>
  728.     <include>Animation_VisibleChange200</include>
  729.     <include>Animation_WindowFade200</include>
  730.     <font>Font_Reg19</font>
  731.   </include>
  732.   <include name="Objects_DoubleKeyOff">
  733.     <posy>0</posy>
  734.     <width>110</width>
  735.     <height>68</height>
  736.     <texturefocus>keyboard/keyboard_doublenf.png</texturefocus>
  737.     <texturenofocus>keyboard/keyboard_doublenf.png</texturenofocus>
  738.     <include>Objects_KeyOffVars</include>
  739.   </include>
  740.   <include name="Objects_DoubleKeyOffSymbol">
  741.     <posy>0</posy>
  742.     <width>110</width>
  743.     <height>68</height>
  744.     <texturefocus>keyboard/keyboard_doublenf.png</texturefocus>
  745.     <texturenofocus>keyboard/keyboard_doublenf.png</texturenofocus>
  746.     <textcolor>77FFFFFF</textcolor>
  747.     <focusedcolor>77FFFFFF</focusedcolor>
  748.     <selectedcolor>77FFFFFF</selectedcolor>
  749.     <align>center</align>
  750.     <aligny>top</aligny>
  751.     <textoffsety>21</textoffsety>
  752.     <font>Font_Reg19</font>
  753.   </include>
  754.   <include name="Objects_SingleKeyOff">
  755.     <posy>0</posy>
  756.     <width>68</width>
  757.     <height>68</height>
  758.     <texturefocus>keyboard/keyboard_singlenf.png</texturefocus>
  759.     <texturenofocus>keyboard/keyboard_singlenf.png</texturenofocus>
  760.     <include>Objects_KeyOffVars</include>
  761.   </include>
  762.   <include name="Objects_DoubleKeyOn">
  763.     <posy>0</posy>
  764.     <width>110</width>
  765.     <height>68</height>
  766.     <texturefocus>keyboard/keyboard_doublef.png</texturefocus>
  767.     <texturenofocus>keyboard/keyboard_doublef.png</texturenofocus>
  768.     <include>Objects_KeyOnVars</include>
  769.   </include>
  770.   <include name="Objects_DoubleKeyOnSymbol">
  771.     <posy>0</posy>
  772.     <width>110</width>
  773.     <height>68</height>
  774.     <texturefocus>keyboard/keyboard_doublef.png</texturefocus>
  775.     <texturenofocus>keyboard/keyboard_doublef.png</texturenofocus>
  776.     <textcolor>FFFFFFFF</textcolor>
  777.     <focusedcolor>FFFFFFFF</focusedcolor>
  778.     <selectedcolor>FFFFFFFF</selectedcolor>
  779.     <align>center</align>
  780.     <aligny>top</aligny>
  781.     <textoffsety>21</textoffsety>
  782.     <include>Animation_VisibleChange200</include>
  783.     <include>Animation_WindowFade200</include>
  784.     <font>Font_Reg19</font>
  785.   </include>
  786.   <include name="Objects_SingleKeyOn">
  787.     <posy>0</posy>
  788.     <width>68</width>
  789.     <height>68</height>
  790.     <texturefocus>keyboard/keyboard_singlef.png</texturefocus>
  791.     <texturenofocus>keyboard/keyboard_singlef.png</texturenofocus>
  792.     <include>Objects_KeyOnVars</include>
  793.   </include>
  794.   <include name="Objects_TripleKeyOn">
  795.     <posy>0</posy>
  796.     <width>152</width>
  797.     <height>68</height>
  798.     <texturefocus>keyboard/keyboard_triplef.png</texturefocus>
  799.     <texturenofocus>keyboard/keyboard_triplef.png</texturenofocus>
  800.     <include>Objects_KeyOnVars</include>
  801.   </include>
  802.   <include name="Furniture_Clock">
  803.     <control type="group">
  804.       <visible>!ControlGroup(9000).HasFocus</visible>
  805.       <include>Animation_WidgetZoom</include>
  806.       <control type="image">
  807.       <posx>900</posx>
  808.       <posy>0</posy>
  809.       <width>451</width>
  810.       <height>27</height>
  811.       <texture flipy="true">home/timepanel_mid.png</texture>
  812.     </control>
  813.     <control type="label">
  814.       <description>time label</description>
  815.       <posx>1270</posx>
  816.       <posy>0</posy>
  817.       <width>400</width>
  818.       <height>27</height>
  819.       <align>right</align>
  820.       <aligny>center</aligny>
  821.       <font>Font_Info</font>
  822.       <textcolor>dcFFFFFF</textcolor>
  823.       <shadowcolor>-</shadowcolor>
  824.       <label>[UPPERCASE][COLOR FFe5e5e5]$INFO[System.Date]  |  [/COLOR][COLOR FFcdcdcd]$INFO[System.Time][/COLOR][/UPPERCASE]</label>
  825.     </control>
  826.     </control>
  827.   </include>
  828.   <include name="Furniture_SettingsBackPanel">
  829.     <control type="image">
  830.       <description>background image</description>
  831.       <posx>23</posx>
  832.       <posy>23</posy>
  833.       <width>1233</width>
  834.       <height>673</height>
  835.       <texture>settings/settings_panelback.png</texture>
  836.     </control>
  837.   </include>
  838. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement