Advertisement
Guest User

Untitled

a guest
May 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <shortcuts>
  3. <shortcut>
  4. <defaultID>31136</defaultID>
  5. <label>$SKIN[31136|skin.pellucid|Now Playing]</label>
  6. <label2>Common menu item</label2>
  7. <icon>DefaultAddon.png</icon>
  8. <thumb />
  9. <action>action(FullScreen)</action>
  10. <visible>Player.HasMedia</visible>
  11. </shortcut>
  12. <shortcut>
  13. <defaultID>31221</defaultID>
  14. <label>$SKIN[31221|skin.pellucid|Play Disc]</label>
  15. <label2>Common menu item</label2>
  16. <icon>DefaultAddon.png</icon>
  17. <thumb />
  18. <action>XBMC.PlayDVD()</action>
  19. </shortcut>
  20. <shortcut>
  21. <defaultID>32033</defaultID>
  22. <label>32033</label>
  23. <label2>Common menu item</label2>
  24. <icon>DefaultAddon.png</icon>
  25. <thumb />
  26. <action>EjectTray()</action>
  27. <visible>System.HasMediaDVD</visible>
  28. </shortcut>
  29. <shortcut>
  30. <defaultID>31006</defaultID>
  31. <label>$SKIN[31006|skin.pellucid|TV]</label>
  32. <label2>Common menu item</label2>
  33. <icon>DefaultAddon.png</icon>
  34. <thumb />
  35. <action>ActivateWindow(TVChannels)</action>
  36. <visible>PVR.HasTVChannels</visible>
  37. </shortcut>
  38. <shortcut>
  39. <defaultID>31059</defaultID>
  40. <label>$SKIN[31059|skin.pellucid|Radio]</label>
  41. <label2>Common menu item</label2>
  42. <icon>DefaultAddon.png</icon>
  43. <thumb />
  44. <action>ActivateWindow(Radiochannels)</action>
  45. <visible>PVR.HasRadioChannels</visible>
  46. </shortcut>
  47. <shortcut>
  48. <defaultID>movies</defaultID>
  49. <label>342</label>
  50. <label2>Videos</label2>
  51. <icon>DefaultAddon.png</icon>
  52. <thumb />
  53. <action>ActivateWindow(Videos,videodb://movies/titles/)</action>
  54. <visible>Library.HasContent(Movies)</visible>
  55. </shortcut>
  56. <shortcut>
  57. <defaultID>tvshows</defaultID>
  58. <label>20343</label>
  59. <label2>Videos</label2>
  60. <icon>DefaultAddon.png</icon>
  61. <thumb />
  62. <action>ActivateWindow(Videos,videodb://tvshows/titles/)</action>
  63. <visible>Library.HasContent(TVshows)</visible>
  64. </shortcut>
  65. <shortcut>
  66. <defaultID>videos</defaultID>
  67. <label>10006</label>
  68. <label2>Common menu item</label2>
  69. <icon>DefaultAddon.png</icon>
  70. <thumb />
  71. <action>ActivateWindow(Videos,sources://video/)</action>
  72. <visible>!Library.HasContent(Video)</visible>
  73. </shortcut>
  74. <shortcut>
  75. <defaultID />
  76. <label>testtesttest</label>
  77. <label2>Custom item</label2>
  78. <icon>DefaultShortcut.png</icon>
  79. <thumb />
  80. <action>ActivateWindow(Videos,"plugin://plugin.video.yams/latestMovies/",return)</action>
  81. </shortcut>
  82. <shortcut>
  83. <defaultID />
  84. <label>testtesttest2</label>
  85. <label2>Custom item</label2>
  86. <icon>DefaultShortcut.png</icon>
  87. <thumb />
  88. <action>ActivateWindow(Videos,"plugin://plugin.video.yams/latestMovies/",return)</action>
  89. </shortcut>
  90. <shortcut>
  91. <defaultID>music</defaultID>
  92. <label>10005</label>
  93. <label2>Common menu item</label2>
  94. <icon>DefaultAddon.png</icon>
  95. <thumb />
  96. <action>ActivateWindow(Music,musicdb://albums/)</action>
  97. <visible>Library.HasContent(Music)</visible>
  98. </shortcut>
  99. <shortcut>
  100. <defaultID>music--0</defaultID>
  101. <label>10005</label>
  102. <label2>Common menu item</label2>
  103. <icon>DefaultAddon.png</icon>
  104. <thumb />
  105. <action>ActivateWindow(Music,Files)</action>
  106. <visible>!Library.HasContent(Music)</visible>
  107. </shortcut>
  108. <shortcut>
  109. <defaultID>31229</defaultID>
  110. <label>$SKIN[31229|skin.pellucid|Play Music]</label>
  111. <label2>Common menu item</label2>
  112. <icon>DefaultAddon.png</icon>
  113. <thumb />
  114. <action>PlayerControl(Partymode(music))</action>
  115. <visible>Library.HasContent(Music)</visible>
  116. </shortcut>
  117. <shortcut>
  118. <defaultID>weather</defaultID>
  119. <label>12600</label>
  120. <label2>Common menu item</label2>
  121. <icon>DefaultAddon.png</icon>
  122. <thumb />
  123. <action>ActivateWindow(Weather)</action>
  124. </shortcut>
  125. <shortcut>
  126. <defaultID>pictures</defaultID>
  127. <label>10002</label>
  128. <label2>Common menu item</label2>
  129. <icon>DefaultAddon.png</icon>
  130. <thumb />
  131. <action>ActivateWindow(Pictures)</action>
  132. </shortcut>
  133. </shortcuts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement