There’s a really neat last.fm plugin for Wordpress that displays album covers on output, located here.
From the description:
This plugin shows cd covers on your Wordpress weblog. It connects to last.fm and grabs the list of cds you listened to recently and tries to find the cover images at last.fm. To speed things up, it only fetches these data once a day and keeps a local copy for the rest of the day.
It’s a pretty basic PHP file that uses a cache to store the information fetched from the file. How difficult would this be to port to EE? I know a lot of people have issues with their Magpie cache clogging up, specifically with the last.fm plugin that’s currently available for EE.
I figured one of you PHP/plugin ninjas might have a few tips as to how I’d go about doing this. Thanks in advance ![]()
