Advertisement
MaDDoGo

InfoDialogMenu.xml 0.9.1

Jun 19th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. <includes>
  2. <include name="InfoDialogMenu">
  3. <include>pageContextMenu</include>
  4.  
  5. <control type="group">
  6. <visible>!Skin.HasSetting(global.kiosk)</visible>
  7. <control type="group" id="6000">
  8. <posx>-275</posx>
  9. <posy>20</posy>
  10. <width>800</width>
  11. <height>800</height>
  12. <orientation>vertical</orientation>
  13. <include>pagemenus</include>
  14. <include>transition_WindowMenu</include>
  15. <visible allowhiddenfocus="true">ControlGroup(6000).HasFocus + !Skin.HasSetting(global.kiosk) + ![Window.IsActive(101) | Window.IsActive(filebrowser)]</visible>
  16. <control type="button" id="6">
  17. <label>$LOCALIZE[184]</label>
  18. <width>275</width>
  19. <onup>14</onup>
  20. <ondown>10</ondown>
  21. <onright>8000</onright>
  22. <include>contextButton</include>
  23. </control>
  24. <control type="button" id="10">
  25. <posy>43</posy>
  26. <label>$LOCALIZE[31054]</label>
  27. <width>275</width>
  28. <onup>6</onup>
  29. <ondown>12</ondown>
  30. <onright>8000</onright>
  31. <include>contextButton</include>
  32. <onclick>SetFocus(5000)</onclick>
  33. <visible>Container.Content(movies) | Container.Content(tvshows)</visible>
  34. </control>
  35. <control type="button" id="10">
  36. <posy>43</posy>
  37. <label>$LOCALIZE[31019]</label>
  38. <width>275</width>
  39. <onup>6</onup>
  40. <ondown>12</ondown>
  41. <onright>8000</onright>
  42. <include>contextButton</include>
  43. <onclick>SetFocus(5000)</onclick>
  44. <visible>Container.Content(episodes) | Container.Content(musicvideos)</visible>
  45. </control>
  46. <control type="button" id="12">
  47. <posy>86</posy>
  48. <label>Fanart</label>
  49. <width>275</width>
  50. <onup>10</onup>
  51. <ondown>14</ondown>
  52. <onright>8000</onright>
  53. <include>contextButton</include>
  54. <visible>Container.Content(movies) | Container.Content(tvshows)</visible>
  55. </control>
  56. <control type="button" id="14">
  57. <posy>129</posy>
  58. <label>Banner</label>
  59. <width>275</width>
  60. <onup>12</onup>
  61. <ondown>15</ondown>
  62. <onright>8000</onright>
  63. <onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=False,clearart=False,showthumb=False,showname=$INFO[ListItem.TVShowTitle],banner=banner.jpg)</onclick>
  64. <include>contextButton</include>
  65. <visible>Container.Content(movies) | Container.Content(tvshows)</visible>
  66. </control>
  67. <control type="button" id="15">
  68. <posy>172</posy>
  69. <label>Logo</label>
  70. <width>275</width>
  71. <onup>14</onup>
  72. <ondown>6</ondown>
  73. <onright>8000</onright>
  74. <onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=False,showthumb=False,showname=$INFO[ListItem.TVShowTitle])</onclick>
  75. <include>contextButton</include>
  76. <visible>Container.Content(movies) | Container.Content(tvshows)</visible>
  77. </control>
  78. </control>
  79. </control>
  80. </include>
  81.  
  82. <include name="InfoDialogMenuM">
  83. <control type="group">
  84. <visible>!Skin.HasSetting(global.kiosk)</visible>
  85. <include>pageContextMenu</include>
  86.  
  87. <control type="group" id="6000">
  88. <posx>-275</posx>
  89. <posy>20</posy>
  90. <width>800</width>
  91. <height>800</height>
  92. <onright>8000</onright>
  93. <orientation>vertical</orientation>
  94. <include>pagemenus</include>
  95. <visible allowhiddenfocus="true">ControlGroup(6000).HasFocus + !Window.IsActive(101) + !Skin.HasSetting(global.kiosk)</visible>
  96. <control type="button" id="6">
  97. <posy>0</posy>
  98. <label>$LOCALIZE[184]</label>
  99. <width>275</width>
  100. <onup>5</onup>
  101. <ondown>10</ondown>
  102. <onright>8000</onright>
  103. <include>contextButton</include>
  104. </control>
  105. <control type="button" id="10">
  106. <posy>43</posy>
  107. <label>$LOCALIZE[31019]</label>
  108. <width>275</width>
  109. <onup>6</onup>
  110. <ondown>12</ondown>
  111. <onright>8000</onright>
  112. <include>contextButton</include>
  113. </control>
  114. <control type="button" id="12">
  115. <posy>86</posy>
  116. <label>Fanart</label>
  117. <width>275</width>
  118. <onup>10</onup>
  119. <ondown>5</ondown>
  120. <onright>8000</onright>
  121. <include>contextButton</include>
  122. </control>
  123. </control>
  124. </control>
  125. </include>
  126. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement