Compatible with DokuWiki
| Download | plugin-mp3play.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-mp3play |
This plugin is a DokuWiki port of the Wordpress Audio Player Plugin. It allows you to play mp3 files1) on your wiki page.
Download the archive and unpack it into <dokuwiki>/lib/plugins.
The plugin is also available via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-mp3play.git mp3play
You can change the colors of the flash player by editing the <dokuwiki>lib/plugins/mp3play/colors.conf provided by the plugin. The file is pretty self explaining.
The syntax is as follows, you can use the plugin multiple times on a single wiki page.
{{mp3play>namespace:audiofile.mp3}}
The plugin has two options loop and autostart. If loop is set the playback will start again at the beginning when the player reached the end. When autostart is set, the player will immediately start playing the mp3 when you visit the wiki page. The syntax is as follows:
{{mp3play>namespace:audiofile.mp3?autostart}}
{{mp3play>namespace:audiofile.mp3?loop}}
{{mp3play>namespace:audiofile.mp3?autostart&loop}}
{{mp3play>namespace:audiofile.mp3?loop&autostart}}
You can view the plugin in action here (Link is dead
)
Okay, here goes my website http://wp.imgre.ru/музыка
A complete changelog is available here.
Please report bugs and feature requests at the bug tracker.
* I think I'm doing something wrong. I insert
{{mp3play>:Giga.mp3}}
but when I try to play it shows a “file not found”. Where the mp3 file should be?
* I insert
{{mp3play>:我的花园:中文名.mp3}}
but when I try to play it shows a “file not found”. * I insert
{{mp3play>:my_garden:a_song.mp3}}
It plays OK.
Chinese NS and Chinese filename are not supported?