HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

MainScene.xml (985B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <component name="MainScene" extends="Scene" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://devtools.web.roku.com/schema/RokuSceneGraph.xsd">
      3     <script type="text/brightscript" uri="pkg:/source/generalUtils.brs" />
      4     <script type="text/brightscript" uri="MainScene.brs" />
      5 
      6     <interface>
      7         <field id="serverurl" type="uri" onChange="RunLoaderTask" />
      8         <field id="keystore" type="bool" />
      9         <field id="categories" type="roArray" />
     10     </interface>
     11     <children>
     12         <Label id="details" height="88" width="1500" horizAlign="left" translation="[15, 15]" />
     13         <Label id="clock" height="88" width="350" horizAlign="right" translation="[1560, 15]" />
     14         <Timer id="clockTimer" repeat="true" duration="5" />
     15         <PanelSet id="panels" translation="[-20, 0]" />
     16         <Video id="player" width="1920" height="1080" visible="false"/>
     17     </children>
     18 </component>