Ok, thanks, but got that for some time now ....
but it's not enough though
Take this very example : if I want to get an *.wpl (audio or video) playlist out of MC I have to :
a - extract a MC's *.m3u playlist,
b - then open up that very same *.m3u within Windows MediaPlayer,
c - save it as a *.wpl
.../...
d- at last for my Http server i've to fix [ that doesn't concern MC] the following :
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.4040"/>
<author/>
<title>Mindless self indulgence</title>
</head>
<body>
<seq>
<media src="E:\Music\1999 - FGWSSS\01 - xxxxx.mp3" tid="{B8E21483-471A-4556-A160-FE45EB3D1C20}"/>
<media src="E:\Music\1999 - FGWSSS\02 - xxxxx.mp3"/>
into :
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.4040"/>
<author/>
<title>Mindless self indulgence</title>
</head>
<body>
<seq>
<media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\01 - xxxxxx.mp"3/>
Well ... see how inadequate when U want to play it fast in other playlist formats