I’m using this guide
https://forums.roku.com/viewtopic.php?t=92754#p520932
Hello everyone, I’m modifying and trying to implement Scene
[upload|M8yHGCy/oxN4EHQspaH4ug==]
The video is played in the same channel list and not apart from the screen
EpgGrid.xml
<?xml version="1.0" encoding="utf-8" ?>
<component name="customEPGGrid" extends="EPGGrid" >
<script type="text/brightscript" uri="pkg:/components/EpgGrid.brs"/>
<children>
<Video
id="Video"
translation = "[1100, 70]"
width = "760"
height= "340"
enableUI = "true"
loop = "true"/>
<RowList
id = "RowList">
<ContentNode id="RunEpg" role="content"/>
</RowList>
</children>
</component>
