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.