Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. hello
  2. info
  3. screen_add xbmc
  4. screen_set xbmc -priority info
  5. screen_set xbmc -heartbeat off
  6. widget_add xbmc lineScroller1 scroller
  7. widget_add xbmc lineProgress1 hbar
  8. widget_set xbmc lineProgress1 0 0 0
  9. widget_add xbmc lineIcon1 icon
  10. widget_set xbmc lineIcon1 0 0 BLOCK_FILLED
  11. widget_add xbmc lineScroller2 scroller
  12. widget_add xbmc lineProgress2 hbar
  13. widget_set xbmc lineProgress2 0 0 0
  14. widget_add xbmc lineIcon2 icon
  15. widget_set xbmc lineIcon2 0 0 BLOCK_FILLED
  16. widget_add xbmc lineBigDigit1 num
  17. widget_set xbmc lineBigDigit1 0 0
  18. widget_add xbmc lineBigDigit2 num
  19. widget_set xbmc lineBigDigit2 0 0
  20. widget_add xbmc lineBigDigit3 num
  21. widget_set xbmc lineBigDigit3 0 0
  22. widget_add xbmc lineBigDigit4 num
  23. widget_set xbmc lineBigDigit4 0 0
  24. widget_add xbmc lineBigDigit5 num
  25. widget_set xbmc lineBigDigit5 0 0
  26. widget_add xbmc lineBigDigit6 num
  27. widget_set xbmc lineBigDigit6 0 0
  28. widget_add xbmc lineBigDigit7 num
  29. widget_set xbmc lineBigDigit7 0 0
  30. widget_add xbmc lineBigDigit8 num
  31. widget_set xbmc lineBigDigit8 0 0
  32. widget_set xbmc lineIcon1 0 0 BLOCK_FILLED
  33. widget_set xbmc lineProgress1 0 0 0
  34. widget_set xbmc lineScroller1 1 1 20 1 m 1 ""
  35. widget_set xbmc lineScroller1 3 1 20 1 m 1 "00\:40\:28"
  36. widget_set xbmc lineIcon1 1 1 PLAY
  37. widget_set xbmc lineIcon2 0 0 BLOCK_FILLED
  38. widget_set xbmc lineProgress2 0 0 0
  39. widget_set xbmc lineScroller2 1 2 20 2 m 1 ""
  40. widget_set xbmc lineScroller2 1 2 20 2 m 1 "[ ]"
  41. widget_set xbmc lineProgress2 2 2 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement