I'm using the MRSS template.
In the main.brs, I have changed the line that uses ReadAsciiFile to read the config.opml from a URL location, thusly:
raw = roURLTransfer("http://www.clearperception.org/wordchannel/config.opml")
However, the file does not seem to be getting read, as the channel will not play in Roku.
The config.opml does exist at that URL location, though.
So, my question is this:
How can I make this work, so the config.opml file does not have to be part of the package?(NOTE: I have also experimented with the videoplayer example, and can point to a URL location for the category.xml file just fine)
Thx!
-
Bruce