2023-03-22 18:10:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-03 23:01:13 +00:00
|
|
|
<component name="Home" extends="JFGroup">
|
|
|
|
<children>
|
2022-06-12 20:36:00 +00:00
|
|
|
<Poster id="backdrop" loadDisplayMode="scaleToZoom" width="1920" height="1200" />
|
2020-03-03 23:01:13 +00:00
|
|
|
<HomeRows id="homeRows" />
|
|
|
|
<OptionsSlider id="options" />
|
|
|
|
</children>
|
|
|
|
<interface>
|
2020-03-12 18:33:45 +00:00
|
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
2020-12-08 08:39:58 +00:00
|
|
|
<field id="quickPlayNode" alias="homeRows.quickPlayNode" />
|
2020-03-25 04:20:37 +00:00
|
|
|
<field id="timeLastRefresh" type="integer" />
|
2020-03-24 00:45:40 +00:00
|
|
|
<function name="refresh" />
|
2020-12-08 15:56:13 +00:00
|
|
|
<function name="loadLibraries" />
|
2020-03-03 23:01:13 +00:00
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="Home.brs" />
|
2022-06-12 20:36:00 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2022-12-21 21:56:39 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
2023-03-22 18:10:07 +00:00
|
|
|
</component>
|