2006-04-01, 06:37 PM
Okay, I can have my cake and eat it, but no milk...
When:Net Radio Web (shoutcast works), but .ASX files do not show up.
When:.ASX files work, some .PLS work, most don't. (Try club .977 80's in the top 25 streams)
When:.ASX files do not display, .PLS and shoutcasts work.
I'd like to stick with whatever method allowed the META (station, artist, song) to display and only use WMP for .ASX as this is the ONLY time I ever user WMP. I suppose some logic would need to be incorporated to handle this.
Otherwise, as it stands, something's not working right when both values are true.
When:
Code:
<UseWindowsMediaPlayerForAudio>false</UseWindowsMediaPlayerForAudio>
<UseWindowsMediaPlayerForNetRadio>true</UseWindowsMediaPlayerForNetRadio>
When:
Code:
<UseWindowsMediaPlayerForAudio>true</UseWindowsMediaPlayerForAudio>
<UseWindowsMediaPlayerForNetRadio>true</UseWindowsMediaPlayerForNetRadio>
When:
Code:
<UseWindowsMediaPlayerForAudio>true</UseWindowsMediaPlayerForAudio>
<UseWindowsMediaPlayerForNetRadio>false</UseWindowsMediaPlayerForNetRadio>
I'd like to stick with whatever method allowed the META (station, artist, song) to display and only use WMP for .ASX as this is the ONLY time I ever user WMP. I suppose some logic would need to be incorporated to handle this.
Otherwise, as it stands, something's not working right when both values are true.