jukebox plugin by Andreas Gohr
Plays a namespace full of MP3s or FLV videos in a flashplayer
Last updated on 2009-02-06. Provides Syntax.
Compatible with DokuWiki 2009-12-25+.
Similar to flashplayer, flowplay, flowplay2, mp3play.
This plugin uses Lacy Morrow's Xspf Jukebox flash player to embed a playlist of MP3 or FLV flash movies. It reads track data from ID3 tags and tries to fetch matching cover art from Amazon.
Download and install the plugin using the Plugin Manager using the download link given above. Refer to Plugins on how to install plugins manually.
To embed the jukebox, you need to use the following syntax, where namespace is a media namespace with MP3 or FLV files.
{{jukebox>namespace}}
Optionally you can give additional parameter keywords separated by spaces:
{{jukebox>namespace wii center}}
The following keywords are supported:
| Keyword | Result |
|---|---|
| left | left aligns the player |
| right | right aligns the player |
| center | centers the player |
| shuffle | enables the shuffle mode |
| repeat | enables the repeat mode |
| autoplay | automatically start playing after loading |
| skinname | Use the given skin to style the player (see below) |
The player can be skinned through images and a skin.xml file. The skin format is documented here.
The following skins are currently available:
When no skin is given original is used.
Patches and skins welcome.