Houla mais il ne fallait pas installer l'éditeur sur ton DD mais sur ton PC et faire tes playlist par la suite dont voici un exemple en xml
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>VOTRE NOM d'ARTISTE</title>
<creator>Dew</creator>
<link>LIEN DE VOTRE SITE</link>
<info>NOM DE LA PLAYLIST</info>
<image></image>
<trackList>
<track>
<location>URL DE VOTRE FICHIER .MP3</location>
<creator>AUTEUR DE LA MUSIQUEN°1</creator>
<album>NOM DE L'ALBUM</album>
<title>TITRE DE LA MUSIQUE</title>
<annotation></annotation>
<duration>32000</duration>
<image></image>
<link></link>
</track>
<track>
<location>URL DE VOTRE FICHIER .MP3</location>
<creator>AUTEUR DE LA MUSIQUE N°2</creator>
<album>NOM DE L'ALBUM</album>
<title>TITRE DE LA MUSIQUE</title>
<annotation></annotation>
<duration></duration>
<image></image>
<link></link>
</track>
<track>
<location>URL DE VOTRE FICHIER .MP3</location>
<creator>AUTEUR DE LA MUSIQUE N°3</creator>
<album>NOM DE L'ALBUM</album>
<title>TITRE DE LA MUSIQUE</title>
<annotation></annotation>
<duration></duration>
<image></image>
<link></link>
</track>
</trackList>
</playlist>
Liens sociaux