Xspf Jukebox Playlister
At this time the newly created XSPF Playlister has been released to assist in dynamically creating Xspf playlists to be used with the Jukebox. Just upload the playlist.php file to your server, fill in some settings, and link your .swf file to it to dynamically create playlist files. Id3 tags are supported for by uploading an included folder, or you can save loading time and bandwidth by organizing your tracks into sub-folders according to the artist, then label your .mp3 file with the track name. Images are also supported, rename an individual image the exact same as the correspinding track name, and place it inside the same folder.
On top of that is release 5.1 of the Xspf Jukebox, which no longer uses the mochibot code, and contains three new variables; 'trackNumber' specifies whether or not the playlist should be numbered, 'activeDownload' enables/disables downloading of mp3 files, and 'useId3', while being available previously for the slim player, is now available for any skin, although the new Playlister now grabs id3 tags (used only on a skin without a playlist, and with a regular playlist.xspf file).
Lastly, I have put together an automatic php embed script for the player, just edit the settings inside and call it from a php page using "require_once("embed.php");". This takes much of the hassle out of embedding the player, although it only helps when loading the jukebox from a php page. For .html users, I am working on a similar helper script.