Hello, anyone familiar with the coding design of the SceneGraph channel regarding the feed xml files?
What I mean is that in the feed xml file it has 3 things I'm questioning that don't seem to be needed;
<resultLength> , <endIndex> and <contentId>;
<feed>
<!-- resultLength indicates the total number of results for this feed -->
<resultLength>4</resultLength>
<!-- endIndix indicates the number of results for this *paged* section of the feed -->
<endIndex>4</endIndex>
<item sdImg="https://devtools.web.roku.com/videoplayer/images/AlGore.jpg" hdImg="https://devtools.web.roku.com/videoplayer/images/AlGore.jpg">
<title>Al Gore warns on latest climate trends</title>
<contentId>10011</contentId>
If I remove those 3 things the channel still loads and plays each individual feed/stream just fine. If I have 4 or 10 individual feed results, doesn't seem to care. Do you know what they are actually used for? Thank you