Hello,
There is no RSS feed for finnish radio show but the episodes are stored in their website. One guy made a software that creates a .rss file from the episodes.
I have the .rss file on my computer but I don't know how to get it to LMS. Is there anyway to play locally stored .rss file for example.
Here is a example of .RSS file for 3 episodes.
Thank you in advance!
There is no RSS feed for finnish radio show but the episodes are stored in their website. One guy made a software that creates a .rss file from the episodes.
I have the .rss file on my computer but I don't know how to get it to LMS. Is there anyway to play locally stored .rss file for example.
Here is a example of .RSS file for 3 episodes.
Code:
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>Aamulypsy</title>
<description/>
<link>https://www.supla.fi/audio/3483000</link>
<language>fi-FI</language>
<atom:link href="http://supla.epizy.com/aamulypsy.rss" rel="self" type="application/rss+xml"/>
<generator>supla-rssproxy</generator>
<lastBuildDate>Thu, 03 Oct 2019 23:57:02 +0300</lastBuildDate>
<itunes:explicit>yes</itunes:explicit>
<item>
<title>3.10. Koko Shitti</title>
<pubDate>Thu, 03 Oct 2019 00:00:00 +0300</pubDate>
<guid>https://www.supla.fi/audio/3483000</guid>
<link>https://www.supla.fi/audio/3483000</link>
<description>3.10. Koko Shitti</description>
<content:encoded>3.10. Koko Shitti</content:encoded>
<enclosure length="81400057" type="audio/mpeg" url="https://nelonenmedia-pmd-podcast.nm-stream.nelonenmedia.fi/92/audio_podcast_3482992.mp3"/>
<itunes:duration>1:24:47</itunes:duration>
<itunes:explicit>no</itunes:explicit>
</item>
<item>
<title>Vauva vastanäyttelijänä</title>
<pubDate>Thu, 03 Oct 2019 00:00:00 +0300</pubDate>
<guid>https://www.supla.fi/audio/3482988</guid>
<link>https://www.supla.fi/audio/3482988</link>
<description>Vauva vastanäyttelijänä</description>
<content:encoded>Vauva vastanäyttelijänä</content:encoded>
<enclosure length="5922062" type="audio/mpeg" url="https://nelonenmedia-pmd-podcast.nm-stream.nelonenmedia.fi/78/audio_podcast_3482978.mp3"/>
<itunes:duration>0:06:10</itunes:duration>
<itunes:explicit>no</itunes:explicit>
</item>
<item>
<title>Jaajo parijoogassa</title>
<pubDate>Thu, 03 Oct 2019 00:00:00 +0300</pubDate>
<guid>https://www.supla.fi/audio/3482979</guid>
<link>https://www.supla.fi/audio/3482979</link>
<description>Jaajo parijoogassa</description>
<content:encoded>Jaajo parijoogassa</content:encoded>
<enclosure length="7380322" type="audio/mpeg" url="https://nelonenmedia-pmd-podcast.nm-stream.nelonenmedia.fi/76/audio_podcast_3482976.mp3"/>
<itunes:duration>0:07:41</itunes:duration>
<itunes:explicit>no</itunes:explicit>
</item>
</channel>
</rss>