This tutorial will describe how to install and configure the Podcast plugin on your OpenViX installation.

To install the Podcast plugin click "Menu" button on your remote and navigate to "Plugins". Once in the plugins screen click the "Green" button to download additional plugins. Navigate to "Extensions" and search for a plugin called "Podcast", click this plugin to install it.

Once installed create a file called podcasts.xml in the following location: \\IP_ADDRESS\Root\etc\podcast\podcasts.xml

Replace the IP_ADDRESS placeholder with the IP Address of your OpenVix box.

Add the following contents to the podcasts.xml file:

  <podcasts>
    <language name="English">
      <provider name="Stand-up">
        <podcast name="Joe Rogan Vimeo" url="http://vimeo.com/album/3003261/rss/" />
        <podcast name="Joe Rogan Podcast" url="http://podcasts.joerogan.net/feed/rss/" />
        <podcast name="Joey Diaz" url="http://thechurchofwhatshappeningnow.libsyn.com/rss/" />
        <podcast name="Doug Loves Movies" url="http://feeds.feedburner.com/DougLovesMovies/" />
      </provider>
      <provider name="Development">
        <podcast name="RunAs Radio" url="http://feeds.feedburner.com/RunasRadio/" />
        <podcast name="Hanselminutes" url="http://feeds.feedburner.com/Hanselminutes/" />
        <podcast name="CSS-Tricks" url="http://feeds.feedburner.com/CssTricks/" />
        <podcast name="Nettuts+" url="http://feeds.feedburner.com/nettuts/" />
        <podcast name="Channel9" url="http://channel9.msdn.com/Feeds/RSS/" />
      </provider>
    </language>
  </podcasts>

From the main screen of your OpenVix installation click the "Blue" button to access your installed plugins, then click the "Podcast" plugin to see the list of podcasts we've added to the above file.