HMS

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

MainLoaderTask.xml (664B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <component name="MainLoaderTask" extends="Task" 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="pkg:/source/urlUtils.brs" />
      5     <script type="text/brightscript" uri="pkg:/source/getDirectoryListing.brs" />
      6     <script type="text/brightscript" uri="MainLoaderTask.brs" />
      7 
      8     <interface>
      9         <field id="serverurl" type="uri" />
     10         <field id="categories" type="roArray" />
     11     </interface>
     12 </component>