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" />
|
2019-05-10 04:24:19 +00:00
|
|
|
<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" />
|
2019-10-17 02:40:50 +00:00
|
|
|
<field id="type" type="string" value="boxsets" />
|
2019-04-15 00:16:47 +00:00
|
|
|
<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>
|