I have a file called LM.wpl with internet streamings. When i open the
file the names in the right list are weird (server names, and so on)
I want to put my own string for a channel. I mean for example for the
first streaming (http://www.rtve.es/tve/directo/s_tve_w.asx) i want that
windows media player shows the string TVE.
The wpl file contains this:
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player
-- 9.0.0.3344"/>
<author/>
<title>LM play</title>
</head>
<body>
<seq>
<media src="http://www.rtve.es/tve/directo/s_tve_w.asx"/>
<media src="mms://stream2.terra.es/wm2live1" tid="s"/>
<media
src="mms://live.cope.edgestreams.net/reflector:34744"/>
<media src="mms://media.frecuencialatina.com/FRECUENCIA"/>
<media src="http://video.ono.com/telecorazon"/>
<media src="http://streaming.entelchile.net/canal13"/>
<media src="http://playlist.yahoo.com/makeplaylist.dll?id=1369080"/>
<media src="http://www.rtve.es/rne/audio/RNEclasica.asx"/>
<media src="http://wwitv.com/i_tv/b1614.asx"/>
<media src="mms://wmedia.recoletos.es/radiomarca"/>
<media src="http://212.81.130.17"/>
<media src="http://www.unorednetwork.com/streams/lax.asx"/>
<media src="http://www.tvcyl.es/directo2/tvcylcmva.asx"/>
<media src="mms://80.28.207.43:1254"/>
<media src="http://www.los40.com/nuevo_player/maxima.asx"/>
</seq>
</body>
</smil>
As noted, WMP doesn't show metadata for remote playlists. I believe you
could use an M3U with WMP to do this, but not for WMF playlists TMK.
-Zach

Signature
Windows Media Development Team (speaking for myself only)
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
--
>I have a file called LM.wpl with internet streamings. When i open the
> file the names in the right list are weird (server names, and so on)
[quoted text clipped - 48 lines]
> </body>
> </smil>