I am using Magpie to pull in my recent tunes feed from Last.fm
Here is my site, XxDesmusxX.NET—> Recent Tunes is on the right-hand sidebar.
Here is the feed it is pulling in,
http://ws.audioscrobbler.com/1.0/user/xxdesmusxx/recenttracks.rss
The feed is updating correctly, and I haven’t even touched the magpie plugin or code in a few months, but I noticed the other day it just stopped updating.
Here is the code I am using (and have been using for months now):
<h3 class="sidetitle">Recent Tunes</h3>
<div class="quickbits">
{exp:magpie url="http://ws.audioscrobbler.com/1.0/user/xxdesmusxx/recenttracks.rss" limit="8" refresh="1"}
<ul>
{items}
<li><a href="http://{link}">{title}</a>
</li>
{/items}
{/exp:magpie}
<div id="lastbit"><li><a href="http://www.last.fm/user/xxdesmusxx/">:: Archives ::</a></li>
</div>
</ul>
</div>
Running EE v1.5.2 Build 20061128
Magpie RSS Parser (v.1.3.2)
Any ideas?
Thanks for any assistance.