2019-03-14 17:11:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-12-07 02:49:37 +00:00
|
|
|
<component name="TVShowDetails" extends="JFGroup">
|
2019-03-14 17:11:51 +00:00
|
|
|
<children>
|
2019-12-07 02:49:37 +00:00
|
|
|
<LayoutGroup id="toplevel" layoutDirection="vert" itemSpacings="[-10]" >
|
|
|
|
<LayoutGroup id="main_group" layoutDirection="horiz" itemSpacings="[15]" >
|
|
|
|
<Poster id="tvshowPoster" width="300" height="450" />
|
|
|
|
<LayoutGroup layoutDirection="vert" itemSpacings="[15]">
|
|
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[150]">
|
|
|
|
<Label id="releaseYear" />
|
|
|
|
<Label id="officialRating" />
|
|
|
|
<Label id="communityRating" />
|
|
|
|
</LayoutGroup>
|
|
|
|
<Label id="genres" />
|
|
|
|
<Label id="tagline" />
|
|
|
|
<Label id="overview" wrap="true" width="1420" maxLines="4" />
|
|
|
|
<Label id="history" />
|
|
|
|
</LayoutGroup>
|
|
|
|
</LayoutGroup>
|
|
|
|
<TVSeasonRow id="seasons" />
|
|
|
|
</LayoutGroup>
|
2019-03-14 17:11:51 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="itemContent" type="node" onChange="itemContentChanged" />
|
2019-04-06 06:15:30 +00:00
|
|
|
<field id="seasonData" type="associativearray" alias="seasons.TVSeasonData" />
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="seasonSelected" alias="seasons.rowItemSelected" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</interface>
|
2019-12-07 02:49:37 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
2019-05-03 12:48:59 +00:00
|
|
|
<script type="text/brightscript" uri="details.brs" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</component>
|