<playlist>
<pictures> //スライドショーの画像を定義するブロック
<picture>
<file>test1.png</file>
<span>5000</span> //5000ms表示
</picture>
<picture>
<file>test2.png</file>
<span>6000</span> //6000ms表示
</picture>
</pictures>
<songs> //楽曲のリストを定義するブロック
<song>
<title>曲のタイトル1</title>
<file>曲1のURL</file>
</song>
<song>
<title>曲のタイトル2</title>
<file>曲2のURL</file>
</song>
</songs>
</playlist>