HMS

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

ValidateURLTask.xml (565B)


      1 <?xml version="1.0" encoding="utf-8" ?>
      2 <component name="ValidateURLTask" 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/urlUtils.brs" />
      4     <script type="text/brightscript" uri="ValidateURLTask.brs" />
      5 
      6     <interface>
      7         <field id="serverurl" type="uri" />
      8         <field id="keystore" type="bool" />
      9         <field id="valid" type="bool" alwaysNotify="true" />
     10     </interface>
     11 </component>