2023-05-03 21:21:04 +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>
|
2022-12-10 21:19:14 +00:00
|
|
|
<LayoutGroup id="toplevel" layoutDirection="vert" itemSpacings="[-10]">
|
|
|
|
<LayoutGroup id="main_group" layoutDirection="horiz" itemSpacings="[15]">
|
|
|
|
<Poster id="tvshowPoster" width="300" height="450">
|
2022-12-10 21:41:40 +00:00
|
|
|
<Rectangle id="unplayedCount" visible="false" width="90" height="60" color="#00a4dcFF" translation="[210, 0]">
|
2023-11-18 13:38:57 +00:00
|
|
|
<Label id="unplayedEpisodeCount" width="90" height="60" font="font:MediumBoldSystemFont" horizAlign="center" vertAlign="center" />
|
2022-12-10 21:19:14 +00:00
|
|
|
</Rectangle>
|
|
|
|
</Poster>
|
2019-12-07 02:49:37 +00:00
|
|
|
<LayoutGroup layoutDirection="vert" itemSpacings="[15]">
|
|
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[150]">
|
|
|
|
<Label id="releaseYear" />
|
|
|
|
<Label id="officialRating" />
|
2020-03-18 02:46:58 +00:00
|
|
|
<LayoutGroup layoutDirection="horiz" itemSpacings="[3]">
|
2022-12-07 03:07:15 +00:00
|
|
|
<Poster id="star" uri="pkg:/images/sharp_star_white_18dp.png" height="32" width="32" blendColor="#cb272a" visible="false" />
|
2020-03-18 02:46:58 +00:00
|
|
|
<Label id="communityRating" />
|
|
|
|
</LayoutGroup>
|
2019-12-07 02:49:37 +00:00
|
|
|
</LayoutGroup>
|
|
|
|
<Label id="genres" />
|
|
|
|
<Label id="tagline" />
|
2020-06-25 10:37:18 +00:00
|
|
|
<Label id="overview" wrap="true" width="1400" maxLines="4" />
|
2019-12-07 02:49:37 +00:00
|
|
|
<Label id="history" />
|
2023-02-25 16:43:36 +00:00
|
|
|
<JFButton id="Shuffle" minChars="15" text="Shuffle" translation="[90, 640]" visible="false"></JFButton>
|
2019-12-07 02:49:37 +00:00
|
|
|
</LayoutGroup>
|
|
|
|
</LayoutGroup>
|
|
|
|
<TVSeasonRow id="seasons" />
|
|
|
|
</LayoutGroup>
|
2022-03-13 08:46:03 +00:00
|
|
|
<ExtrasSlider id="tvSeasonExtras" />
|
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" />
|
2021-01-30 19:38:39 +00:00
|
|
|
<field id="seasonData" type="assocarray" alias="seasons.TVSeasonData" />
|
2023-05-07 01:26:02 +00:00
|
|
|
<field id="seasonSelected" alias="seasons.rowItemSelected" alwaysNotify="true" />
|
2023-09-16 21:18:03 +00:00
|
|
|
<field id="quickPlayNode" type="node" alwaysNotify="true" />
|
2019-03-14 17:11:51 +00:00
|
|
|
</interface>
|
2023-05-03 21:21:04 +00:00
|
|
|
</component>
|