RSS podcasts in Raspbmc
#1
Yesterday I tried to integrate RSS video postcasts in Raspbmc. I found the two ways to achieve this (using the GUI or sources.xml) here:

How To Add Your Podcast Feeds To Your XBMC Media Center

I first tried to add a feed by using the GUI. I entered the path and changed http:// to rss://. After a reboot, the feed appears in the "Files" Section but as I click on it a window appears: "No connection to network server". I rechecked by having a look in sources.xml - looks fine.

The entry in sources.xml looks like this:

Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>NEO Magazin</name>
            <path pathversion="1">rss://www.zdf.de/ZDFmediathek/podcast/201286</path>
        </source>
    </video>
      ...
</sources>

I am using the same link with Banshee and it works.

Do I need additional permissions or special settings to get it work? The posted tutorial as well as the corresponding sections in the XBMC-Wiki don't say anything further.

Anyone an idea?

Thanks in advance.

mvvpi
Reply

Logout Mark Read Team Forum Stats Members Help
RSS podcasts in Raspbmc0