2019-03-14 17:11:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2020-06-10 16:43:32 +00:00
|
|
|
<component name="MovieData" extends="JFContentItem">
|
2019-03-14 17:11:51 +00:00
|
|
|
<interface>
|
2019-05-10 04:24:19 +00:00
|
|
|
<field id="image" type="node" onChange="setPoster" />
|
2019-03-14 17:11:51 +00:00
|
|
|
<field id="movieID" type="string" />
|
2021-01-30 19:38:39 +00:00
|
|
|
<field id="seasons" type="assocarray" />
|
2019-04-22 19:08:10 +00:00
|
|
|
<field id="container" type="string" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</interface>
|
2020-03-18 09:10:31 +00:00
|
|
|
<script type="text/brightscript" uri="MovieData.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</component>
|