MPJax the Ajax MP3 Gallery Plugin

Update:
2009-05-20 - adding support for Joomla 1.5 in Legacy mode

After my MP3 Gallery module, I've made some little change and create the same thing but as a plugin using Ajax. MPJax is the plugin version of my MP3 Gallery module for Joomla. The difference is now you can integrate a MP3 gallery in any of your content using this plugin.

For those who don't know my MP3 Gallery module: it displays a tree gallery of a subdir of your Joomla installation in which you have uploaded your MP3 files. Your visitors can then listen to the playlist made of the list of MP3 files in the current subdirectory.

For this, just include this text in your content:
{mpjax}media/audio/:slim,popup,repeat,autoload,autoplay{/mpjax}
"media/audio/" can be replace to customize your MP3 subdirectory of Joomla.
"slim": this player type can be replaced by "button"
"popup": or "nopopup"
"repeat": or "norepeat"
"autoload": or "noautoload"
"autoplay": or "noautoplay"

By default the player will be loaded with the options "slim,popup,repeat,autoload,autoplay", so you can just include:
{mpjax}media/audio/{/mpjax}

The order of the options is not important, but they must be separated by a comma ",".

MPJax uses Ajax technology so you can browse the gallery without reloaing the whole page.

Report

bysadel on May 20, 2009
I like this plugin, it is very useful for my music site! I hope you would make it J1.5 native.

Thank you!