tarrero
Member
Posted 3 years ago #
Hi!
I'm trying to post multiple mp3 in a single Post using Podcasting Plugin.
I use WordPress 2.6.4 and Podcasting 2beta6.
the resulting feed is like:
(...)
<enclosure url="http://hh.bluebrain.es/wp-content/uploads/podcast/2008.-.Dakaneh%20Bravo.-.BRAVO%20The%20Reggae%20Mix/06%20Bandolera.mp3" lengt
h="3336320" type="audio/mpeg" />
<enclosure url="http://hh.bluebrain.es/wp-content/uploads/podcast/2008.-.Dakaneh%20Bravo.-.BRAVO%20The%20Reggae%20Mix/03%20As%ed%20funciona.mp3
" length="2971776" type="audio/mpeg" />
(...)
iTunes only takes the first file.
Is there a way to make that work?
thanks in advance!
tarre
tarrero
Member
Posted 3 years ago #
Oops, sorry:
One month ago cavemonkey50 wrote:
I'm well aware the RSS spec specifies only one enclosure per item. This has been a heavily debated topic, and I choose to follow WordPress' native support of multiple enclosures.
As a rule of thumb, iTunes will pick up the first added file for a given format. So essentially, each post can have multiple files each assigned to a different format and work fine. The problem lies when two or more files are added to the same format. That's when iTunes (and other podcatchers) will only use the first file.
tarrero
Member
Posted 3 years ago #
something interesting:
The rss specification defines just one enclosure per item.
It also defines that the different "formats" are intended for be used with the same content (in multiple formats).