a33ce8bd57
* 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
14 lines
697 B
XML
14 lines
697 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="GetPlaybackInfoTask" extends="Task">
|
|
<interface>
|
|
<field id="videoID" type="string" />
|
|
<field id="data" type="assocarray" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="GetPlaybackInfoTask.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/deviceCapabilities.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/roku_modules/api/api.brs" />
|
|
</component> |