2019-04-14 04:47:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="TVEpisodeData" extends="ContentNode">
|
|
|
|
<interface>
|
2019-04-15 00:16:47 +00:00
|
|
|
<field id="id" type="string" />
|
2019-04-14 04:47:27 +00:00
|
|
|
<field id="title" type="string" />
|
2019-05-10 04:24:19 +00:00
|
|
|
<field id="image" type="node" onChange="setPoster" />
|
2019-04-15 00:16:47 +00:00
|
|
|
<field id="posterURL" type="string" />
|
2019-04-14 04:47:27 +00:00
|
|
|
<field id="showID" type="string" />
|
2019-04-15 00:16:47 +00:00
|
|
|
<field id="seasonID" type="string" />
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="overview" type="string" />
|
2019-04-15 00:16:47 +00:00
|
|
|
<field id="json" type="associativearray" onChange="setFields" />
|
2019-04-14 04:47:27 +00:00
|
|
|
<function name="loadSeasons" />
|
|
|
|
</interface>
|
2019-05-03 12:48:59 +00:00
|
|
|
<script type="text/brightscript" uri="tvepisode.brs" />
|
2019-04-14 04:47:27 +00:00
|
|
|
</component>
|