Podcast OPML - change
Just a quick note to say that the OPML formatted feed that we have available for our Podcasts is having a slight format change.
Because any change to the structure of an XML document like this will probably cause some minor headaches to you - we've set up a new feed in the new format, and kept the old one running for a while. This is notice that in a few weeks we'll simply redirect the old one to the new one.
The new feed is available here: /radio/opml/bbc_podcast_opml_v2.xml
A can be seen via Optimal's OPML browser.
A summary of the changes between the old (v1) and the new (v2):
- We took out the top level '´óÏó´«Ã½ Station List' outline - it didn't make sense. So now the Radio Networks are the first thing in the XML.
- We changed the
outline
node to better include the display name of the Radio network rather than the id - but kept the id for you in a new attribute callednetworkid
. This makes it a bit more 'friendly' when just using a podcatcher that can directly read our OPML:- this (v1):
<outline text="radio2" fullname="´óÏó´«Ã½ Radio 2">
- to this (v2):
<outline text="´óÏó´«Ã½ Radio 2" fullname="´óÏó´«Ã½ Radio 2" networkid="radio2">
- this (v1):
- We changed the title of the OPML document
for the same reason of 'friendliness' - from:
- this (v1):
´óÏó´«Ã½ Podcast OPML
- to this (v2):
´óÏó´«Ã½ Radio Podcasts
- this (v1):
- We didn't change
outline/outline
- the actual reference to the RSS feed for the podcasts. So you can be assured nothing changes there. As an example - here is a podcast outline picked from the latest feed - there is no difference from v1 to v2:- (v1):
<outline type="rss" imagehref="/podcasts/assets/artwork/oddcast.jpg" xmlUrl="https://downloads.bbc.co.uk/podcasts/radio2/oddcast/rss.xml" imagehrefTVSafe="" text="Alex Lester's Oddcast" keyname="oddcast" active="true" allow="all" networkName="" networkId="" typicalDurationMins="15" page="/radio2/shows/lester/" flavour="Programme Highlights" rsstype="" rssenc="" language="en-gb" description="Alex Lester's latest musings on 'Alex World', featuring listener contributions, taken from his Best Time Of The Day show, broadcast weekdays on Radio 2, 2-5am." bbcgenres="Comedy & Quizzes|Entertainment"/>
- (v2):
<outline type="rss" imagehref="/podcasts/assets/artwork/oddcast.jpg" xmlUrl="https://downloads.bbc.co.uk/podcasts/radio2/oddcast/rss.xml" imagehrefTVSafe="" text="Alex Lester's Oddcast" keyname="oddcast" active="true" allow="all" networkName="" networkId="" typicalDurationMins="15" page="/radio2/shows/lester/" flavour="Programme Highlights" rsstype="" rssenc="" language="en-gb" description="Alex Lester's latest musings on 'Alex World', featuring listener contributions, taken from his Best Time Of The Day show, broadcast weekdays on Radio 2, 2-5am." bbcgenres="Comedy & Quizzes|Entertainment"/>
- (v1):