<?xml version="1.0" encoding="iso-8859-1" ?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
<trackList>
 <track>
   <title>This is a track collected from the same URL as the playhead</title>
   <location>track1.flv</location>
 </track>
 <track>
   <title>This is a track with a website link and an image placeholder</title>
   <location>http://video.mytracks.tv/punk/track66.flv</location>
   <info>http://www.thisismyband.com/</info>
   <image>../images/artists/punk/cd-covers/track66.jpg</image>
 </track>
 <track explicit="1">
   <title>This is a track with explicit lyrics that will activate a warning logo on the playhead</title>
   <location>http://www.peruvian-heavy-metal.com/videos/play.cgi?track=4</location>
 </track>
</trackList>
</playlist>
