ICY Metadata in XP Media Center Edition
2006-12-31
We've gotten a new "living room PC." Since it came with Windows XP MCE pre-installed, we've been playing around with all of its features. The interface is really nice, clean, and snappy. It's unfortunate that I don't like Windows, because this is a really good interface. Unfortunately, it still suffers from lack of easy flexibility. There's also one thing that's really bugging me... there is no way for Windows XP MCE or WMP to get title information from shoutcast streams!
I'm looking into doing this. You can find more information here.? I'm considering writing a WMP plugin to do this, although I don't know how difficult it will be. I assume that the plugin architecture use a "filter" approach that would allow me to create a parser to pull out metadata from the stream before passing the mp3 stream to the actualy player component. The plugin would need to do the following:
There might be an easier way than writing an in-line plugin. Perhaps I can write a background element for MCE that does the following:
Here's my simple python script that will get the meta data for what's currently playing on Groove Salad. I made it based on the info found here.