Last.fm relaunched and new approach?

Yesterday last.fm was relaunched with a brand new design and many new features like tagging and journaling. They’ve also changed the way their radio streaming works, they now require your browser to handle the lastfm:// protocol which is quite easy to do in Firefox: Simply add following lines to your prefs.js:



user_pref("network.protocol-handler.app.lastfm", "/usr/bin/xmms");

user_pref("network.protocol-handler.expose.lastfm", true);

user_pref("network.protocol-handler.external.lastfm", true);

This is exactly how far I’ve got. When xmms gets started it doesn’t know how to handle the path, so that’s it. I really currently don’t know if it’s even possible anymore to use 3rd party players with last.fm or if we all have to wait for the official player to be released for Linux :-(