jf-roku/components/data/collection.xml

16 lines
636 B
XML
Raw Normal View History

2019-03-20 02:30:08 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="CollectionData" extends="ContentNode">
<interface>
<field id="title" type="string" />
<field id="image" type="node" onChange="setPoster" />
2019-03-20 02:30:08 +00:00
<field id="posterUrl" type="string" />
<field id="collectionID" type="string" />
<field id="description" type="string" />
<field id="favorite" type="boolean" />
<field id="watched" type="boolean" />
<field id="type" type="string" value="boxsets" />
<field id="json" type="associativearray" onChange="setFields" />
2019-03-20 02:30:08 +00:00
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="collection.brs" />
2019-03-20 02:30:08 +00:00
</component>