The Mp3Play plugin let you add an flash mp3 player to your Webpage and Stream Mp3 files
Compatible with DokuWiki
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
The Plugin can be seen in action here
The plugin takes an xml file as input, inside as many mp3 files or streams can be defined.
{{mp3play>path-to-playlist.xml}}
“Path to the Playlist” should look something like this:
namespace:folder:subfolder:....:playlist.xml
e.g.
{{mp3play>http://zawiki.begincoding.net/~zas/zawiki/lib/exe/fetch.php/tschinz:music:mp3play:playlist.xml}}
or
{{mp3play>tschinz:music:mp3play:playlist.xml}}
| Admin setting | Default value | Description |
|---|---|---|
| Showplaylist | 1 | 0 or 1 |
| Showeq | 1 | 0 or 1 |
| Firsttrack | 1 | First track to play 1-x |
| Initvol | 50 | Start volume |
| Width | 100% | Width size in pixel or % |
| Height | 320 | Height in pixel or % |
<?xml version="1.0" encoding="UTF-8"?> <songs> <song path="http://streamer-dtc-aa02.somafm.com:80/stream/1018/" title="Some Internetradio Mp3 Stream" /> <song path="http://77.67.106.13:10203/" title="Mountain Chill - Planets Destination for Chill" /> <song path="http://musicweb.koncon.nl/AllCourses/hdpj/chapter05/TaketheATrain.mp3" title="URL to a MP3 file on the Net" /> </songs>
By the time I wrote this plugin I didn't realized that there is already a plugin called mp3play. Therefore both plugins can't coexist, choose one.
First be sure that your Internetradio station is a mp3 stream (not ogg or something else). Second there is still some incompatibility with some browsers.
Plugin cut doku.php from URL, so if you use userewrite = 1, comment $url = substr($url,0,-9); in plugin's syntax.php
Let me know
None
Discuss here