Table of Contents

mp3play plugin

mp3play plugin by Michael Klier
Embeds an mp3 flash player into a wiki page.

Last updated on 2009-09-12. Provides Syntax.
Compatible with DokuWiki > 2009-02-14, 2008-05-05.

Similar to flowplay, flowplay2, jukebox.

Tagged with embed, flash, media, music.

Download plugin-mp3play.tgz
Github URL http://github.com/chimeric/dokuwiki-plugin-mp3play

Support the ongoing development of DokuWiki Plugins and Templates and buy me a coffee ;-) (Suggested: 3€ for a regular or 5€ for big latte with caramel).

Description

This plugin is a DokuWiki port of the Wordpress Audio Player Plugin. It allows you to play mp3 files1) on your wiki page.

Installation

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

Configuration

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.

Syntax

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}}

Demo

You can view the plugin in action here

Changelog

A complete changelog is available here.

Bugs / Feature Requests

Please report bugs and feature requests at the bug tracker.

Discussion

1) and mp3 files only!