Before I used to be able to upload an xml file to my roku to play simple files. Now it seems like it needs a package. Sample xml file.
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>Roku-Developer-Sample-Feed</title>
<link />
<description>Feed on video content for testing channel applications built on the Roku developer platform</description>
<language>en-us</language>
<pubDate>Wed, 11 Nov 2015 20:30:54 GMT</pubDate>
<image>
<title>Roku-Developer-Sample-Feed</title>
<url>http://s2.content.video.llnw.net/lovs/images-prod/59021fabe3b645968e382ac726cd6c7b/channel/1cfd09ab38e54f48be8498e0249f5c83/S9O.600x600.png</url>
<width>-1</width>
<height>-1</height>
</image>
<item>
<title>Dangaio</title>
<link>https://site.com/roku/videos/dangio.mp4</link>
<description>Dangaio</description>
<pubDate>Thu, 11 Jun 2015 16:51:07 GMT</pubDate>
<guid isPermaLink="false">decbe34b64ea4ca281dc09997d0f23fd</guid>
<media:content channels="2" bitrate="1328.0" type="video/mp4" width="1280" isDefault="true" url="https://site.com/roku/videos/dangaio.mp4">
<media:description>Dangio</media:description>
<media:keywords>Dangaio</media:keywords>
<media:thumbnail url="https://site.com/images/dangaio.jpg" />
<media:title>Dangio</media:title>
</media:content>
</item>
</channel>
</rss>