Success! well, partially at least... Here is my current version of CCParse. (v0.1b) It uses an .ini file to create .WAX playlist files to be placed in the My Music folder. Streetdeck can load those files up and play them like any other music file. This should work for any Clear Channel radio station, as they all seem to use the exact same web template for the streaming media.
Just extract the files into your My Documents\Streetdeck\Shortcuts\ExternalApps folder. It can then be run from within streetdeck. Editing the .INI file should be simple. the Example INI file is shown below:
Code:
[Talk Radio]
OUTPUT="C:\Documents and Settings\Owner\My Documents\My Music\Talk Radio.wax"
www.kfi640.com
[Music]
OUTPUT="C:\Documents and Settings\Owner\My Documents\My Music\Music.wax"
www.rock1053.com
www.991kggifm.com
The output paths will have to be modified to point to your My Music directories. The stations are listed in groups, each group creating a seperate playlist file. This allows for some sort of genre sorting if desired. Everything could also be placed in a single group of course, if desired.
Let me know if anyone uses this, and if so, how it works for you. Also, if you find any problems, of course, let me know.