I wanted more flexibility than was offered by the various chart options offered by last.fm to show the music I've been listening to, so a wrote a configurable plugin to convert a last.fm RSS feed for use on a Pyblosxom blog.
I've been running it for a while, but just got around to adding the last feature I wanted: the ability to use an existing cache if the last.fm feed shows no tracks. From time to time, it seems that last.fm just clears your list. I think it's supposed to be based on some timeout, but I've had it happen while between a pair of back-to-back tracks. Anyway, I'd rather keep the existing list around in that case, and with that feature, it's ready for release.
Like flixq it uses the elementtree module to parse the feed.
Add a Comment