Advertisement
Guest User

Untitled

a guest
Jan 4th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. <includes>
  2. <!--slide view-->
  3. <include name="flags_Slide-media">
  4. <control type="grouplist">
  5. <posx>222</posx>
  6. <posy>660</posy>
  7. <width>900</width>
  8. <height>64</height>
  9. <itemgap>10</itemgap>
  10. <orientation>horizontal</orientation>
  11. <visible>[Control.IsVisible(52) | Control.IsVisible(521) | Control.IsVisible(522)] + IsEmpty(ListItem.Property(ReleaseDate)</visible>
  12. <control type="image">
  13. <width>128</width>
  14. <height>32</height>
  15. <info>ListItem.StarRating</info>
  16. <aspectratio align="center">keep</aspectratio>
  17. <!--<visible>![Window.IsVisible(VideoFiles) | Container.Content(seasons) | Container.Content(musicvideos) | [ListItem.IsFolder + !Container.Content(tvshows)]] + IsEmpty(ListItem.Property(ReleaseDate)) + !SubString(ListItem.Icon,default)</visible>-->
  18. <visible>!SubString(ListItem.Icon,default) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(musicvideos)]</visible>
  19. </control>
  20. <control type="image">
  21. <width>96</width>
  22. <height>34</height>
  23. <aspectratio align="center">keep</aspectratio>
  24. <texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
  25. <visible>!IsEmpty(Listitem.VideoResolution)</visible>
  26. </control>
  27. <control type="image">
  28. <width>53</width>
  29. <height>34</height>
  30. <aspectratio align="center">keep</aspectratio>
  31. <texture>$INFO[Listitem.AudioChannels,flags/audio/,.png]</texture>
  32. <visible>!IsEmpty(Listitem.AudioChannels)</visible>
  33. </control>
  34. </control>
  35. </include>
  36. <!--video info dialog-->
  37. <include name="flags_Type-info">
  38. <control type="grouplist" id="100">
  39. <width>900</width>
  40. <height>64</height>
  41. <itemgap>10</itemgap>
  42. <orientation>horizontal</orientation>
  43. <control type="image">
  44. <width>128</width>
  45. <height>64</height>
  46. <info>ListItem.StarRating</info>
  47. <aspectratio align="center">keep</aspectratio>
  48. </control>
  49. <control type="image">
  50. <width>96</width>
  51. <height>64</height>
  52. <texture>$INFO[ListItem.VideoResolution,flags/video/resolution/,.png]</texture>
  53. <aspectratio align="center">keep</aspectratio>
  54. <visible>[Container.Content(movies) | Container.Content(episodes) | Container.Content(musicvideos)] + !IsEmpty(Listitem.VideoResolution)</visible>
  55. </control>
  56. <control type="image">
  57. <width>96</width>
  58. <height>64</height>
  59. <texture>$INFO[Listitem.VideoCodec,flags/codec/,.png]</texture>
  60. <aspectratio align="center">keep</aspectratio>
  61. <visible>[Container.Content(movies) | Container.Content(episodes) | Container.Content(musicvideos)] + !IsEmpty(Listitem.VideoCodec)</visible>
  62. </control>
  63. <control type="image">
  64. <width>96</width>
  65. <height>64</height>
  66. <texture>$INFO[Listitem.AudioCodec,flags/codec/,.png]</texture>
  67. <aspectratio align="center">keep</aspectratio>
  68. <visible>[Container.Content(movies) | Container.Content(episodes) | Container.Content(musicvideos)] + !IsEmpty(Listitem.AudioCodec)</visible>
  69. </control>
  70. <control type="image">
  71. <width>96</width>
  72. <height>64</height>
  73. <texture>$INFO[Listitem.VideoAspect,flags/video/aspectratio/,.png]</texture>
  74. <aspectratio align="center">keep</aspectratio>
  75. <visible>[Container.Content(movies) | Container.Content(episodes) | Container.Content(musicvideos)] + !IsEmpty(Listitem.VideoAspect)</visible>
  76. </control>
  77. <control type="image">
  78. <width>128</width>
  79. <height>64</height>
  80. <texture>$VAR[flag_Studio]</texture>
  81. <aspectratio align="center">keep</aspectratio>
  82. <visible>Container.Content(tvshows) | Container.Content(episodes) | Container.Content(musicvideos)</visible>
  83. </control>
  84. <control type="image">
  85. <width>96</width>
  86. <height>64</height>
  87. <texture>$VAR[flag_Studio]</texture>
  88. <aspectratio align="center">keep</aspectratio>
  89. <visible>Container.Content(movies)</visible>
  90. </control>
  91. </control>
  92. </include>
  93. <!--pvr-->
  94. <include name="flags_PVR">
  95. <control type="image">
  96. <width>128</width>
  97. <height>64</height>
  98. <aspectratio align="right">keep</aspectratio>
  99. <include>flag_Channel</include>
  100. </control>
  101. <control type="image">
  102. <width>128</width>
  103. <height>64</height>
  104. <aspectratio align="right">keep</aspectratio>
  105. <texture>$INFO[Listitem.Icon]</texture>
  106. <visible>stringcompare(Listitem.ChannelName,flags/networks/,.png)</visible>
  107. </control>
  108. </include>
  109. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement