Extension:Mp3Handler
From MediaWiki.org
|
Mp3Handler Release status: unknown |
|
|---|---|
| Description | MP3 Handler using dewplayer.fr |
| Author(s) | wikt:User:Conrad.Irwin |
| License | GPL 3 (mainly) |
| Download | http://www.hymnswithoutwords.com/Mp3Handler.zip |
|
Check usage (experimental) |
|
Once you have installed this extension, you can upload Mp3 files in the same manner as images. To display them on a page, use the syntax [[File:MyFile.mp3]], just like for images.
NOTE: Dewplayer is not free software, though it is free of charge.
[edit] Configuration
The variables have to be set in Mp3Handler.php.
- $wgDewplayerPath (default: "$wgScriptPath/extensions/Mp3Handler/dewplayer.swf") — Thethe path to dewplayer.swf.
- $wgMp3DownloadIcon = (default: "$wgScriptPath/extensions/Mp3Handler/download.png") — The path to the download.png
- $wgMp3DownloadPath = "$1"; — Set this to false to disable the download button, or to anything else to have the download button look in a different directory, so you can track downloads for example.
