Table des matières

mp3play plugin

Compatible with DokuWiki

  • 2012-01-25 "Angua" unknown
  • 2011-05-25 "Rincewind" yes
  • 2010-11-07 "Anteater" unknown

plugin Embeds an mp3 flash player into a wiki page.

Last updated on
2010-05-31
Provides
Syntax
Repository
Source

Similar to flowplay, flowplay2, jukebox

Tagged with embed, flash, media, music

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 (Link is dead FIXME)

Okay, here goes my website http://wp.imgre.ru/музыка

Changelog

A complete changelog is available here.

Bugs / Feature Requests

Please report bugs and feature requests at the bug tracker.

Discussion

file not found

* 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?

Is Chinese NS supported?

* 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?

1) and mp3 files only!