jf-roku/components/tvshows/scene.xml
Neil Burrows 721eddd864 Get Library type from node type
And rename badly names variable
2020-03-14 08:51:40 +00:00

15 lines
543 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="TVShows" extends="JFGroup">
<children>
<ItemGrid id="picker" visible="true" itemsPerRow="10" />
<OptionsSlider id="options" />
<Rectangle translation="[0,981]" width="1920" height="100" color="#101010" />
</children>
<interface>
<field id="seriesSelected" alias="picker.itemSelected" />
<field id="objects" alias="picker.objects" />
<field id="pageNumber" type="integer" />
</interface>
<script type="text/brightscript" uri="scene.brs" />
</component>