Hello.
I have a line of code (category) i am trying to remove from the video player example. When i remove the TED line of code the channel will not load. but if i leave it inserted everything works fine. all help is appreciated. thanks.
here is the xml file i am editing.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<banner_ad sd_img="http:/
If you remove the main category line then it can’t parse the child catagories. You’ll want to modify the parsing routine in the script if you want to remove that.
As far as the video player xml goes - the genre is actually the “actors”, and the ContentType holds the invalid value of “Talk”. It could use an update, perhaps in the next SDK release they’ll fix a few things.
thanks. can you tell me which script i need to edit?
categoryfeed.brs and showfeed.brs