2009-01-29, 15:34
I'm running the latest XBMC on XP with PM3.HD as my skin. I read about RssFeeds.xml and added in feeds for IMDb and People.com (for my wife, honest!) but when I restart XBMC, the RSS scroller still displays the same XBMC news as below:
Here's the contents of my RssFeeds.xml:
What am I doing wrong? Any advice would be appreciated!
Here's the contents of my RssFeeds.xml:
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
<set id="1">
<feed updateinterval="30">http://rss.imdb.com/news/</feed>
<feed updateinterval="30">http://rss.people.com/web/people/rss/topheadlines/index.xml</feed>
</set>
</rssfeeds>
What am I doing wrong? Any advice would be appreciated!