<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <title>Playlist</title>
    <trackList>
  		<!-- You need one of these blocks of code for each song in your playlist. --> 
  		<!-- You can simply copy-paste one of these blocks to add a song. --> 
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>DJ Mister D - Set Novembro 2007</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>http://mediacenter/stu/booking/ficheiros/DJMISTERDNOV07.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        	<!-- here you insert the location of the cover art jpg, or leave it blank --> 
			<image>covers/djmisterd.jpg</image>
        </track>
        <!-- this is the end of the code for one song --> 
        <track>
            <annotation>DJ NS - Set Novembro 2007</annotation>
            <location>http://mediacenter/stu/booking/ficheiros/DJNSNOV07.mp3</location>
            <image>covers/djns.jpg</image>
        </track>
         <track>
            <annotation>DJ Mister D - Amnesia Clubbing Tour 2007</annotation>
            <location>http://mediacenter/stu/booking/ficheiros/DJMisterD-AmnesiaClubbingTour2007.mp3</location>
            <image>covers/djmisterd.jpg</image>
        </track>
</playlist>