2019-04-14 04:47:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-12-07 02:49:37 +00:00
|
|
|
<component name="TVEpisodes" extends="JFGroup">
|
2019-04-14 04:47:27 +00:00
|
|
|
<children>
|
2022-12-10 22:09:08 +00:00
|
|
|
<Poster id="seasonPoster" width="300" height="450" translation="[95,175]">
|
|
|
|
<Rectangle id="unplayedCount" visible="false" width="90" height="60" color="#00a4dcFF" translation="[210, 0]">
|
|
|
|
<Label id="unplayedEpisodeCount" width="90" height="60" font="font:SmallestBoldSystemFont" horizAlign="center" vertAlign="center" />
|
|
|
|
</Rectangle>
|
|
|
|
</Poster>
|
2022-06-11 22:55:31 +00:00
|
|
|
<JFButton id="Random" text="Play Random" translation="[90, 640]" visible="false"></JFButton>
|
2022-04-24 03:49:42 +00:00
|
|
|
<TVEpisodeRowWithOptions id="picker" visible="true" />
|
2019-04-14 04:47:27 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="episodeSelected" alias="picker.itemSelected" />
|
2020-12-08 20:05:22 +00:00
|
|
|
<field id="quickPlayNode" type="node" alwaysNotify="true" />
|
2022-04-24 03:49:42 +00:00
|
|
|
<field id="seasonData" type="assocarray" onChange="setSeasonLoading" />
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="objects" alias="picker.objects" />
|
2019-04-14 04:47:27 +00:00
|
|
|
</interface>
|
2020-03-18 09:10:31 +00:00
|
|
|
<script type="text/brightscript" uri="TVEpisodes.brs" />
|
2022-06-09 20:51:04 +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-04-14 04:47:27 +00:00
|
|
|
</component>
|