Playlist Blogging Automation

I’m one step closer to automating blog entries of my daily music playlists. I’ve written a quick script to post an artist and album to my Movable Type setup using the Net::Blogger perl module. However, this only takes care of the easy part of my playlist blogging. The time consuming part is looking the artist and album up in the All Music Guide and getting the correct link for them. I found the WWW::AllMusicGuide perl module, which parses their search results, but it doesn’t seem to provide the information I need to generate a link to the artist and album pages, though it is using it internally. I may hack the module to expose that information, but for now I’m moving onto other things.

Comments are closed.