Advertisement
SamHill

Includes

Mar 9th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Foundation -->
  3. <includes>
  4.  
  5. <include file="Defaults.xml" />
  6. <include file="CommonViews.xml" />
  7. <include file="View_50_List.xml" />
  8. <include file="View_Poster_Fixed.xml" />
  9.  
  10. <include name="HiddenButton">
  11. <posx>-20</posx>
  12. <posy>-20</posy>
  13. <width>1</width>
  14. <height>1</height>
  15. <label>-</label>
  16. <texturenofocus>-</texturenofocus>
  17. <texturefocus>-</texturefocus>
  18. </include>
  19.  
  20. <include name="Dimensions_Fullscreen">
  21. <posx>0</posx>
  22. <posy>0</posy>
  23. <width>1280</width>
  24. <height>720</height>
  25. </include>
  26.  
  27. <include name="WindowID">
  28. <width>520</width>
  29. <height>14</height>
  30. <textcolor>Blue</textcolor>
  31. <shadowcolor>Black</shadowcolor>
  32. <align>left</align>
  33. </include>
  34.  
  35. <include name="DialogID">
  36. <width>520</width>
  37. <height>14</height>
  38. <textcolor>Green</textcolor>
  39. <shadowcolor>Black</shadowcolor>
  40. <align>left</align>
  41. </include>
  42.  
  43. <include name="PathID">
  44. <posx>10r</posx>
  45. <posy>10</posy>
  46. <width>520</width>
  47. <height>14</height>
  48. <textcolor>Blue</textcolor>
  49. <shadowcolor>Black</shadowcolor>
  50. <align>right</align>
  51. </include>
  52.  
  53. <include name="ControlID">
  54. <posx>10r</posx>
  55. <posy>32</posy>
  56. <width>520</width>
  57. <height>14</height>
  58. <textcolor>Red</textcolor>
  59. <shadowcolor>Black</shadowcolor>
  60. <align>right</align>
  61. </include>
  62.  
  63. <include name="GlobalOverlay">
  64.  
  65. <control type="image">
  66. <include>Dimensions_Fullscreen</include>
  67. <texture border="2">other_textures/black-back.png</texture>
  68. </control>
  69.  
  70. </include>
  71.  
  72. <include name="GlobalBackground">
  73.  
  74. <control type="group">
  75. <visible>!Player.HasMedia | [Player.HasAudio + Skin.HasSetting(NoBackgroundVisualiser)] | [Player.HasVideo + Skin.HasSetting(NoBackgroundVideo)]</visible>
  76.  
  77. <control type="image">
  78. <include>Dimensions_Fullscreen</include>
  79. <fadetime>800</fadetime>
  80. <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
  81. <colordiffuse>FanartDiffuse</colordiffuse>
  82. <visible>[!IsEmpty(ListItem.foldername) + Container.Content(Movies)] | !Window.IsVisible(videolibrary)</visible>
  83. </control>
  84.  
  85. <control type="image">
  86. <include>Dimensions_Fullscreen</include>
  87. <fadetime>800</fadetime>
  88. <texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
  89. <colordiffuse>FanartDiffuse</colordiffuse>
  90. <visible>!IsEmpty(ListItem.foldername) + [Container.Content(TVShows) | [Container.Content(Episodes) + stringcompare(Container.FolderPath,videodb://5/)]]</visible>
  91. </control>
  92.  
  93. <control type="image">
  94. <include>Dimensions_Fullscreen</include>
  95. <fadetime>800</fadetime>
  96. <texture background="true">$INFO[Fanart.Image]</texture>
  97. <colordiffuse>FanartDiffuse</colordiffuse>
  98. <visible>!IsEmpty(ListItem.foldername) + [Container.Content(Seasons) | [Container.Content(Episodes) + !stringcompare(Container.FolderPath,videodb://5/)]]</visible>
  99. </control>
  100.  
  101. </control>
  102.  
  103. <control type="group">
  104. <visible>[Player.HasAudio + !Skin.HasSetting(NoBackgroundVisualiser)] | [Player.HasVideo + !Skin.HasSetting(NoBackgroundVideo)]</visible>
  105.  
  106. <control type="visualisation">
  107. <include>Dimensions_Fullscreen</include>
  108. <visible>Player.HasAudio + !Skin.HasSetting(NoBackgroundVisualiser)</visible>
  109. </control>
  110.  
  111. <control type="videowindow">
  112. <include>Dimensions_Fullscreen</include>
  113. <visible>Player.HasVideo + !Skin.HasSetting(NoBackgroundVideo)</visible>
  114. </control>
  115.  
  116. <control type="image">
  117. <include>Dimensions_Fullscreen</include>
  118. <texture border="2">other_textures/black-back.png</texture>
  119. </control>
  120.  
  121. </control>
  122.  
  123. </include>
  124.  
  125. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement