19 lines
820 B
XML
19 lines
820 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="Home" extends="JFGroup">
|
|
<children>
|
|
<Poster id="backdrop" loadDisplayMode="scaleToZoom" width="1920" height="1200" />
|
|
<HomeRows id="homeRows" />
|
|
<OptionsSlider id="options" />
|
|
</children>
|
|
<interface>
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
|
<field id="quickPlayNode" alias="homeRows.quickPlayNode" />
|
|
<field id="timeLastRefresh" type="integer" />
|
|
<function name="refresh" />
|
|
<function name="loadLibraries" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="Home.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
|
</component> |