Playlist
The XSPF Jukebox loads tracks through either the PHP “Playlister”, or an external .xspf or .xml file, created using the following format:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<title>title of the gallery</title>
<audio>url of .mp3 file to be played</audio>
<autoplay>boolean to set autoplay</autoplay>
<caption>default caption</caption>
<controls>boolean to set if controls are visible</controls>
<crop>boolean to set cropped mode</crop>
<duration>default duration in seconds</duration>
<link>default url</link>
<list>boolean to set if list is visible</list>
<loop>boolean to set looping</loop>
<shuffle>boolean to set shuffle mode</shuffle>
<startimage>starting image number</startimage>
<transition>default transition</transition>
<volume>volume level percent</volume>
<watermark>url of personal watermark</watermark>
<images>
<flickr>
<method>advanced, the flickr API method to be used</method>
<tags>photo search tags, separated by “+” symbols</tags>
<user>flickr user id</user>
<photoset>flickr photoset id</photoset>
<vars>advanced, any flickr API variables</vars>
</flickr>
<image>
<location>url of image</location>
<transition></transition>
<caption></caption>
<duration></duration>
<link></link>
</image>
</images>
</gallery>
* if the <flickr> tag is used without any corresponding parameters, photos are loaded from the “interestingness” set