jf-roku/components/data/SceneManager.xml
1hitsong a33ce8bd57
Playlist support & TV Shuffle (#986)
* Add TV Episode Shuffle
* Reuse playback info
* Get Subtitle Popup working
* Get Subtitle Popup working
* Get Resume/Restart popup working
* Playlist poster, bug fixes
* Remove commented out code
* Start from beginning if playing queue
* Fix Playback Info issue
* Remove optional chaining to fix formatter
* Fix playlist content list. Code cleanup.
* Remove commented out code
2023-02-25 11:43:36 -05:00

20 lines
725 B
XML
Executable File

<?xml version="1.0" encoding="utf-8" ?>
<component name="SceneManager" extends="Group">
<interface>
<function name="pushScene" />
<function name="popScene" />
<function name="settings" />
<function name="getActiveScene" />
<function name="clearScenes" />
<function name="clearPreviousScene" />
<function name="resetTime" />
<function name="userMessage" />
<function name="standardDialog" />
<function name="radioDialog" />
<function name="optionDialog" />
<field id="currentUser" type="string" onChange="updateUser" />
<field id="returnData" type="assocarray" />
</interface>
<script type="text/brightscript" uri="SceneManager.brs" />
</component>