Enigma2 plugin to to play various online streams (mostly Latvian).

skin.xml 7.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <skin>
  2. <screen name="PSMain" position="center,center" size="1015,570" title="Play Stream">
  3. <eLabel position="5,0" size="1000,2" backgroundColor="#00aaaaaa" />
  4. <widget name="title" position="10,2" size="1000,38" font="Regular;30" />
  5. <widget source="list" render="Listbox" position="10,55" size="580,470" scrollbarMode="showOnDemand">
  6. <convert type="TemplatedMultiContent">
  7. { "template": [MultiContentEntryText(pos=(10, 1), size=(560, 30), font=0, flags=RT_HALIGN_LEFT,
  8. text=0)],
  9. "fonts": [gFont("Regular", 20)],
  10. "itemHeight": 30 }
  11. </convert>
  12. </widget>
  13. <widget name="pic" position="646,55" size="327,250" alphatest="on" />
  14. <widget name="cur" position="610,300" size="400,250" halign="center" font="Regular;20" />
  15. <ePixmap name="exit" position="10,540" zPosition="2" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/key_exit.png" transparent="1" alphatest="on" />
  16. <widget name="key_exit" position="50,535" size="100,40" valign="center" halign="center" zPosition="4" backgroundColor="blue" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  17. <ePixmap name="red" position="150,535" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  18. <widget name="key_red" position="150,535" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  19. <ePixmap name="green" position="290,535" zPosition="2" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
  20. <widget name="key_green" position="290,535" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  21. <ePixmap name="yellow" position="430,535" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
  22. <widget name="key_yellow" position="430,535" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  23. <ePixmap name="blue" position="570,535" zPosition="2" size="140,40" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
  24. <widget name="key_blue" position="570,535" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  25. <ePixmap name="menu" position="750,540" zPosition="2" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/PlayStream/key_menu.png" transparent="1" alphatest="on" />
  26. <widget name="key_menu" position="750,535" size="140,40" valign="center" halign="center" zPosition="4" backgroundColor="blue" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  27. </screen>
  28. <screen name="PSStreamInfo" position="center,center" size="1015,570" title="Stream information">
  29. <widget name="title" position="10,10" size="990,50" font="Regular;30" />
  30. <widget name="pic" position="10,70" size="330,430" alphatest="on" transparent="1" halign="center" />
  31. <widget name="info" position="360,70" size="640,430" halign="left" font="Regular;20" valign="top" />
  32. <ePixmap name="red" position="150,510" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  33. <widget name="key_red" position="150,510" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  34. </screen>
  35. <screen name="PSOptions" position="center,center" size="580,450" title="PlayStream Configuration">
  36. <widget name="title" position="10,2" size="560,38" font="Regular;24" />
  37. <ePixmap name="red" position="10,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  38. <ePixmap name="green" position="150,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
  39. <ePixmap name="yellow" position="290,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
  40. <ePixmap name="blue" position="430,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
  41. <widget name="key_red" position="10,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  42. <widget name="key_green" position="150,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  43. <widget name="key_yellow" position="290,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  44. <widget name="key_blue" position="430,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  45. <widget name="config" position="10,50" size="560,340" scrollbarMode="showOnDemand" />
  46. </screen>
  47. <screen name="PSConfig" position="center,center" size="580,450" title="PlayStream Configuration">
  48. <widget name="title" position="10,2" size="560,38" font="Regular;24" />
  49. <ePixmap name="red" position="10,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on" />
  50. <ePixmap name="green" position="150,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on" />
  51. <ePixmap name="yellow" position="290,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on" />
  52. <ePixmap name="blue" position="430,400" zPosition="2" size="140,40" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on" />
  53. <widget name="key_red" position="10,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  54. <widget name="key_green" position="150,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  55. <widget name="key_yellow" position="290,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  56. <widget name="key_blue" position="430,400" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" font="Regular;20" transparent="1" shadowColor="background" shadowOffset="-2,-2" />
  57. <widget name="config" position="10,50" size="560,340" scrollbarMode="showOnDemand" />
  58. </screen>
  59. </skin>