Hi all,
just testing the aggregator for my new combined s9y/podcast site.
http://www.7summits.com/blog
Problem now is that though the aggregated original feed contains a .mp3 link in its XML, see example item here:
Code: Select all
<item>
<title>Harry thuis (05 Dec 2004, 17:05:36)</title>
-
<link>
http://7summits.com/romke/audio/msg_%2b31206837851_05_Dec_2004_17_05_36.mp3
</link>
-
<description>
Audio recording from/with Harry thuis, recorded on 05 Dec 2004, 17:05:36
</description>
<pubDate>Sun, 05 Dec 2004 17:05:57 +0100</pubDate>
<enclosure url="http://7summits.com/romke/audio/msg_%2b31206837851_05_Dec_2004_17_05_36.mp3" length="65472" type="audio/mpeg"/>
</item>
This works ok when using the p3k.org javascript or the feedburner tools as you can see in the side bar: a list of
- p3k detailed
- p3k basic
- feedburner
In all feeds in the sidebar is a link to the mp3 file.
However, when aggregating the feed (
http://www.7summits.com/romke/HarryOnMountVinson.xml) into s9y the title etc get displayed ok, but the link to the Mp3 is nowhere to be found?!?
How can I fix this? I can add the
Code: Select all
(<a href="{$entry.properties.ep_aggregator_articleurl}">Original</a>)
line, but that is quite silly as for regular text entries they link back to the index page of my blog and if I change 'original' to 'mp3' then all (including non-mp3) posts will have that mp3 link next to it.
Any idea why the 'enclosure url=' and/or 'link'-tag does not get aggregated? Or any other solution how I can differ the aggregated items from the s9y posts?
Thanks in advance,
Harry