jf-roku/components/data/ChannelData.xml
Neil Burrows ea245d2abc Initial LiveTV Support
Most of the work from Alex Gonzales (@Musi13)
2020-05-31 16:05:22 +01:00

12 lines
440 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ChannelData" extends="ContentNode">
<interface>
<field id="id" type="string" />
<field id="title" type="string" />
<field id="image" type="node" onChange="setPoster" />
<field id="posterURL" type="string" />
<field id="json" type="associativearray" onChange="setFields" />
</interface>
<script type="text/brightscript" uri="ChannelData.brs" />
</component>