Technical

XML Format for Playlist Creation

Published by Nobex Partners · Apr 6, 2026

Question: What if I want to supply an XML file for the playlist information what do you need from me?

Answer: If you play obscure, independent or generally rare music - it can be tricky for us to get your playlist the correct album art. In this case, an XML file is a great way to go. You will simply send us the URL for your XML and we will use the details published there to create your playlist.

Some formatting tips:

In general these formats work:

A)

B)
<Current>
  <track>
    <artistName>Joni Mitchell</artistName>
    <songName>Both Sides Now</songName>
    <AlbumCover>http://someserver.com/albums/abcdef.jpg</AlbumCover>  </track>
</Current>