Advertisement
Guest User

Untitled

a guest
Feb 17th, 2015
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <onload>XBMC.PlayMedia(special://xbmc/portable_data/Kodi_Logo_Animation.mp4)</onload>
  4. <defaultcontrol always="true">10</defaultcontrol>
  5. <allowoverlay>no</allowoverlay>
  6. <controls>
  7. <control type="button" id="10">
  8. <description>trigger</description>
  9. <onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
  10. <texturenofocus>-</texturenofocus>
  11. <texturefocus>-</texturefocus>
  12. <visible>!Skin.HasSetting(Use_Startup_Playlist)</visible>
  13. </control>
  14. <control type="button" id="10">
  15. <description>trigger with startup Playlist</description>
  16. <onfocus>PlayMedia($INFO[Skin.String(Startup_Playlist_Path)])</onfocus>
  17. <onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
  18. <texturenofocus>-</texturenofocus>
  19. <texturefocus>-</texturefocus>
  20. <visible>Skin.HasSetting(Use_Startup_Playlist)</visible>
  21. </control>
  22. </controls>
  23. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement