2020-06-10 16:43:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
|
|
|
<component name="LoadItemsTask2" extends="Task">
|
|
|
|
<interface>
|
|
|
|
<field id="itemId" type="string" />
|
|
|
|
<field id="startIndex" type="integer" value="0" />
|
|
|
|
<field id="itemType" type="string" value="" />
|
2022-05-06 07:05:57 +00:00
|
|
|
<field id="limit" type="integer" value="60" />
|
2021-01-30 19:38:39 +00:00
|
|
|
<field id="metadata" type="assocarray" />
|
2020-08-16 14:44:03 +00:00
|
|
|
<field id="sortField" type="string" value="SortName" />
|
|
|
|
<field id="sortAscending" type="boolean" value="true" />
|
2022-04-29 07:03:01 +00:00
|
|
|
<field id="nameStartsWith" type="string" value="" />
|
2020-10-30 17:23:28 +00:00
|
|
|
<field id="recursive" type="boolean" value="true" />
|
2020-10-24 22:50:07 +00:00
|
|
|
<field id="filter" type="string" value="All" />
|
2023-02-25 19:51:36 +00:00
|
|
|
<field id="filterOptions" type="assocarray" value="" />
|
2022-09-05 06:50:13 +00:00
|
|
|
<field id="searchTerm" type="string" value="" />
|
2022-07-09 08:39:29 +00:00
|
|
|
<field id="studioIds" type="string" value="" />
|
|
|
|
<field id="genreIds" type="string" value="" />
|
|
|
|
<field id="view" type="string" value="" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<!-- Total records available from server-->
|
|
|
|
<field id="totalRecordCount" type="int" value="-1" />
|
|
|
|
<field id="content" type="array" />
|
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="LoadItemsTask2.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Items.brs" />
|
2022-10-02 18:23:42 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/roku_modules/api/api.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
2023-02-25 19:51:36 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
|
2021-01-30 19:54:49 +00:00
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/deviceCapabilities.brs" />
|
2020-06-10 16:43:32 +00:00
|
|
|
</component>
|