How to Preserve Title of Internet Radio Station in WMP Playlist



I have an asx playlist of the following form:

<ASX version="3.0">
<title>Radyo</title>
<entry>
<title>Acık Radyo</title>
<ref href="http://www.yayinonline.com/asx/radyoasx.asp?rd=acikradyo"/>
</entry>
</ASX>

The URL references another asx file, of the following form:

<ASX VERSION="3">
<Abstract>Yayinonline.com </Abstract>
<Title>Yayinonline.com</TITLE>
<Author>Yayinonline.com</Author>
<Copyright>Yayinonline.com</Copyright>
<MoreInfo href="http://www.yayinonline.com/"; />
<Entry>
<Title> Yayinonline.com </Title>
<Copyright> 2006 Yayinonline.com </Copyright>
<MoreInfo href="http://www.yayinonline.com/"; />
<ref href="mms://89.149.209.139/rd-acikradyo" />
</Entry></ASX>

I want the entry to appear as "Acik Radyo" as indicated by the title in my
asx file. However, once Windows Media Player loads the referenced asx file,
the title displayed in the playlist view changes to the title specified in
the referenced asx file, namely to "Yayinonline.com".

Is there any way to prevent this from happening, and get the title I have
specified to display in the playlist view, short of plugging the MMS URL
directly into my asx file? That is not workable because the IP address
changes arbitrarily.

Thanks.
.



Relevant Pages