Page 1 of 1

Podcasting?

Posted: Sun Mar 22, 2020 11:59 pm
by PlayBoxTech
HI all,

In looking for something besides WordPress to use, I found Bludit. So far really enjoying it.
However wondering if there's a plugin already designed that will allow me to link an MP3 to a post so that it would generate the proper RSS for podcatchers?

Thanks!

Chris

Re: Podcasting?

Posted: Mon Mar 23, 2020 12:58 pm
by Edi
PlayBoxTech wrote: Sun Mar 22, 2020 11:59 pm However wondering if there's a plugin already designed that will allow me to link an MP3 to a post so that it would generate the proper RSS for podcatchers?
Have you some information about RSS for podcatchers?

Re: Podcasting?

Posted: Mon Mar 23, 2020 6:48 pm
by PlayBoxTech
Pretty much you would just need this:

Code: Select all

<!--REPEAT THIS BLOCK FOR EACH EPISODE-->
<item>
   <title>Verbose title of the episode</title>
   <description>Verbose description of the episode.</description>
   <itunes:summary>Duplicate of above verbose description.</itunes:summary>
   <itunes:subtitle>Short description of the episode - 255 character max.</itunes:subtitle>
   <itunesu:category itunesu:code="112" />
   <enclosure url="https://www.YourSite.com/FILE.EXT" type="audio/mpeg" length="1" />
   <guid>https://www.YourSite.com/FILE.EXT</guid>
   <itunes:duration>H:MM:SS</itunes:duration>
   <pubDate>Fri, 05 Oct 2018 09:00:00 GMT</pubDate>
</item>
<!--END REPEAT--> 
You could likely due away with the iTunes specific calls, but the rest would be needed.

Re: Podcasting?

Posted: Mon Mar 23, 2020 11:56 pm
by Edi
There is no plugin for this available at the moment.