HMS

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

CategoryLoaderTask.xml (798B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <component name="CategoryLoaderTask" 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="pkg:/source/getCategoryMetadata.brs" />
      7     <script type="text/brightscript" uri="CategoryLoaderTask.brs" />
      8 
      9     <interface>
     10         <field id="serverurl" type="uri" />
     11         <field id="category" type="string" />
     12         <field id="metadata" type="roArray" />
     13     </interface>
     14 </component>