Hi all,
I’m using Magpie RSS to show the most recent track I’ve played on last.fm - http://ws.audioscrobbler.com/1.0/user/digitalformula/recenttracks.rss is the feed URL, if you want to see that the feed works.
For some reason, my website always shows the same recent track, no matter what I do. In the past it has updated, but probably only once or twice a month (and I listen to music more than that).
I’ve cleared the cache far more than should be necessary, confirmed that the feed URL is correct and tested the feed URL in a browser - it shows everything fine.
Can anyone suggest why these entries might be cached by EE for so long?
Here’s my Magpie code (nothing special going on there at all):
{exp:magpie url="http://ws.audioscrobbler.com/1.0/user/digitalformula/recenttracks.rss" limit="1"}
{items}
<img class="musical-note" src="/images/_ui/musical-note.png" alt="Musical Note" title="Musical Note" />Played <a href="{link}" target="_blank" title="{title}">{title}</a>
{/items}
{/exp:magpie}
See http://digitalformula.net if you want to see the problem (top of the page, far right, shows the track name).
Thanks
