jf-roku/components/data/HomeData.xml

20 lines
885 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<component name="HomeData" extends="ContentNode">
2019-03-14 17:11:51 +00:00
<interface>
<field id="id" type="string" />
<field id="name" type="string" />
<field id="thumbnailURL" type="string" />
<field id="iconURL" type="string" />
<field id="posterURL" type="string" />
<field id="widePosterURL" type="string" />
<field id="type" type="string" />
<field id="json" type="assocarray" onChange="setData" />
<field id="collectionType" type="string" />
<field id="imageWidth" type="integer" value="464" />
<field id="PlayedPercentage" type="float" value="0" />
<field id="usePoster" type="bool" value="false" />
<field id="isWatched" type="bool" value="false" />
2023-05-12 03:39:07 +00:00
<field id="selectedAudioStreamIndex" type="integer" value="0" />
<field id="startingPoint" type="longinteger" value="0" />
2019-03-14 17:11:51 +00:00
</interface>
</component>