Weblog entry #3 for cbrink
I've been doing some major work on WebService::LastFM to bring it up to the lastfm v2 api. The API has changed radically due to the v2 api and the new restrictions. The big restriction is that all 3rd party applications can only stream to subscription accounts.
Right now I am focusing on getting it to work, but there is some major refactoring ahead. I have tried to keep it as well factored as I can, but the change in last.fm api also means a change in my thinking. What was very clear in the current WS::LFM, now is muddy. So the structure keeps changing as I move from the old to the new.