Page 1 of 1

Podcast rss feed question

PostPosted: Sun Feb 24, 2013 9:24 am
by haven
Hi,

Quick question about the podcast feature. I've added a few podcasts and they are all downloading fine. I'd like to be able to use the generated rss feed in other applications to play these downloaded feeds. Unfortunately the feed is not populating with any data. All I get is:

Code: Select all
<rss version="2.0">
    <channel>
        <title>Subsonic Podcast</title>
        <link>[redacted]/podcast.view</link>
        <description>Subsonic Podcast</description>
        <language>en-us</language>
        <image>
            <url>http://subsonic.org/pages/inc/img/subsonic.png</url>
            <title>Subsonic Podcast</title>
        </image>

       

    </channel>
</rss>


I'm not sure if I need to report a bug or if I'm missing a step :)

Thanks in advance for any help.

Re: Podcast rss feed question

PostPosted: Sun Feb 24, 2013 10:02 pm
by hakko
Is that how it is supposed to work? I never used the podcast feature. When I go to "podcast.view?suffix=.rss", it gives me my local playlists in rss format. I don't know what expected behavior is, this might be better asked in the general Help forum.

Re: Podcast rss feed question

PostPosted: Mon Feb 25, 2013 9:26 am
by haven
Hi Hakko,

Looks like I've mis-understood how its supposed to work if it does that for you.

Thanks for the response.